
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@tooljet/cli
Advanced tools
$ npm install -g @tooljet/cli
$ tooljet COMMAND
running command...
$ tooljet (--version)
@tooljet/cli/0.0.14 darwin-arm64 node-v18.3.0
$ tooljet --help [COMMAND]
USAGE
$ tooljet COMMAND
...
Command should be executed inside Tooljet directory
tooljet infotooljet plugin create PLUGIN_NAMEtooljet plugin delete PLUGIN_NAMEtooljet plugin install NPM_MODULEtooljet infoThis 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
tooljet plugin create PLUGIN_NAMECreate 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=<option> <options: database|api|cloud-storage>
DESCRIPTION
Create a new tooljet plugin
EXAMPLES
$ tooljet plugin create <name> --type=<database | api | cloud-storage> [--build]
tooljet plugin delete PLUGIN_NAMEDelete a tooljet plugin
USAGE
$ tooljet plugin delete [PLUGIN_NAME] [-b] [-m]
ARGUMENTS
PLUGIN_NAME Name of the plugin
FLAGS
-b, --build
-m, --marketplace
DESCRIPTION
Delete a tooljet plugin
EXAMPLES
$ tooljet plugin delete <name> [--build]
tooljet plugin install NPM_MODULEInstalls 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>
FAQs
tooljet cli tool
The npm package @tooljet/cli receives a total of 69 weekly downloads. As such, @tooljet/cli popularity was classified as not popular.
We found that @tooljet/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.