Skip to content
On this page

Shell scripts since v0.4.0

This tool can be extended via shell scripts, as described in the documentation. In this section these can be configured

The following example shows all settings that can be set and which will be explained on this page:

yaml
shellScripts:
  additionalDirectories:
  - .devEnv/gitpod/scripts2

additionalDirectories since v0.4.0

You can define one or multiple directories that gpt will search through for shell scripts

yaml
shellScripts:
  additionalDirectories:
  - .devEnv/gitpod/scripts2