CLI
The CLI allows you to streamline the development process of plugins and actions.
Usage
The easiest way to use the CLI by using the npx
command.
It will download the latest version of the CLI and run the command you pass to it.
Alternatively, you can install the CLI globally with npm
and then run the command.
- npx
- npm
npx connery@latest [command]
We recommend using @latest
to ensure you use the latest CLI version.
npm install -g connery
connery [command]
Available commands
📄️ connery dev init
Create all the necessary files and folders to start developing a new plugin.
📄️ connery dev add-action
Add a new action to the plugin.