ravion stack
Manage stacks
Aliases: stacks
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manage Ravion-managed Terraform stacks, inspect resources and state, and trigger plan and apply runs from the ravion stack commands.
ravion stackstacks
ravion stack getravion stack get <id> [flags]
| Flag | Required | Description |
|---|---|---|
--json | emit response as JSON |
ravion stack get-lockravion stack get-lock <id> [flags]
| Flag | Required | Description |
|---|---|---|
--json | emit response as JSON |
ravion stack listravion stack list [flags]
| Flag | Required | Description |
|---|---|---|
--cursor <string> | cursor | |
--environment-id <string> | environmentId | |
--json | emit response as JSON | |
--limit <int> | limit | |
--project-id <string> | projectId | |
-v, --verbose | show full output |
ravion stack resource-countravion stack resource-count [flags]
| Flag | Required | Description |
|---|---|---|
--id <strings> | yes | Stack IDs to count current-state resources for. |
--json | emit response as JSON |
ravion stack trigger-pipelineravion stack trigger-pipeline <id> [flags]
| Flag | Required | Description |
|---|---|---|
--description <string> | yes | User-provided description of this pipeline run |
--pipeline-type <string> | yes | Which stack pipeline to trigger. Available values: change, destroy. |
--autoapprove | Pass autoapprove=true to stack change pipeline runs when supported. | |
--json | emit response as JSON |
ravion stack unlockravion stack unlock <id> [flags]
| Flag | Required | Description |
|---|---|---|
--force | Release the lock while a run is still active on the stack. This covers a run that never completes and does not respond to cancellation, which is not expected behaviour. That run keeps going, and its state write is refused once the lock is gone, so the run fails and any cloud resources it already changed go unrecorded. State from completed operations is untouched. Cancel the run first whenever cancellation succeeds. | |
--json | emit response as JSON | |
-y, --yes | skip confirmation prompt |
Was this page helpful?