Skip to content
nd profile add-asset

nd profile add-asset

Add an asset to an existing profile

nd profile add-asset <profile> <asset> [flags]

Examples

  # Add an asset to an existing profile
  nd profile add-asset my-setup skills/greeting

  # Add a command to a profile
  nd profile add-asset my-setup commands/hello

Options

  -h, --help   help for add-asset

Options inherited from parent commands

      --config string   path to config file (default "~/.config/nd/config.yaml")
      --dry-run         show what would happen without making changes
      --json            output in JSON format
      --no-color        disable colored output
  -q, --quiet           suppress non-error output
  -s, --scope string    deployment scope (global|project) (default "global")
  -v, --verbose         verbose output to stderr
  -y, --yes             skip confirmation prompts

Related

Guides