simplismart secrets.
Create Secret
Creates a secret for an organization.| Option | Description |
|---|---|
--name NAME | Secret name (required) |
--secret-type TYPE | Secret type (required) - e.g., docker_hub |
--data JSON/@file | Secret data as JSON (required) |
secret-data.json contains:
List Secrets
Lists secrets for an organization.| Option | Description |
|---|---|
--org-id UUID | Organization UUID (required) |
Get Secret
Gets details of a specific secret.| Option | Description |
|---|---|
--secret-id UUID | Secret UUID (required) |
uuid, name, secret_type, created_at, updated_at, org). Secret values are never returned.
JSON File Input
Many CLI commands accept JSON input via file path using the@ prefix: