mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 20:46:00 +02:00
Update devspace.md
add devspace: add page for DevSpace CLI
This commit is contained in:
parent
20775ea429
commit
6b3796ffc2
1 changed files with 6 additions and 6 deletions
|
@ -1,19 +1,19 @@
|
||||||
# devspace
|
# devspace
|
||||||
|
|
||||||
> DevSpace accelerates developing, deploying, and debugging applications with Docker and Kubernetes.
|
> DevSpace accelerates developing, deploying, and debugging applications with Docker and Kubernetes.
|
||||||
> More information: <https://devspace.sh>.
|
> More information: <https://devspace.sh/docs/cli>.
|
||||||
|
|
||||||
- Initialize a new DevSpace project in the current directory:
|
- Initialize a new DevSpace project in the current directory:
|
||||||
|
|
||||||
`devspace init`
|
`devspace init`
|
||||||
|
|
||||||
- Start development mode with port forwarding, file sync, and terminal access:
|
- Start development mode with port forwarding, file synchronization, and terminal access:
|
||||||
|
|
||||||
`devspace dev`
|
`devspace dev`
|
||||||
|
|
||||||
- Start development mode with a specific namespace:
|
- Start development mode in a specific namespace:
|
||||||
|
|
||||||
`devspace dev -n {{namespace}}`
|
`devspace dev {{[-n|--namespace]}} {{namespace}}`
|
||||||
|
|
||||||
- Deploy the project to Kubernetes:
|
- Deploy the project to Kubernetes:
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
||||||
|
|
||||||
- Deploy the project with a specific profile:
|
- Deploy the project with a specific profile:
|
||||||
|
|
||||||
`devspace deploy -p {{profile-name}}`
|
`devspace deploy {{[-p|--profile]}} {{profile-name}}`
|
||||||
|
|
||||||
- Build all defined images:
|
- Build all defined images:
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
- Follow logs from a pod:
|
- Follow logs from a pod:
|
||||||
|
|
||||||
`devspace logs -f`
|
`devspace logs {{[-f|--follow]}}`
|
||||||
|
|
||||||
- Open the DevSpace UI in the browser:
|
- Open the DevSpace UI in the browser:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue