tooljet cli ================= * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ npm install -g tooljet $ tooljet COMMAND running command... $ tooljet (--version) tooljet/0.0.5 darwin-x64 node-v15.14.0 $ tooljet --help [COMMAND] USAGE $ tooljet COMMAND ... ``` # Commands * [`tooljet plugin create PLUGIN_NAME`](#tooljet-plugin-create-plugin_name) * [`tooljet plugin delete PLUGIN_NAME`](#tooljet-plugin-delete-plugin_name) * [`tooljet plugin install NPM_MODULE`](#tooljet-plugin-install-npm_module) ## `tooljet plugin create PLUGIN_NAME` Create a new tooljet plugin ``` USAGE $ tooljet plugin create [PLUGIN_NAME] [--type database|api|cloud-storage] ARGUMENTS PLUGIN_NAME Name of the plugin FLAGS --type=