Public plugin registry
Swavan CLI plugin control surface.
Install the CLI, discover public plugin releases, and manage the selected Swavan plugins from a compact command surface.
1
covered plugin
2
installer paths
1
public release source
01 / bootstrap
Install the CLI
Install from the public Swavan plugin repository, then verify the binary.
macOS and Linux
curl -fsSL https://raw.githubusercontent.com/swavan/plugins/main/install.sh | sh
Windows PowerShell
irm https://raw.githubusercontent.com/swavan/plugins/main/install.ps1 | iex
Verify
swavan --help
swavan plugin search
Update
swavan self-update
swavan update
02 / selected plugins
Public plugin lane
The public plugin documented here.
03 / lifecycle
Add, inspect, update, remove
These commands manage the chitra plugin.
Find
swavan plugin search
Install
swavan plugin install chitra
List
swavan plugin list
Remove
swavan plugin uninstall chitra
Enable or disable
swavan plugin disable chitra
swavan plugin enable chitra
Inspect or update
swavan plugin inspect chitra
swavan plugin update chitra
04 / shell setup
Completion scripts
Generate shell completion scripts from the CLI, then restart the shell and try
swavan plugin <TAB>.
zsh
swavan completions zsh > "${fpath[1]}/_swavan"
bash
swavan completions bash | sudo tee /usr/local/etc/bash_completion.d/swavan >/dev/null
fish
swavan completions fish > ~/.config/fish/completions/swavan.fish
PowerShell
swavan completions powershell | Out-String | Invoke-Expression
This page documents Swavan CLI usage and the selected public plugin information:
chitra.