lydanne/Spaceflow
Run spaceflow CLI commands in CI workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command | The spaceflow command to run (e.g. review, publish, scripts, shell, or get-output for extracting cached values) | yes | — |
| args | Additional arguments to pass to the command | no | "" |
| from-comment | Parse command from PR comment (e.g. '/review -v 2 -l openai') | no | "" |
| provider-url | Git Provider server URL (e.g. https://api.github.com) | no | — |
| provider-token | Git Provider API token | no | — |
| working-directory | Working directory for the command | no | . |
| dev-mode | Enable development mode (install deps and use nest to run) | no | false |
| event-action | PR event action (opened, synchronize, closed, etc.) | no | "" |
Outputs
| name | description |
|---|---|
| result | JSON string of all command outputs |
| value | Extracted value from JSON (for get-output command) |