-
Notifications
You must be signed in to change notification settings - Fork 29
azion_describe_edge application
GitHub Action edited this page Oct 24, 2023
·
5 revisions
Returns the Edge Application data
Displays information about the Edge Application via a given ID to show the application’s attributes in detail
azion describe edge-application --application-id <application_id> [flags]
$ azion describe edge-application --id 4312
$ azion describe edge-application --id 1337 --out "./tmp/test.json"
$ azion describe edge-application --id 1337 --format json
--format string Changes the output format passing the json value to the flag
-h, --help Displays more information about the describe command
--id string Unique identifier of the Edge Application
--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