Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.57 KB

File metadata and controls

54 lines (38 loc) · 1.57 KB

azldev component add

Add component(s) to this project

Synopsis

Add one or more components to the project configuration.

Each component name is added as a bare entry in the root config file, inheriting defaults from the distro configuration. If a component with the same name already exists, the command returns an error.

azldev component add [flags]

Examples

  # Add a single component
  azldev component add curl

  # Add multiple components at once
  azldev component add curl wget bash

Options

  -h, --help   help for add

Options inherited from parent commands

  -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

SEE ALSO