Skip to main content

Subcommands


versori projects issues get

Flags:
  • --environment: Environment name to filter by (auto-selected when the project has exactly one environment)
  • -h, --help: help for get
  • --project: Project ID; defaults from .versori when inside a synced project directory.

versori projects issues list

List issues raised for a single project (via ctx.createIssue(), unhandled workflow errors, or platform events such as an out-of-memory kill). —project is required; it defaults from .versori inside a synced project directory. —environment is an environment name resolved against the project, and is auto-selected when the project has exactly one environment.
Flags:
  • --after: Pagination cursor: pass a prior response’s last issue ID to fetch the next page
  • --before: Pagination cursor for the previous page
  • --environment: Environment name to filter by (auto-selected when the project has exactly one environment)
  • --first: Max issues to return (0 lets the server default apply)
  • -h, --help: help for list
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --severity: Filter by severity (critical, high, low, medium)
  • --status: Filter by status (open, closed, acked, resolved)

versori projects issues update

Update the editable fields of an issue. Common uses: update <id> —status acked # acknowledge update <id> —status resolved # mark resolved (server records resolved_at) Mirrors the platform: only the fields you pass are sent. This is a mutation — run it only when explicitly asked.
Flags:
  • -h, --help: help for update
  • --project: Project ID; defaults from .versori when inside a synced project directory.
  • --severity: New severity (critical, high, low, medium)
  • --status: New status (open, closed, acked, resolved)