Replicate any API into a database, so you have immediate, reliable access to all your data.
570
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.
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
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:
webhookdb docs guide to go to https://docs.webhookdb.com/docs/getting-started/.webhookdb docs manual or webhookdb docs html to go
to the CLI Reference.webhookdb docs tui to render MANUAL.md
in your terminal.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.
Please send us an email to [email protected] or open an issue in one of the webhookdb repositories.
Licensed under the Apache License 2.0 license.
Copyright (c) Lithic Technology LLC. All rights reserved.
Content type
Image
Digest
sha256:0e0cf37a5…
Size
457.4 MB
Last updated
over 1 year ago
docker pull webhookdb/webhookdb-cli