krakendeploy-com/Kraken Deploy CLI
Execute Kraken Deploy commands to create releases and deployments
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Action to perform (create-release, create-deployment, upload-artifact) | yes | — |
| org-id | Organization ID | yes | — |
| workspace-id | Workspace ID | yes | — |
| project-id | Project ID (required for create-release and create-deployment) | no | — |
| api-key | API Key for authentication | yes | — |
| version | Version number (required for create-release and create-deployment by version) | no | — |
| release-id | Release ID (alternative to version for create-deployment) | no | — |
| environment-id | Environment ID (required for create-deployment) | no | — |
| packages | Semicolon-separated list of packages in format: name:version:source-id | no | — |
| registry-images | Semicolon-separated list of registry images in format: name:version:source-id | no | — |
| artifact-name | Artifact name (required for upload-artifact) | no | — |
| file | File path (required for upload-artifact) | no | — |
| base-url | Base URL for Kraken API (default: https://api.krakendeploy.com) | no | https://api.krakendeploy.com |
Outputs
| name | description |
|---|---|
| result | Result of the CLI execution |