join-with/DxCore Dispatch
Run a build command and pipe the task graph to the DxCore coordinator for distributed execution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| coordinator-url | URL of the running DxCore coordinator | yes | — |
| token | Authentication token matching the coordinator | yes | — |
| command | Build command that outputs a task graph to stdout (e.g. 'turbo run build test lint --dry=json') | yes | — |
| session-id | Session identifier. Defaults to gha-<run_id>. | no | "" |
| build-system | Build system adapter (turbo or nx) | no | turbo |
| work-dir | Working directory where the build command runs | no | . |
| timeout | Timeout in seconds for the dispatch operation | no | 900 |
| failure-strategy | Failure strategy (fail-fast or continue-all). Omit to use org default. | no | "" |
| version | Release tag to download (e.g. v0.1.0). Defaults to latest. | no | latest |
Outputs
no outputs