mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
583 B
Plaintext
30 lines
583 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# doppler projects
|
|
|
|
> Manage Doppler Projects.
|
|
> More information: <https://docs.doppler.com/docs/cli>.
|
|
|
|
- Get all projects:
|
|
|
|
`doppler projects`
|
|
|
|
- Get info for a project:
|
|
|
|
`doppler projects get {{name|project_id}}`
|
|
|
|
- Create a project:
|
|
|
|
`doppler projects create {{name}}`
|
|
|
|
- Update a project's name and description:
|
|
|
|
`doppler projects update {{name|project_id}} --name "{{new_name}}" --description "{{new_description}}"`
|
|
|
|
- Delete a project:
|
|
|
|
`doppler projects delete {{name|project_id}}`
|