Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-11 00:32:34 +00:00
parent d6d780c016
commit 084ddc68da
3 changed files with 69 additions and 0 deletions

22
tldr/ng-deploy Normal file
View 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|...}}`