You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: gofmt
* chore: remove debugging log
* fix: Issue where local config directory doesn't exist
* feat: Validate API key before whoami and workspace commands
* chore: Change "Verifying CLI key..." to "Verifying credentials..."
* chore: Deprecate cli-key flag
* docs: Add documentation about workspace local flag
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -243,6 +243,21 @@ Using profile default
243
243
Logged in as Me in workspace Yet Another One
244
244
```
245
245
246
+
You can also pin an active workspace in the current working directory with the `--local` flag.
247
+
248
+
```sh-session
249
+
$ hookdeck workspace use --local
250
+
Use the arrow keys to navigate: ↓ ↑ → ←
251
+
? Select Workspace:
252
+
My Workspace
253
+
Another Workspace
254
+
▸ Yet Another One
255
+
256
+
Selecting workspace Yet Another One
257
+
```
258
+
259
+
This will create a local config file in your current directory at `myproject/.hookdeck/config.toml`. Depending on your team's Hookdeck usage and workspace setup, you may or may not want to commit this configuration file to version control.
0 commit comments