tooljet cli ================= * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ npm install -g @tooljet/cli $ tooljet COMMAND running command... $ tooljet (--version) @tooljet/cli/0.0.6 darwin-arm64 node-v16.13.1 $ tooljet --help [COMMAND] USAGE $ tooljet COMMAND ... ``` Command should be executed inside `Tooljet` directory # 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] [-b] ARGUMENTS PLUGIN_NAME Name of the plugin FLAGS -b, --build --type=