Skip to main content
June 4, 2026
New

CLI issue slug lookup and diffing

The Corelayer CLI now supports issue lookup by either UUID or issue slug:
corelayer issues get <issue-id-or-slug> --json
You can also diff issues changed after a deploy, merge, timestamp, or recent time window:
corelayer issues diff --group <group-id> --since 2026-06-04T20:00:00Z --json
corelayer issues diff --group <group-id> --duration 2hours --limit 50 --json
Diff responses are paginated and include since, issues, total, page, and limit, making them easier to use in scripts and background triage agents.Use the Corelayer CLI