feat(cli): make the dotfiles repository directory configurable (#10377)

This commit is contained in:
Josh Vawdrey
2023-10-24 12:00:04 +03:00
committed by GitHub
parent d8592bf09a
commit 6b2aee4133
4 changed files with 88 additions and 5 deletions
+10
View File
@@ -28,6 +28,16 @@ coder dotfiles [flags] <git_repo_url>
Specifies which branch to clone. If empty, will default to cloning the default branch or using the existing branch in the cloned repo on disk.
### --repo-dir
| | |
| ----------- | ------------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_DOTFILES_REPO_DIR</code> |
| Default | <code>dotfiles</code> |
Specifies the directory for the dotfiles repository, relative to global config directory.
### --symlink-dir
| | |