Steampipe service management.

Run Steampipe as a local service, exposing it as a database endpoint for
connection from any Postgres compatible database client.

Usage:
  steampipe service [command]

Available Commands:
  restart     Restart Steampipe service
  start       Start Steampipe in service mode
  status      Status of the Steampipe service
  stop        Stop Steampipe service

Flags:
  -h, --help   Help for service

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 service [command] --help" for more information about a command.
