pandeptwidyaop/Komodo Stack Deploy
Deploy a stack on Komodo server using API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| komodo-url | Komodo server URL (e.g., https://komodo.example.com) | yes | — |
| api-key | Komodo API key | yes | — |
| api-secret | Komodo API secret | yes | — |
| stack-name | Name of the stack to deploy | yes | — |
| services | Services to deploy (comma-separated, e.g., "app,db" or leave empty for all services) | no | "" |
| wait-for-completion | Wait for deployment to complete (true/false) | no | true |
| show-logs | Show detailed deployment logs (true/false) | no | true |
| pull-before-deploy | Pull stack before deploy (true/false) | no | false |
Outputs
| name | description |
|---|---|
| update-id | The update ID returned by Komodo |
| status | The final status of the deployment |