nd profile deploy
Deploy all assets in a profile
nd profile deploy <name> [flags]Examples
# Deploy all assets in a profile
nd profile deploy my-setup
# Preview what would be deployed
nd profile deploy my-setup --dry-runOptions
-h, --help help for deployOptions 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 promptsRelated
- nd profile - Manage deployment profiles