ortus-boxlang/Setup BoxLang CLI
Sets up BoxLang for GitHub Actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Apr 22, 2026
- License
- None
Pinned Snippet
uses: ortus-boxlang/setup-boxlang@15a4a87098c5b4d35704fb42590efe153fb289dc # 1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| boxlang-home | Custom directory for BoxLang installation (default: ${GITHUB_WORKSPACE}/.boxlang) | no | "" |
| with-commandbox | Whether to install with CommandBox (default: false) | no | false |
| commandbox_version | CommandBox version to install (default: latest) | no | latest |
| commandbox_modules | Comma-delimited list of CommandBox packages to install | no | "" |
| forgeboxAPIKey | ForgeBox API Key | no | "" |
| modules | Space-delimited list of modules to install | no | "" |
| version | BoxLang version to install | no | latest |
Outputs
| name | description |
|---|---|
| boxlang-version | The version of BoxLang that was installed |
| installation-path | The path where BoxLang was installed |