-
Notifications
You must be signed in to change notification settings - Fork 29
azion
GitHub Action edited this page Oct 24, 2023
·
7 revisions
The Azion Command Line Interface is a unified tool to manage your Azion projects and resources%!(EXTRA string=development)
The Azion Command Line Interface is a unified tool to manage your Azion projects and resources
azion <command> <subcommand> [flags]
$ azion
$ azion -t azionb43a9554776zeg05b11cb1declkbabcc9la
$ azion --debug
$ azion -h
-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
- 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