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

Initial prototype of resources command #137

Merged
merged 6 commits into from
Oct 18, 2020
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
Generate docs with new verbose flag
  • Loading branch information
cmoog committed Oct 18, 2020
commit b1088fbc4646b1d3a1b4f914afaea588e5eddb7a
4 changes: 3 additions & 1 deletion docs/coder.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ coder provides a CLI for working with an existing Coder Enterprise installation
### Options

```
-h, --help help for coder
-h, --help help for coder
-v, --verbose show verbose output
```

### SEE ALSO
Expand All @@ -19,6 +20,7 @@ coder provides a CLI for working with an existing Coder Enterprise installation
* [coder envs](coder_envs.md) - Interact with Coder environments
* [coder login](coder_login.md) - Authenticate this client for future operations
* [coder logout](coder_logout.md) - Remove local authentication credentials if any exist
* [coder resources](coder_resources.md) - manager Coder resources with platform-level context (users, organizations, environments)
* [coder secrets](coder_secrets.md) - Interact with Coder Secrets
* [coder sh](coder_sh.md) - Open a shell and execute commands in a Coder environment
* [coder sync](coder_sync.md) - Establish a one way directory sync to a Coder environment
Expand Down
6 changes: 6 additions & 0 deletions docs/coder_completion.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ MacOS:
-h, --help help for completion
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
6 changes: 6 additions & 0 deletions docs/coder_config-ssh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ coder config-ssh [flags]
--remove remove the auto-generated Coder Enterprise ssh config
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
6 changes: 6 additions & 0 deletions docs/coder_envs.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Perform operations on the Coder environments owned by the active user.
--user string Specify the user whose resources to target (default "me")
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
Expand Down
1 change: 1 addition & 0 deletions docs/coder_envs_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ coder envs ls [flags]

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/coder_envs_stop.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ coder envs stop [environment_name] [flags]

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
6 changes: 6 additions & 0 deletions docs/coder_login.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ coder login [Coder Enterprise URL eg. https://my.coder.domain/] [flags]
-h, --help help for login
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
6 changes: 6 additions & 0 deletions docs/coder_logout.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ coder logout [flags]
-h, --help help for logout
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
24 changes: 24 additions & 0 deletions docs/coder_resources.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## coder resources

manager Coder resources with platform-level context (users, organizations, environments)

### Synopsis

manager Coder resources with platform-level context (users, organizations, environments)

### Options

```
-h, --help help for resources
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
* [coder resources top](coder_resources_top.md) -
27 changes: 27 additions & 0 deletions docs/coder_resources_top.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## coder resources top



### Synopsis



```
coder resources top [flags]
```

### Options

```
-h, --help help for top
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder resources](coder_resources.md) - manager Coder resources with platform-level context (users, organizations, environments)
6 changes: 6 additions & 0 deletions docs/coder_secrets.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Interact with secrets objects owned by the active user.
--user string Specify the user whose resources to target (default "me")
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
Expand Down
1 change: 1 addition & 0 deletions docs/coder_secrets_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ coder secrets create aws-credentials --from-file ./credentials.json

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/coder_secrets_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ coder secrets ls [flags]

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/coder_secrets_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ coder secrets rm mysql-password mysql-user

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
1 change: 1 addition & 0 deletions docs/coder_secrets_view.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ coder secrets view mysql-password

```
--user string Specify the user whose resources to target (default "me")
-v, --verbose show verbose output
```

### SEE ALSO
Expand Down
6 changes: 6 additions & 0 deletions docs/coder_sh.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ coder sh backend-env
-h, --help help for sh
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
6 changes: 6 additions & 0 deletions docs/coder_sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ coder sync [local directory] [<env name>:<remote directory>] [flags]
--init do initial transfer and exit
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
6 changes: 6 additions & 0 deletions docs/coder_urls.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Interact with environment DevURLs
-h, --help help for urls
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
Expand Down
6 changes: 6 additions & 0 deletions docs/coder_urls_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ coder urls create [env_name] [port] [--access <level>] [--name <name>] [flags]
--name string DevURL name
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder urls](coder_urls.md) - Interact with environment DevURLs
6 changes: 6 additions & 0 deletions docs/coder_urls_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ coder urls ls [environment_name] [flags]
-o, --output string human|json (default "human")
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder urls](coder_urls.md) - Interact with environment DevURLs
6 changes: 6 additions & 0 deletions docs/coder_urls_rm.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ coder urls rm [environment_name] [port] [flags]
-h, --help help for rm
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder urls](coder_urls.md) - Interact with environment DevURLs
6 changes: 6 additions & 0 deletions docs/coder_users.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ Interact with Coder user accounts
-h, --help help for users
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

* [coder](coder.md) - coder provides a CLI for working with an existing Coder Enterprise installation
Expand Down
6 changes: 6 additions & 0 deletions docs/coder_users_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ coder users ls -o json | jq .[] | jq -r .email
-o, --output string human | json (default "human")
```

### Options inherited from parent commands

```
-v, --verbose show verbose output
```

### SEE ALSO

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