gocodealone/Setup wfctl
Install the wfctl CLI tool for workflow engine operations
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | wfctl version to install (e.g., "v0.3.51", "latest") | no | latest |
| token | GitHub token for downloading releases | no | ${{ github.token }} |
| install-dir | Directory to install wfctl into. When set, sudo is not used and the directory is appended to GITHUB_PATH. Defaults to /usr/local/bin (existing behavior). | no | "" |
| update-timeout-seconds | Maximum time to allow an existing wfctl binary to self-update before falling back to release download. | no | 300 |
| skip-update | Set to true to skip wfctl update attempts when an existing binary does not match the requested version. | no | false |
| download-timeout-seconds | Maximum time for each curl download request. | no | 60 |
| download-connect-timeout-seconds | Maximum time for curl to establish a connection. | no | 30 |
Outputs
no outputs