feat(cli): add favorite/unfavorite commands (#11793)

This commit is contained in:
Cian Johnston
2024-01-24 14:05:39 +00:00
committed by GitHub
parent f92336c4d5
commit 70dc282b7d
10 changed files with 179 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!-- DO NOT EDIT | GENERATED CONTENT -->
# favorite
Add a workspace to your favorites
Aliases:
- fav
- favourite
## Usage
```console
coder favorite <workspace>
```
+16
View File
@@ -0,0 +1,16 @@
<!-- DO NOT EDIT | GENERATED CONTENT -->
# unfavorite
Remove a workspace from your favorites
Aliases:
- unfav
- unfavourite
## Usage
```console
coder unfavorite <workspace>
```