| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
$ 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
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
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=<option> <options: database|api|cloud-storage> DESCRIPTION Create a new tooljet plugin EXAMPLES $ tooljet plugin create <name> --type=<database | api | cloud-storage> [--build]
Delete a tooljet plugin
USAGE $ tooljet plugin delete [PLUGIN_NAME] [-b] ARGUMENTS PLUGIN_NAME Name of the plugin FLAGS -b, --build DESCRIPTION Delete a tooljet plugin EXAMPLES $ tooljet plugin delete <name> [--build]
Installs a new npm module inside a tooljet plugin
USAGE $ tooljet plugin install [NPM_MODULE] --plugin <value> ARGUMENTS NPM_MODULE Name of the npm module FLAGS --plugin=<value> (required) DESCRIPTION Installs a new npm module inside a tooljet plugin EXAMPLES $ tooljet plugin install <npm_module> --plugin <plugin_name>
| Back | FazBrowse Home | New Git URL |