Externals

If you click on the Workspace in the Command Editor, you will see a place to specify External Commands, External Directories, and Environments.

_images/fig_empty_externals.png

External Command Groups

AutoBonk supports pointing to .bonk command group files (as opposed to .bonkspace workspaces). External Commands can point to specific .bonk files, and External Directories lets you automatically pick up every .bonk file in a directory.

Documentation TODO

External Environments

AutoBonk supports importing variables from external .env and .ini files. When the workspace is loaded it will add variables from these files to the list of global variables implicitly.

_images/fig_env_externals.png

.env file format:

# This is a comment
VariableName=Value

.ini file format:

; This is a comment
[AutoBonk]
VariableName=Value