Usage
initiat secret list [options]
Options
-P
|
--project-path
Full project path (org/project) or alias
-p
|
--project
Project name (uses default org or --org)
--org
Organization slug (used with --project)
Examples
List secrets with full project path
initiat secret list --project-path acme-corp/production
List secrets with short flags
initiat secret list -P acme-corp/production
List secrets with project only
initiat secret list --project production
How it works
-
→
Fetches all secrets for the project
-
→
Displays metadata in table format
-
→
Shows key, encrypted status, and version
-
→
Never exposes actual secret values
Output
🔍 Listing secrets in project acme-corp/production...
Key Value Version
API_KEY [encrypted] 1
DB_PASS [encrypted] 1
JWT_SECRET [encrypted] 2