digitalsvn/bentodb-cli
最新稳定版本:v0.3.0
Composer 安装命令:
composer require digitalsvn/bentodb-cli
包简介
BentoDB CLI
README 文档
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
统计信息
- 总下载量: 11
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-03-27