hookdeck / hookdeck-cli

Alternative to ngrok for localhost asynchronous web development (e.g. webhooks). No account required.
https://hookdeck.com?ref=github-hookdeck-cli
Apache License 2.0
260 stars 9 forks source link

Migrate to new orgs & projects #66

Closed jmnavarro closed 4 months ago

jmnavarro commented 5 months ago

Rename all occurrences of workspace as project.

Only kept the workspace_id and workspace_mode in local config for backwards compatibility.

leggetter commented 5 months ago

@jmnavarro, given that this is a breaking change, I'm assuming this would be a v0.9.0 release?

If we don't want to do that we could instead keep the workspace commands but have them print a warning that they are deprecated.

We'll also need to check through various docs to make sure we migrate command examples.

alexbouchardd commented 5 months ago

v0.9 is reasonable, CLI reference will also require a PR to update. Can you bump the version in package.json as well?