🐧 Azure Linux Dev Tool
Azure Linux Dev Tool (azldev) manages Azure Linux projects, components, images, and builds. It provides a unified CLI for the full development workflow: creating projects, importing and building RPM packages, customizing images, and more.
Run azldev from the root of an Azure Linux project (where azldev.toml lives), or use -C to point to one.
-y, --accept-all accept all prompts
--color mode output colorization mode {always, auto, never} (default auto)
--config-file stringArray additional TOML config file(s) to merge (may be repeated)
-n, --dry-run dry run only (do not take action)
-h, --help help for azldev
--network-retries int maximum number of attempts for network operations (minimum 1) (default 3)
--no-default-config disable default configuration
-O, --output-format fmt output format {csv, json, markdown, table} (default table)
--permissive-config do not fail on unknown fields in TOML config files
-C, --project string path to Azure Linux project
-q, --quiet only enable minimal output
-v, --verbose enable verbose output
- azldev advanced - Advanced operations
- azldev completion - Generate the autocompletion script for the specified shell
- azldev component - Manage components
- azldev config - Manage tool configuration
- azldev docs - Documentation commands
- azldev image - Manage Azure Linux images
- azldev package - Manage binary package configuration
- azldev project - Manage Azure Linux projects
- azldev version - Print the CLI version