Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.25 KB

File metadata and controls

47 lines (32 loc) · 1.25 KB

stackit project describe

Shows details of a STACKIT project

Synopsis

Shows details of a STACKIT project.

stackit project describe [flags]

Examples

  Get the details of the configured STACKIT project
  $ stackit project describe

  Get the details of a STACKIT project by explicitly providing the project ID
  $ stackit project describe xxx

  Get the details of the configured STACKIT project, including details of the parent resources
  $ stackit project describe --include-parents

Options

  -h, --help              Help for "stackit project describe"
      --include-parents   When true, the details of the parent resources will be included in the output

Options inherited from parent commands

  -y, --assume-yes             If set, skips all confirmation prompts
      --async                  If set, runs the command asynchronously
  -o, --output-format string   Output format, (one of: [json, pretty, none, yaml])
  -p, --project-id string      Project ID
      --region string          Target region for region-specific requests
      --verbosity string       Verbosity of the CLI, (one of: [debug, info, warning, error]) (default "info")

SEE ALSO