Skip to content

cmd plugin dev

github-actions[bot] edited this page Jun 26, 2026 · 1 revision

nself plugin dev

Start a plugin in development mode with hot-reload.

Synopsis

nself plugin dev <name> [flags]

Description

nself plugin dev starts a named plugin in development mode, watching the plugin source directory for changes and reloading the process automatically. This is the primary workflow for plugin authors iterating on a plugin locally.

By default, the command auto-links the plugin before starting dev mode so the local source overrides the registry version. Passing --no-link skips this step if you have already linked manually.

Use --debug to attach a dlv debugger to the running plugin process. This delegates to nself plugin debug internally.

Flags

Flag Default Description
--no-link false Skip auto-linking the plugin before starting dev mode
--debug false Attach dlv debugger (delegates to nself plugin debug)
--entrypoint ./cmd Plugin entrypoint directory passed to dev-watch.sh

Examples

# Start the ai plugin in dev mode with hot-reload
nself plugin dev ai

# Start without auto-linking (assumes already linked)
nself plugin dev ai --no-link

# Start with debugger attached
nself plugin dev ai --debug

# Custom entrypoint
nself plugin dev ai --entrypoint ./cmd/main

See Also

Commands | Home

Home


Getting Started


Commands


Features


Configuration


Plugins (87 + 10 monitoring)

Free (25)
Pro (62)
Planned (26)
  • plugin-audit
  • plugin-blog
  • plugin-checkout
  • plugin-commerce
  • plugin-drm
  • plugin-export
  • plugin-flow
  • plugin-import
  • plugin-ldap
  • plugin-mailgun
  • plugin-media
  • plugin-oauth-providers
  • plugin-pages
  • plugin-postmark
  • plugin-rate-limit
  • plugin-reports
  • plugin-saml
  • plugin-scheduler
  • plugin-sendgrid
  • plugin-sso
  • plugin-subscription
  • plugin-thumb
  • plugin-transcoder
  • plugin-twilio
  • plugin-waf
  • plugin-watermark

Guides


Architecture


Reference


Licensing


Security


Brand


Operations


Contributing


Admin


Changelog

Clone this wiki locally