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:
      --cloud-host string           Steampipe Cloud host (default "cloud.steampipe.io")
      --cloud-token string          Steampipe Cloud authentication token
      --install-dir string          Path to the Config Directory (default "~/.steampipe")
      --workspace string            The workspace profile to use (default "default")
      --workspace-database string   Steampipe Cloud workspace database (default "local")

Use "steampipe plugin [command] --help" for more information about a command.
