mirror of
https://github.com/turbot/steampipe.git
synced 2026-03-21 16:00:13 -04:00
37 lines
914 B
Plaintext
37 lines
914 B
Plaintext
Steampipe plugin management.
|
|
|
|
Plugins extend Steampipe to work with many different services and providers.
|
|
Find plugins using the public registry at https://hub.steampipe.io.
|
|
|
|
Examples:
|
|
|
|
# Install a plugin
|
|
steampipe plugin install aws
|
|
|
|
# Update a plugin
|
|
steampipe plugin update aws
|
|
|
|
# List installed plugins
|
|
steampipe plugin list
|
|
|
|
# Uninstall a plugin
|
|
steampipe plugin uninstall aws
|
|
|
|
Usage:
|
|
steampipe plugin [command]
|
|
|
|
Available Commands:
|
|
install Install one or more plugins
|
|
list List currently installed plugins
|
|
uninstall Uninstall a plugin
|
|
update Update one or more plugins
|
|
|
|
Flags:
|
|
-h, --help Help for plugin
|
|
|
|
Global Flags:
|
|
--install-dir string Path to the Config Directory (default "~/.steampipe")
|
|
--workspace string The workspace profile to use (default "default")
|
|
|
|
Use "steampipe plugin [command] --help" for more information about a command.
|