For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai stacks list

List stacks in a project

Synopsis

List stacks and their resource counts (services, agents, databases) in a project. Stacks are discovered from the live resources that belong to them.

The organization and project are read from flags or resolved via 'iai organizations select' / 'iai projects select'.

iai stacks list [flags]

Examples

  iai stacks list
  iai stacks list --json
  iai stacks list -o my-org -p my-project

Options

  -h, --help                  help for list
      --json                  Output as JSON
  -o, --organization string   Organization name
  -p, --project string        Project name

Options inherited from parent commands

SEE ALSO

  • iai stacks - Declarative resource sync from config files

Last updated

Was this helpful?