run
command or when using the !binary
shortcut. The default *nix shell used for the run
command is /bin/sh
but you can override it to use a custom shell. Set the full path to the shell binary.bump
command from a Git repo will attempt to tag the repo unless you provide the tagVersion
parameter. This setting provides a global default to prevent CommandBox from trying to tag Git repos.bump
command from a Git repo will tag the repo using the format v{version}
such as v1.0.0
or v4.3.6
. You can remove the v
or swap it for another prefix using the tagPrefix
parameter. Remember, another string like foo1.2.3
will not be parseable by CommandBox as a valid semver. This setting can be overriden by the tagPrefix
parameter to the bump
command.artifactsDirectory
config setting. This can be useful to keep your primary drive from filling up, or to point your files to a shared network drive that your coworkers can share.false
.server open
or calling the openURL()
method from a command or Task Runner. Possible values are:developerMode
setting reloads shell before each command to help testing changes to CommandBox core or modules.reload
command, but it will cause a delay before each command. Don't forget to turn this back off when you're done.offlineMode
setting will disable most external HTTP calls. This can be useful forbox
in a secure network which blocks or flags any external access