plugins:link

Link a plugin to the CLI for development.

Syntax

fauna plugins:link PLUGIN [--help, -h] [--verbose, -v]

Description

The plugins:link command links a plugin in the CLI for development. Installation of a linked plugin overrides a user-installed or core plugin. For example, given a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello' command overrides the user-installed or core plugin implementation, which is useful for development.

Arguments

Argument Description

PLUGIN

Path to plugin.
default = .

Options

Option Description

--help, -h

Help for plugins:link command.

--verbose, -v

Run in verbose mode.

Examples

fauna plugins:link myplugin

Is this article helpful? 

Tell Fauna how the article can be improved:
Visit Fauna's forums or email docs@fauna.com

Thank you for your feedback!