hookdeck-cli 0.7.0 → 0.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -219,6 +219,45 @@ Inventory Service forwarding to /webhooks/shopify/inventory
219
219
 
220
220
  ```
221
221
 
222
+ ### Manage active workspace
223
+
224
+ If you are a part of multiple workspaces, you can switch between them using our workspace management commands.
225
+
226
+ ```sh-session
227
+ $ hookdeck workspace list
228
+ My Workspace (current)
229
+ Another Workspace
230
+ Yet Another One
231
+
232
+ $ hookdeck workspace use
233
+ Use the arrow keys to navigate: ↓ ↑ → ←
234
+ ? Select Workspace:
235
+ My Workspace
236
+ Another Workspace
237
+ ▸ Yet Another One
238
+
239
+ Selecting workspace Yet Another One
240
+
241
+ $ hookdeck whoami
242
+ Using profile default
243
+ Logged in as Me in workspace Yet Another One
244
+ ```
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.
260
+
222
261
  ## Developing
223
262
 
224
263
  Build from source by running:
package/bin/hookdeck CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookdeck-cli",
3
- "version": "0.7.0",
3
+ "version": "0.8.5",
4
4
  "description": "Hookdeck CLI",
5
5
  "repository": {
6
6
  "type": "git",