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

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.

.env file format:
# This is a comment
VariableName=Value
.ini file format:
; This is a comment
[AutoBonk]
VariableName=Value