deslicer/Deslicer Change

Install the Deslicer CLI from signed releases and run deslicer change commands.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
versionCLI version: "v1" (floating), "v1.2.3" (immutable), or a 40-char SHA. Default "v1".nov1
version-shaOptional 40-char SHA. If set, overrides version and pins to an immutable commit.no
commanddeslicer change subcommand (e.g. plan, approve, status). Omit to install only.no""
command-argsAdditional arguments passed to deslicer change.no""
observer-api-urlOptional. Sets $OBSERVER_API_URL for the CLI.no
api-tokenOptional Observer API token for direct (App-free) mode. Exported to the CLI as $DESLICER_API_TOKEN and masked in logs — never passed as an argument. Use a repository or environment secret.no
github-tokenOptional GitHub token for resolving deslicer/cli releases via the API. Pass the workflow github.token value to avoid unauthenticated rate limits. Not forwarded to the CLI.no
namedescription
cli-versionSemver of the deslicer binary that was installed.
cli-pathAbsolute path to the installed deslicer binary.
plan_idExternal plan id from the deslicer change command (when command is set).
plan_row_idInternal plan row id from the deslicer change command.
plan_statusPlan lifecycle status (draft, pending_approval, approved, etc.).
plan_summaryHuman-readable plan summary including change counts when available.
diff_totalTotal change items from the dry-run diff.
diff_additionsNumber of additions in the dry-run diff.
diff_modificationsNumber of modifications in the dry-run diff.
diff_deletionsNumber of deletions in the dry-run diff.
diff_has_destructiveWhether the dry-run diff includes deletions.
progress_statusItem-completion progress status from change status.
total_itemsTotal change items from change status.
fully_completed_itemsItems fully completed on every target host.
execution_idExecution id from change deploy.
execution_statusExecution status from change deploy.
jobs_totalTotal jobs in the execution.
jobs_succeededJobs that completed successfully.
jobs_failedJobs that failed.