SSH workflow tools
Adds SSH-focused capabilities for working with remote machines from Swavan, including connection-oriented tooling and operational helpers.
Install the CLI, discover public plugin releases, and manage the selected Swavan plugins from a compact command surface.
Install from the public Swavan plugin repository, then verify the binary.
curl -fsSL https://raw.githubusercontent.com/swavan/plugins/main/install.sh | sh
irm https://raw.githubusercontent.com/swavan/plugins/main/install.ps1 | iex
swavan --help
swavan plugin search
swavan self-update
swavan update
Only these plugins are documented here.
Adds SSH-focused capabilities for working with remote machines from Swavan, including connection-oriented tooling and operational helpers.
Helps inspect and manage containers, images, pods, and related runtime state from a Swavan plugin interface.
Provides AI-assisted command suggestions while working in the terminal, helping speed up repetitive shell and remote-session workflows.
Replace the example name with swavan-ssh,
swavan-container, or swavan-terminal-auto-complete.
swavan plugin search
swavan plugin install swavan-container
swavan plugin list
swavan plugin uninstall swavan-container
swavan plugin disable swavan-container
swavan plugin enable swavan-container
swavan plugin inspect swavan-container
swavan plugin update swavan-container
Generate shell completion scripts from the CLI, then restart the shell and try
swavan plugin <TAB>.
swavan completions zsh > "${fpath[1]}/_swavan"
swavan completions bash | sudo tee /usr/local/etc/bash_completion.d/swavan >/dev/null
swavan completions fish > ~/.config/fish/completions/swavan.fish
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.