Files
steampipe/tests/acceptance/test_data/templates/expected_plugin_help_output.txt

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.