Skip to content

Commit 31eb7a9

Browse files
authored
chore(docs): add coder command to fetch authenticated user info
1 parent 2669191 commit 31eb7a9

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

docs/cli.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ Coder — A tool for provisioning self-hosted development environments with Terr
5757
| [<code>stop</code>](./cli/stop.md) | Stop a workspace |
5858
| [<code>unfavorite</code>](./cli/unfavorite.md) | Remove a workspace from your favorites |
5959
| [<code>update</code>](./cli/update.md) | Will update and start a given workspace if it is out of date |
60+
| [<code>whoami</code>](./cli/whoami.md) | Fetch authenticated user info for Coder deployment |
6061
| [<code>support</code>](./cli/support.md) | Commands for troubleshooting issues with a Coder deployment. |
6162
| [<code>server</code>](./cli/server.md) | Start a Coder server |
6263
| [<code>features</code>](./cli/features.md) | List Enterprise features |

docs/cli/whoami.md

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/manifest.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1072,6 +1072,11 @@
10721072
"title": "version",
10731073
"description": "Show coder version",
10741074
"path": "cli/version.md"
1075+
},
1076+
{
1077+
"title": "whoami",
1078+
"description": "Fetch authenticated user info for Coder deployment",
1079+
"path": "cli/whoami.md"
10751080
}
10761081
]
10771082
},

0 commit comments

Comments
 (0)