-
Notifications
You must be signed in to change notification settings - Fork 29
azion_describe_domains
GitHub Action edited this page Oct 24, 2023
·
4 revisions
Returns the domain data
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]
$ 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
--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>
-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
- azion describe - Displays information related to a service or resource