Skip to content

cmd plugin link

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

nself plugin link

Register a local plugin directory as a shadow override.

Synopsis

nself plugin link <local-path> [flags]
nself plugin unlink <name> [flags]

Description

nself plugin link registers a local directory as a shadow override for a plugin. When a plugin is linked, nSelf loads it from the local path instead of the installed registry version. This is the standard workflow for plugin authors testing changes without publishing.

nself plugin unlink removes the local shadow and restores the registry version.

Use --list to see all currently linked plugins. Use --host to mount the plugin in host-process mode rather than a container — recommended on macOS for faster I/O.

Flags

link

Flag Default Description
--host false Use host-process mode instead of container-mount (macOS recommended for faster I/O)
--list false List currently linked plugins

unlink

No additional flags.

Examples

# Link a local plugin directory
nself plugin link ./my-plugin

# Link in host-process mode (faster on macOS)
nself plugin link ./my-plugin --host

# List all currently linked plugins
nself plugin link --list

# Unlink a plugin (restores registry version)
nself plugin unlink ai

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