tooljet cli ================= * [Usage](#usage) * [Commands](#commands) # Usage ```sh-session $ npm install -g @tooljet/cli $ tooljet COMMAND running command... $ tooljet (--version) @tooljet/cli/0.0.13 darwin-x64 node-v14.17.3 $ tooljet --help [COMMAND] USAGE $ tooljet COMMAND ... ``` Command should be executed inside `Tooljet` directory # Commands * [`tooljet info`](#tooljet-info) * [`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 info` This command returns the information about where tooljet is being run ``` USAGE $ tooljet info DESCRIPTION This command returns the information about where tooljet is being run ``` _See code: [dist/commands/info.ts](https://github.com/tooljet/tooljet/blob/v0.0.13/dist/commands/info.ts)_ ## `tooljet plugin create PLUGIN_NAME` Create a new tooljet plugin ``` USAGE $ tooljet plugin create [PLUGIN_NAME] [--type database|api|cloud-storage] [-b] [-m] ARGUMENTS PLUGIN_NAME Name of the plugin FLAGS -b, --build -m, --marketplace --type=