Create a new Azure Linux project with basic config
Create a new Azure Linux project at the specified path.
Sets up the directory structure and a minimal azldev.toml configuration file. The path must not already contain a project.
azldev project new PATH [flags]
# Create a new project
azldev project new my-project
# Create a new project in a specific directory
azldev project new /home/user/projects/my-distro
-h, --help help for new
-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)
--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 project - Manage Azure Linux projects