Skip to content

azion_list_edge application

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

azion list edge-application

Displays your edge applications in a list

Synopsis

Displays all your edge applications in a list

azion list edge-application [flags]

Examples

$ azion list edge-application
$ azion list edge-application --details
$ azion list edge-application --page 1 
$ azion list edge-application --page_size 5

Options

      --details         Displays all relevant fields when listing
  -h, --help            Displays more information about the list command
      --page int        Returns a page of the list according to its number (default 1)
      --page_size int   Defines how many items should be returned per page (default 10)

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 list - Lists all services or resources you have access to on the platform
Auto generated by spf13/cobra on 24-Oct-2023