Linux command
doppler-projects 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List projects
doppler projects
Create a project
doppler projects create [name]
Get project info
doppler projects get [name]
Delete a project
doppler projects delete [name]
Update project description
doppler projects update [name] --description "[description]"
说明
doppler projects manages Doppler projects, which are top-level organizational units containing environments and their associated secrets and configurations. Projects group related environments together (development, staging, production), allowing teams to organize secrets logically by application or service. Each project contains multiple configs representing different deployment environments. Operations include creating new projects, listing existing ones, viewing details, updating metadata like descriptions, and deleting projects when no longer needed. Project management is typically done during initial setup or when restructuring secret organization.
FAQ
What is the doppler-projects command used for?
doppler projects manages Doppler projects, which are top-level organizational units containing environments and their associated secrets and configurations. Projects group related environments together (development, staging, production), allowing teams to organize secrets logically by application or service. Each project contains multiple configs representing different deployment environments. Operations include creating new projects, listing existing ones, viewing details, updating metadata like descriptions, and deleting projects when no longer needed. Project management is typically done during initial setup or when restructuring secret organization.
How do I run a basic doppler-projects example?
Run `doppler projects` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more doppler-projects examples?
This page includes 5 examples for doppler-projects, plus related commands for nearby Linux tasks.