Releases: webhookdb/webhookdb-cli
Releases · webhookdb/webhookdb-cli
0.11.1
0.11.0
Changelog
- Add support for
webhookdb db migrations
commands, which allow seamlessly migrating an org's database between servers on the self-hosted plan (#45) - Add support for
webhookdb sync
, which allows syncing of replicated tables into external databases, currently Snowflake or Postgres (#44) - Allow use of a service integration service or table name to identify it, not just its opaque id (#46)
0.10.0
Features
- 7d55d21 Adds
db rename-table
command (#262) - c699ba0 Adds a flag to force create a new integration with the same name (#282)
- 64d1b21 Sentry should report server errors from the client
- 1e7a3d1 Warn about out-of-order arguments
Fixes
- 49149e5 Avoid erroring if auth state machine is unsuccessful
- ec868b4 Fix invalid response for state machines
- 7583499 Update CLI with new FDW url (#287)
Misc
0.9.2
Changelog
- WASM client now allows execution to 'break' (Ctrl+C/D or BREAK key), mirroring a real terminal (634db7d)
- Binaries are built under Go 1.17. We also build to WASM from CI, and publish to S3. Release docs have been improved too. (b1c3f8c, 3e357a1, d93dcbb)
- Add a 'wasm server' that can be used to serve local WASM (only useful for internal development) (216d189)
0.9.1 (Initial public release)
This is the initial release of the WebhookDB CLI. See https://webhookdb.com for more documentation and more information.
Use webhookdb auth login
to get started.
0.3.4 (Correct Automated Release)
Finally getting this built properly via goreleaser.
Initial internal release
Initial release