Skip to content

azion_describe_domains

GitHub Action edited this page Oct 24, 2023 · 4 revisions

azion describe domains

Returns the domain data

Synopsis

Displays information about the domain via a given ID to show the application’s attributes in detail

azion describe domains --domain-id <domain_id> [flags]

Examples

$ azion describe domains --domain-id 4312
$ azion describe domains --domain-id 1337 --out "./tmp/test.json" --format json
$ azion describe domains --domain-id 1337 --format json

Options

      --domain-id string   Unique identifier of the Domain
      --format string      Changes the output format passing the json value to the flag
  -h, --help               Displays more information about the describe command
      --out string         Exports the output to the given <file_path/file_name.ext>

Options inherited from parent commands

  -c, --config string      Sets the Azion configuration folder for the current command only, without changing persistent settings.
  -d, --debug              Displays log at a debug level
  -l, --log-level string   Displays log at a debug level (default "info")
  -s, --silent             Silences log completely; mostly used for automation purposes
  -t, --token string       Saves a given personal token locally to authorize CLI commands
  -y, --yes                Answers all yes/no interactions automatically with yes

SEE ALSO

  • azion describe - Displays information related to a service or resource
Auto generated by spf13/cobra on 24-Oct-2023