S Swavan CLI
public registry / selected plugins only / release artifacts
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.

3 covered plugins
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

Three public plugin lanes

Only these plugins are documented here.

swavan-ssh

SSH workflow tools

Adds SSH-focused capabilities for working with remote machines from Swavan, including connection-oriented tooling and operational helpers.

remote operations lane
swavan-container

Docker and Kubernetes manager

Helps inspect and manage containers, images, pods, and related runtime state from a Swavan plugin interface.

runtime control lane
swavan-terminal-auto-complete

AI terminal auto-complete

Provides AI-assisted command suggestions while working in the terminal, helping speed up repetitive shell and remote-session workflows.

terminal assist lane
03 / lifecycle

Add, inspect, update, remove

Replace the example name with swavan-ssh, swavan-container, or swavan-terminal-auto-complete.

Find
swavan plugin search
Install
swavan plugin install swavan-container
List
swavan plugin list
Remove
swavan plugin uninstall swavan-container
Enable or disable
swavan plugin disable swavan-container
swavan plugin enable swavan-container
Inspect or update
swavan plugin inspect swavan-container
swavan plugin update swavan-container
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: swavan-ssh, swavan-container, and swavan-terminal-auto-complete.