Skip to content

azion_describe_edge application

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

azion describe edge-application

Returns the Edge Application data

Synopsis

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]

Examples

$ azion describe edge-application --id 4312
$ azion describe edge-application --id 1337 --out "./tmp/test.json"
$ azion describe edge-application --id 1337 --format json

Options

      --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>

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