8000 feat: rich parameters: introduce display_name by mtojek · Pull Request #6919 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

feat: rich parameters: introduce display_name #6919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 26 commits into from
Apr 3, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix
  • Loading branch information
mtojek committed Apr 3, 2023
commit 3a947d44c1e79ad4cbd1aeeaa75ecb26230bf9b0
10 changes: 5 additions & 5 deletions docs/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ Coder — A tool for provisioning self-hosted development environments with Terr

### --global-config

| | |
| ----------- | -------------------------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_CONFIG_DIR</code> |
| Default | <code>~/Library/Application Support/coderv2</code> |
| | |
| ----------- | ------------------------------ |
| Type | <code>string</code> |
| Environment | <code>$CODER_CONFIG_DIR</code> |
| Default | <code>~/.config/coderv2</code> |

Path to the global `coder` config directory.

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/provisionerd_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ coder provisionerd start [flags]
| ----------- | ----------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_CACHE_DIRECTORY</code> |
| Default | <code>~/Library/Caches/coder</code> |
| Default | <code>~/.cache/coder</code> |

Directory to store cached data.

Expand Down
2 changes: 1 addition & 1 deletion docs/cli/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Whether Coder only allows connections to workspaces via the browser.
| ----------- | ----------------------------------- |
| Type | <code>string</code> |
| Environment | <code>$CODER_CACHE_DIRECTORY</code> |
| Default | <code>~/Library/Caches/coder</code> |
| Default | <code>~/.cache/coder</code> |

The directory to cache temporary files. If unspecified and $CACHE_DIRECTORY is set, it will be used for compatibility with systemd.

Expand Down
0