deslicer/Deslicer Change
Install the Deslicer CLI from signed releases and run deslicer change commands.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | CLI version: "v1" (floating), "v1.2.3" (immutable), or a 40-char SHA. Default "v1". | no | v1 |
| version-sha | Optional 40-char SHA. If set, overrides version and pins to an immutable commit. | no | — |
| command | deslicer change subcommand (e.g. plan, approve, status). Omit to install only. | no | "" |
| command-args | Additional arguments passed to deslicer change. | no | "" |
| observer-api-url | Optional. Sets $OBSERVER_API_URL for the CLI. | no | — |
| api-token | Optional 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-token | Optional 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 | — |
Outputs
| name | description |
|---|---|
| cli-version | Semver of the deslicer binary that was installed. |
| cli-path | Absolute path to the installed deslicer binary. |
| plan_id | External plan id from the deslicer change command (when command is set). |
| plan_row_id | Internal plan row id from the deslicer change command. |
| plan_status | Plan lifecycle status (draft, pending_approval, approved, etc.). |
| plan_summary | Human-readable plan summary including change counts when available. |
| diff_total | Total change items from the dry-run diff. |
| diff_additions | Number of additions in the dry-run diff. |
| diff_modifications | Number of modifications in the dry-run diff. |
| diff_deletions | Number of deletions in the dry-run diff. |
| diff_has_destructive | Whether the dry-run diff includes deletions. |
| progress_status | Item-completion progress status from change status. |
| total_items | Total change items from change status. |
| fully_completed_items | Items fully completed on every target host. |
| execution_id | Execution id from change deploy. |
| execution_status | Execution status from change deploy. |
| jobs_total | Total jobs in the execution. |
| jobs_succeeded | Jobs that completed successfully. |
| jobs_failed | Jobs that failed. |