Skip to main content
Manage secrets using simplismart secrets.

Create Secret

Creates a secret for an organization.
Example:
Where secret-data.json contains:

List Secrets

Lists secrets for an organization.
Example:
Expected output

Get Secret

Gets details of a specific secret.
Example:
Expected output Returns a single secret object (e.g. 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:

Error Handling

CLI errors are returned as JSON: