Skip to content
GitHub Action edited this page Oct 24, 2023 · 7 revisions

azion

The Azion Command Line Interface is a unified tool to manage your Azion projects and resources%!(EXTRA string=development)

Synopsis

The Azion Command Line Interface is a unified tool to manage your Azion projects and resources

azion <command> <subcommand> [flags]

Examples

$ azion
$ azion -t azionb43a9554776zeg05b11cb1declkbabcc9la
$ azion --debug
$ azion -h

Options

  -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
  -h, --help               Displays more information about the Azion CLI
  -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 build - Builds an edge application locally
  • azion completion - Generate completion script
  • azion create - Creates a new resource on the Azion Edge Platform
  • azion delete - Deletes a resource
  • azion deploy - Deploys an edge application onto the Azion platform
  • azion describe - Displays information related to a service or resource
  • azion dev - Starts a local development server for the current application
  • azion init - Initializes an edge application from a starter template
  • azion link - Links a local repo or project folder to an existing application on Azion
  • azion list - Lists all services or resources you have access to on the platform
  • azion update - Modifies or changes single or multiple configurations of existing services or resources on Azion
Auto generated by spf13/cobra on 24-Oct-2023
Clone this wiki locally