ravion project
Manage projects
Aliases: projects, proj
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Create, list, update, and delete Ravion projects and their settings, including default environments and integrations, from the CLI.
ravion projectprojects, proj
ravion project configravion project config applyravion project config apply <id> [flags]
| Flag | Required | Description |
|---|---|---|
--file <string> | yes | File to read project config from |
--autoapprove | Pass autoapprove=true to supported stack change pipeline runs | |
--description <string> | Description recorded on every stack run this apply creates, for example a link to the pull request or commit that changed the config | |
--dry-run | Validate and print planned changes without applying them; IDs of resources that do not exist yet print as (known after apply) | |
--environment-given-id <strings> | Environment given ID to include in the apply target set | |
--environment-id <strings> | Environment ID to include in the apply target set | |
--json | emit response as JSON | |
--module-given-id <strings> | Module instance given ID to include within each selected environment | |
--module-instance-id <strings> | Module instance ID to include in the apply target set | |
--run-ordering <string> | Controls whether co-applied module stack runs wait for dependency stack runs to succeed. Available values: dependency, parallel. |
ravion project config pullravion project config pull <id> [flags]
| Flag | Required | Description |
|---|---|---|
--file <string> | yes | File to write project config to |
ravion project config schemaravion project config schema
ravion project createravion project create [flags]
| Flag | Required | Description |
|---|---|---|
--given-id <string> | yes | User-provided project identifier. Must be unique within organization. |
--name <string> | yes | name |
--description <string> | description | |
--file <string> | File to write project config to | |
--json | emit response as JSON |
ravion project deleteravion project delete <id> [flags]
| Flag | Required | Description |
|---|---|---|
-y, --yes | skip confirmation prompt |
ravion project getravion project get <id> [flags]
| Flag | Required | Description |
|---|---|---|
--json | emit response as JSON |
ravion project listravion project list [flags]
| Flag | Required | Description |
|---|---|---|
--cursor <string> | cursor | |
--json | emit response as JSON | |
--limit <int> | limit | |
-v, --verbose | show full output |
ravion project updateravion project update <id> [flags]
| Flag | Required | Description |
|---|---|---|
--description <string> | description | |
--given-id <string> | User-provided project identifier. Must be unique within organization. | |
--json | emit response as JSON | |
--name <string> | name |
Was this page helpful?