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

     1  Steampipe service management.
     2  
     3  Run Steampipe as a local service, exposing it as a database endpoint for
     4  connection from any Postgres compatible database client.
     5  
     6  Usage:
     7    steampipe service [command]
     8  
     9  Available Commands:
    10    restart     Restart Steampipe service
    11    start       Start Steampipe in service mode
    12    status      Status of the Steampipe service
    13    stop        Stop Steampipe service
    14  
    15  Flags:
    16    -h, --help   Help for service
    17  
    18  Global Flags:
    19        --install-dir string   Path to the Config Directory (default "~/.steampipe")
    20        --workspace string     The workspace profile to use (default "default")
    21  
    22  Use "steampipe service [command] --help" for more information about a command.