digitalsvn/bentodb-cli

v0.3.0 2023-04-09 13:59 UTC

This package is auto-updated.

Last update: 2024-04-09 16:26:15 UTC


README

Installation

composer global require digitalsvn/bentodb-cli

You should then be able to run the bentodb command from anywhere on your system.

bentodb

If this fails, you may also need to add the composer global bin directory to your PATH environment variable.

Find your global composer bin directory:

composer global config --list | grep bin-dir

Add to your path (use the result of the command above):

export PATH=${PATH}:~/.composer/vendor/bin

Usage

bentodb <command> [options]

bentodb configure                   - Set your BentoDB API key
bentodb whoami                      - Get your BentoDB user information
bentodb create name=my_database     - Create a new database (with optional name)
bentodb ls                          - List your databases
bentodb delete id=xyz               - Delete a database