Skip to content

DigitalSVN/bentodb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bentodb-cli

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages