setteld/Setteld Settle Action
Run Setteld CLI operations (rules validate, rules deploy, disputes list) in CI/CD pipelines
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The setteld CLI command to run. Examples: rules validate ./rules rules deploy ./rules --env staging rules deploy ./rules --env production --confirm-diff-hash <hash> disputes list --sla-risk | yes | — |
| token | Setteld API token — store as ${{ secrets.SETTELD_TOKEN }} | yes | — |
| environment | Target environment: staging or production | no | staging |
| version | @setteld/cli npm version to install | no | latest |
| working-directory | Working directory for the setteld command | no | . |
Outputs
| name | description |
|---|---|
| result | Outcome of the setteld command (success or failure) |