Sets up CommandBox CLI for GitHub Actions.
The following are all the different input variables you can use on the action so you can setup CommandBox with ForgeBox API keys, default packages, specific versions and much more.
Simple usage:
- name: Setup CommandBox
uses: Ortus-Solutions/setup-commandbox@v2.0.1With Global Dependencies:
- name: Setup CommandBox
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
installSystemModules: trueWith Specific Dependencies:
- name: Setup CommandBox
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
install: commandbox-fusionreactorWith ForgeBox Token
- name: Setup CommandBox With ForgeBox Key
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
forgeboxAPIKey: my-tokenInstall a specific version of CommandBox
- name: Setup CommandBox with specific version
uses: Ortus-Solutions/setup-commandbox@v2.0.1
with:
version: 5.9.1