diff --git a/docs/managing/workspaces.md b/docs/managing/workspaces.md index 85dfaf4..68abfa2 100644 --- a/docs/managing/workspaces.md +++ b/docs/managing/workspaces.md @@ -127,7 +127,7 @@ workspace "steampipe_2" { and easily switch between them with the `--workspace` flag: ```bash -steampipe dashboard --workspace steampipe_2 +steampipe query --workspace steampipe_2 "select * from aws_account" ``` diff --git a/docs/reference/cli/overview.md b/docs/reference/cli/overview.md index 439b4b5..4e6c17a 100644 --- a/docs/reference/cli/overview.md +++ b/docs/reference/cli/overview.md @@ -16,13 +16,6 @@ sidebar_label: Steampipe CLI | [steampipe query](reference/cli/query) | Execute SQL queries interactively or by argument | [steampipe service](reference/cli/service)| Steampipe service management - ## Global Flags @@ -82,15 +75,3 @@ sidebar_label: Steampipe CLI | **253** | `ExitCodeFileSystemAccessFailure` | File system access failed | **254** | `ExitCodeInsufficientOrWrongInputs` | Runtime error - insufficient or incorrect input | **255** | `ExitCodeUnknownErrorPanic` | Runtime error - an unknown panic occurred - - - \ No newline at end of file