azion-deploy
Use this skill to deploy projects to Azion with safe preflight checks.
Built-in checks
The script fails fast if:
azionexecutable is missing- authentication fails (
azion whoami) .edge/manifest.jsonis missing when using--skip-build
Commands
# Validate CLI + auth
bash {baseDir}/scripts/azion-deploy.sh preflight
# Validate auth only
bash {baseDir}/scripts/azion-deploy.sh auth-check
# Stable quickstart flow
bash {baseDir}/scripts/azion-deploy.sh quickstart --name <project-name> [--token "$AZION_TOKEN"]
# Local deploy flow
bash {baseDir}/scripts/azion-deploy.sh deploy-local [--skip-build] [--auto] [--token "$AZION_TOKEN"]
Notes
- Keep
link -> build -> deploysequential (never parallel). - If
whoamifails, runazion login(interactive) or provide validAZION_TOKEN. - For detailed flags and framework behavior, read:
references/azion-cli.mdreferences/azion-build-frameworks.md