Sign inSign up

webhookdb/webhookdb-cli

By webhookdb

•Updated over 1 year ago

Replicate any API into a database, so you have immediate, reliable access to all your data.

Image
0

570

webhookdb/webhookdb-cli repository overview

Latest Release Docker Tests Release Docs

⁠webhookdb-cli

Don't want to install this yourself? Run the WebhookDB CLI from the browser⁠ or at the /terminal route of your self-hosted WebhookDB instance.

Self-hosting? Visit https://<webhookdb host>/terminal to run against your own WebhookDB server.

Command Line Interface for WebhookDB (https://github.com/webhookdb/webhookdb⁠). WebhookDB replicates any API into a database, so you have immediate, reliable access to all your data.

⁠Installing

Use the docker container:

$ docker run -it webhookdb/webhookdb-cli:latest version
0.13.0 (acb64d0f)

Note that you should map the /root volume so preference (such as auth info) is persisted:

$ docker run -v ~/.webhookdb/dockercli:/root -it webhookdb/webhookdb-cli:latest auth login

⁠Usage

To create an account and get started, run:

docker run -v ~/.webhookdb/dockercli:/root -it webhookdb/webhookdb-cli:latest auth login

The CLI will guide you from there.

You also have quick access to the WebhookDB documentation:

⁠Privacy and Telemetry

The CLI collects information when unhandled exceptions are raised. Set WEBHOOKDB_PRIVACY to any non-empty value to opt out of this and any other telemetry we may add in the future.

⁠Feedback

Please send us an email to [email protected]⁠ or open an issue in one of the webhookdb repositories⁠.

⁠License

Licensed under the Apache License 2.0 license⁠.

Copyright (c) Lithic Technology LLC. All rights reserved.

Tag summary

Content type

Image

Digest

sha256:0e0cf37a5…

Size

457.4 MB

Last updated

over 1 year ago

docker pull webhookdb/webhookdb-cli