mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
add devspace: add page for DevSpace CLI
add devspace: add page for DevSpace CLI
This commit is contained in:
parent
2fb566955d
commit
20775ea429
1 changed files with 16 additions and 8 deletions
|
@ -4,25 +4,33 @@
|
|||
> More information: <https://devspace.sh>.
|
||||
|
||||
- Initialize a new DevSpace project in the current directory:
|
||||
`devspace init`
|
||||
|
||||
`devspace init`
|
||||
|
||||
- Start development mode with port forwarding, file sync, and terminal access:
|
||||
`devspace dev`
|
||||
|
||||
`devspace dev`
|
||||
|
||||
- Start development mode with a specific namespace:
|
||||
`devspace dev -n {{namespace}}`
|
||||
|
||||
`devspace dev -n {{namespace}}`
|
||||
|
||||
- Deploy the project to Kubernetes:
|
||||
`devspace deploy`
|
||||
|
||||
`devspace deploy`
|
||||
|
||||
- Deploy the project with a specific profile:
|
||||
`devspace deploy -p {{profile-name}}`
|
||||
|
||||
`devspace deploy -p {{profile-name}}`
|
||||
|
||||
- Build all defined images:
|
||||
`devspace build`
|
||||
|
||||
`devspace build`
|
||||
|
||||
- Follow logs from a pod:
|
||||
`devspace logs -f`
|
||||
|
||||
`devspace logs -f`
|
||||
|
||||
- Open the DevSpace UI in the browser:
|
||||
`devspace ui`
|
||||
|
||||
`devspace ui`
|
||||
|
|
Loading…
Add table
Reference in a new issue