commands.sh

ng deploy

all

Invoke the deploy builder for a project in the workspace. Note: Deployment requires setup via `ng add`.

More info →

Options (1)

-c, --configurationboolean

Deploy using a specific configuration

Example: ng deploy {{[-c|--configuration]}} {{development|production|...}}

Examples (3)

Deploy the default project

Deploy a specific project

ng deploy project_name

Deploy using a specific configuration

ng deploy [-c|--configuration] development|production|...
made by @shridhargupta | data from tldr-pages