github.com/turbot/steampipe@v1.7.0-rc.0.0.20240517123944-7cef272d4458/tests/acceptance/test_data/templates/expected_plugin_help_output.txt (about)

     1  Steampipe plugin management.
     2  
     3  Plugins extend Steampipe to work with many different services and providers.
     4  Find plugins using the public registry at https://hub.steampipe.io.
     5  
     6  Examples:
     7  
     8    # Install a plugin
     9    steampipe plugin install aws
    10  
    11    # Update a plugin
    12    steampipe plugin update aws
    13  
    14    # List installed plugins
    15    steampipe plugin list
    16  
    17    # Uninstall a plugin
    18    steampipe plugin uninstall aws
    19  
    20  Usage:
    21    steampipe plugin [command]
    22  
    23  Available Commands:
    24    install     Install one or more plugins
    25    list        List currently installed plugins
    26    uninstall   Uninstall a plugin
    27    update      Update one or more plugins
    28  
    29  Flags:
    30    -h, --help   Help for plugin
    31  
    32  Global Flags:
    33        --install-dir string   Path to the Config Directory (default "~/.steampipe")
    34        --workspace string     The workspace profile to use (default "default")
    35  
    36  Use "steampipe plugin [command] --help" for more information about a command.