Skip to content

secrets API actions

Use skippr-cloud secrets <operation> for these actions. The HTTPS endpoint is https://secrets.eu-central-1.cloud.skippr.io. Actions listed as coming soon or platform-only are listed for completeness; do not build on them yet.

  • CLI: skippr-cloud secrets
  • Endpoint: https://secrets.eu-central-1.cloud.skippr.io
  • Service guide: secrets
  • Aggregate reference: all API actions
  • Terraform / CDKTF: cloud_secret (CloudSecret)
  • Examples: the service guide shows CLI, Terraform, CDKTF TypeScript, and CDKTF Python tabs

Resource management actions

Create, inspect, update, list, or delete resources.

API actionCLIRequest targetJSON contract
CreateSecretskippr-cloud secrets create-secretCloudSecrets.CreateSecret (secrets)JSON contract
DescribeSecretskippr-cloud secrets describe-secretCloudSecrets.DescribeSecret (secrets)JSON contract
ListSecretsskippr-cloud secrets list-secretsCloudSecrets.ListSecrets (secrets)JSON contract
DeleteSecretskippr-cloud secrets delete-secretCloudSecrets.DeleteSecret (secrets)JSON contract
RestoreSecretskippr-cloud secrets restore-secretCloudSecrets.RestoreSecret (secrets)JSON contract
RotateSecretskippr-cloud secrets rotate-secretCloudSecrets.RotateSecret (secrets)JSON contract
CancelRotateSecretskippr-cloud secrets cancel-rotate-secretCloudSecrets.CancelRotateSecret (secrets)JSON contract

Runtime actions

Read and write application data, or run the service.

API actionCLIRequest targetJSON contract
GetSecretValueskippr-cloud secrets get-secret-valueCloudSecrets.GetSecretValue (secrets)JSON contract
PutSecretValueskippr-cloud secrets put-secret-valueCloudSecrets.PutSecretValue (secrets)JSON contract

Coming later

These actions are coming soon.

No actions in this group.

Platform-only actions

These actions are platform-only. Do not call them from the CLI or SDKs.

No actions in this group.