Skip to content

Commit 08eeca2

Browse files
docs: add dedicated reference for 'link' command in CLI docs
1 parent 7a28278 commit 08eeca2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pages/developers/plugins/cli.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,27 @@ lokus-plugin publish --dry-run
292292
lokus-plugin publish --registry https://registry.example.com
293293
```
294294

295+
### link
296+
297+
Symlink the current plugin to the Lokus plugins directory for development.
298+
299+
```bash
300+
lokus-plugin link [options]
301+
```
302+
303+
**Options:**
304+
- `--force` - Overwrite existing link
305+
306+
**Example:**
307+
308+
```bash
309+
# Link current plugin
310+
lokus-plugin link
311+
312+
# Force link (overwrite existing)
313+
lokus-plugin link --force
314+
```
315+
295316
### install
296317

297318
Install plugin locally for testing.

0 commit comments

Comments
 (0)