定制 digitalsvn/bentodb-cli 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-03-27