CLI Exceptions Guide

Audience: operators and CI authors who manage vulnerability-exception governance from the terminal or a pipeline.

The stella exceptions command group manages exception governance objects — listing, inspecting, creating, promoting, revoking, importing, and exporting them. Exceptions are tenant-scoped and designed to be time-bound and auditable: every state change is recorded, and exports can be signed for downstream verification.

Common Options

Commands

List

stella exceptions list

Filters:

Show

stella exceptions show <exception-id>

Create

stella exceptions create --vuln <id> --scope-type <type> --scope-value <value> --effect <effect> --justification <text> --owner <owner>

Options:

Promote

stella exceptions promote <exception-id>

Options:

Revoke

stella exceptions revoke <exception-id>

Options:

Import

stella exceptions import <file>

Imports exceptions from an NDJSON file.

Options:

Export

stella exceptions export --output <path>

Options:

Offline / Air-Gap Usage