Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 30, 2024. It is now read-only.
/coder-v1-cliPublic archive

Commit0ed8bda

Browse files
committed
build
1 parent7c0b3a9 commit0ed8bda

21 files changed

+21
-0
lines changed

‎docs/coder.md

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp