Connery Docs
WebsiteGitHubJoin Private Beta
  • Docs
  • SDK
  • Changelog
  • Get started
    • Introduction
    • Core concepts
    • Open-source plugins
  • Guides
    • Create a plugin
    • Use a plugin
  • CLI reference
    • connery dev init
    • connery dev add-action
  • Advanced
    • Plugin server
Powered by GitBook
On this page

Was this helpful?

  1. CLI reference

connery dev add-action

Add a new action to the plugin.

Previousconnery dev initNextPlugin server

Last updated 5 months ago

Was this helpful?

Run this command at the root of your project. You will be asked a few questions to configure the action and then the CLI will create the necessary files for it and add it to the plugin.

npx connery@latest dev add-action

The project must have been initialized with before running this command.

connery dev init