digitalsvn / bentodb-cli
BentoDB CLI
v0.3.0
2023-04-09 13:59 UTC
Requires
- php: >=8.1.0
- guzzlehttp/guzzle: ^7.5
- minicli/minicli: ^3.2
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