Skip to content

gtl config

Manage global gtl configuration values such as the default clone path, repo search paths, saved repo paths, GitHub user, and identity profiles.

Usage

bash
gtl config [command]

Subcommands

CommandDescription
gtl config getRead a config value
gtl config listPrint the full global configuration
gtl config setUpdate a config value

Examples

bash
gtl config list
gtl config get default-clone-path
gtl config set default-clone-path .
gtl config set repo-search-paths /Users/name/projects
gtl config set repo-search-paths '/Users/name/work:/Users/name/personal'
gtl config set github-user monalisa

Full Help

text
Manage global gtl configuration values such as the default clone path, repo search paths, saved repo paths, GitHub user, and identity profiles.

Usage:
  gtl config [command]

Examples:
gtl config list
gtl config get default-clone-path
gtl config set default-clone-path .
gtl config set repo-search-paths /Users/name/projects
gtl config set repo-search-paths '/Users/name/work:/Users/name/personal'
gtl config set github-user monalisa

Available Commands:
  get         Read a config value
  list        Print the full global configuration
  set         Update a config value

Flags:
  -h, --help   help for config

Use "gtl config [command] --help" for more information about a command.

Released under the MIT License.