Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

crud-cli

ziplant25MIT1.0.5

CRUDapi cli interface

api, crud-cli, crud

readme

crud-cli

Simple cli interface based on php CRUDapi
https://github.com/ziplant/CRUDapi

Install

npm install crud-cli -g

Usage

crud-cli init   
crud-cli config   
crud-cli create <database> <table> -b key=value&key=value   
crud-cli read <database> <table> -q key=value&key=value   
crud-cli update <database> <table> -q key=value&key=value -b key=value&key=value      
crud-cli delete <database> <table> -q key=value&key=value