Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 0ed8bda

Browse files
committed
build
1 parent 7c0b3a9 commit 0ed8bda

21 files changed

+21
-0
lines changed

docs/coder.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ coder provides a CLI for working with an existing Coder Enterprise installation
2525
* [coder sync](coder_sync.md) - Establish a one way directory sync to a Coder environment
2626
* [coder urls](coder_urls.md) - Interact with environment DevURLs
2727
* [coder users](coder_users.md) - Interact with Coder user accounts
28+

docs/coder_completion.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,3 +67,4 @@ MacOS:
6767
### SEE ALSO
6868

6969
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
70+

docs/coder_config-ssh.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ coder config-ssh [flags]
2727
### SEE ALSO
2828

2929
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
30+

docs/coder_envs.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Perform operations on the Coder environments owned by the active user.
2424
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
2525
* [coder envs ls](coder_envs_ls.md) - list all environments owned by the active user
2626
* [coder envs stop](coder_envs_stop.md) - stop Coder environments by name
27+

docs/coder_envs_ls.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ coder envs ls [flags]
2727
### SEE ALSO
2828

2929
* [coder envs](coder_envs.md) - Interact with Coder environments
30+

docs/coder_envs_stop.md

+1
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@ coder envs --user charlie@coder.com ls -o json \
4141
### SEE ALSO
4242

4343
* [coder envs](coder_envs.md) - Interact with Coder environments
44+

docs/coder_login.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ coder login [Coder Enterprise URL eg. https://my.coder.domain/] [flags]
2525
### SEE ALSO
2626

2727
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
28+

docs/coder_logout.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ coder logout [flags]
2525
### SEE ALSO
2626

2727
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
28+

docs/coder_secrets.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ Interact with secrets objects owned by the active user.
2626
* [coder secrets ls](coder_secrets_ls.md) - List all secrets owned by the active user
2727
* [coder secrets rm](coder_secrets_rm.md) - Remove one or more secrets by name
2828
* [coder secrets view](coder_secrets_view.md) - View a secret by name
29+

docs/coder_secrets_create.md

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ coder secrets create aws-credentials --from-file ./credentials.json
3838
### SEE ALSO
3939

4040
* [coder secrets](coder_secrets.md) - Interact with Coder Secrets
41+

docs/coder_secrets_ls.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ coder secrets ls [flags]
2626
### SEE ALSO
2727

2828
* [coder secrets](coder_secrets.md) - Interact with Coder Secrets
29+

docs/coder_secrets_rm.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ coder secrets rm mysql-password mysql-user
3232
### SEE ALSO
3333

3434
* [coder secrets](coder_secrets.md) - Interact with Coder Secrets
35+

docs/coder_secrets_view.md

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ coder secrets view mysql-password
3232
### SEE ALSO
3333

3434
* [coder secrets](coder_secrets.md) - Interact with Coder Secrets
35+

docs/coder_sh.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ coder sh backend-env
3131
### SEE ALSO
3232

3333
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
34+

docs/coder_sync.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ coder sync [local directory] [<env name>:<remote directory>] [flags]
2626
### SEE ALSO
2727

2828
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
29+

docs/coder_urls.md

+1
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ Interact with environment DevURLs
2424
* [coder urls create](coder_urls_create.md) - Create a new devurl for an environment
2525
* [coder urls ls](coder_urls_ls.md) - List all DevURLs for an environment
2626
* [coder urls rm](coder_urls_rm.md) - Remove a dev url
27+

docs/coder_urls_create.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ coder urls create [env_name] [port] [--access <level>] [--name <name>] [flags]
2727
### SEE ALSO
2828

2929
* [coder urls](coder_urls.md) - Interact with environment DevURLs
30+

docs/coder_urls_ls.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ coder urls ls [environment_name] [flags]
2626
### SEE ALSO
2727

2828
* [coder urls](coder_urls.md) - Interact with environment DevURLs
29+

docs/coder_urls_rm.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ coder urls rm [environment_name] [port] [flags]
2525
### SEE ALSO
2626

2727
* [coder urls](coder_urls.md) - Interact with environment DevURLs
28+

docs/coder_users.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ Interact with Coder user accounts
2222

2323
* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
2424
* [coder users ls](coder_users_ls.md) - list all user accounts
25+

docs/coder_users_ls.md

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ coder users ls -o json | jq .[] | jq -r .email
3333
### SEE ALSO
3434

3535
* [coder users](coder_users.md) - Interact with Coder user accounts
36+

0 commit comments

Comments
 (0)