-
Notifications
You must be signed in to change notification settings - Fork 27
azion_deploy
GitHub Action edited this page Jun 16, 2026
·
21 revisions
Deploys an Application
Deploys an Application
azion deploy [flags]
$ azion deploy --help
$ azion deploy --path dist/storage
$ azion deploy --auto
--auto If sent, the entire flow of the command will be run without interruptions
--config-dir string Relative path to where your custom azion.json and args.json files are stored (default "azion")
--dry-run Simulates the deploy process without carrying out any actual action
--env string Relative path to where your custom .env file is stored (default ".edge/.env")
-h, --help Displays more information about the deploy command
--local Runs the entire build and deploy process locally
--no-prompt If sent, whenever the CLI would display an interactive prompt due to an error, it instead just returns the error
--path string Path to where your static files are stored
--skip-build If sent, the build command will not be called during the deploy process
--skip-framework-build Indicates whether to bypass the framework build phase before executing 'azion build'
--sync Synchronizes the local azion.json file with remote resources
--workers int Number of concurrent upload workers (default: auto-calculated based on CPU cores, max 20)
--writable-bucket If sent, the project bucket will be created with read-write access
-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
--format string Changes the output format passing the json value to the flag
-l, --log-level string Set the logging level, "debug", "info", or "error". (default "info")
--no-color Changes the output format passing the json value to the flag
--out string Exports the output to the given <file_path/file_name.ext>
-s, --silent Silences log completely; mostly used for automation purposes
--timeout int Defines how much time in seconds the CLI will wait before timing out from the HTTP connection (default 50)
-t, --token string Saves a given Personal Token locally to authorize CLI commands
-y, --yes Answers all yes/no interactions automatically with yes
- azion - The Azion Command Line Interface is a unified tool to manage your Azion projects and resources%!(EXTRA string=development)