mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 16:00:46 +00:00
Update cheatsheets
This commit is contained in:
22
tldr/ng-deploy
Normal file
22
tldr/ng-deploy
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# ng deploy
|
||||
|
||||
> Invoke the deploy builder for a project in the workspace.
|
||||
> Note: Deployment requires setup via `ng add`.
|
||||
> More information: <https://angular.dev/cli/deploy>.
|
||||
|
||||
- Deploy the default project:
|
||||
|
||||
`ng deploy`
|
||||
|
||||
- Deploy a specific project:
|
||||
|
||||
`ng deploy {{project_name}}`
|
||||
|
||||
- Deploy using a specific configuration:
|
||||
|
||||
`ng deploy {{[-c|--configuration]}} {{development|production|...}}`
|
||||
Reference in New Issue
Block a user