roots/Roots - Setup trellis-cli
Sets up Trellis CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| auto-init | Whether to automatically run the `init` command after install (default: true). | no | true |
| ansible-vault-password | Ansible Vault password (use a GitHub secret for this value). If you do not use Vault, set a placeholder string value anyway. | yes | — |
| cache-virtualenv | Caches the trellis-cli managed virtualenv (default: true). | no | true |
| galaxy-install | Whether to automatically run `trellis galaxy install` (default: true). | no | true |
| repo-token | GitHub repository access token used for API authentication. Set this to avoid API rate limits. | no | — |
| trellis-directory | Path to Trellis project directory | no | trellis |
| version | Version of Trellis CLI to install | no | latest |
Outputs
| name | description |
|---|---|
| version | The CLI version installed |