nd profile create
Create a new profile
nd profile create <name> [flags]Examples
# Create a profile from current deployments
nd profile create my-setup
# Create a profile for project scope
nd profile create my-setup --scope projectOptions
--assets string comma-separated list of assets (type/name)
--description string profile description
--from-current create profile from current deployments
-h, --help help for createOptions 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