Skip to content

Commit

Permalink
remove dashboard references, commented docs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsmyth committed Oct 8, 2024
1 parent a12b877 commit e185d22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
2 changes: 1 addition & 1 deletion docs/managing/workspaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```


Expand Down
19 changes: 0 additions & 19 deletions docs/reference/cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!--
| [steampipe check](reference/cli/check) | Run Steampipe benchmarks and controls
| [steampipe dashboard](reference/cli/dashboard)| Steampipe dashboards
| [steampipe mod](reference/cli/mod) | Steampipe mod management
| [steampipe variable](reference/cli/variable)| Steampipe variable management
-->

## Global Flags

Expand Down Expand Up @@ -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


<!--
| **1** | `ExitCodeControlsAlarm` | `steampipe check` completed with no runtime or control errors, but there were one or more alarms
| **2** | `ExitCodeControlsError` | `steampipe check` completed with no runtime errors, but one or more control errors occurred
| **21** | `ExitCodeSnapshotCreationFailed` | Snapshot creation failed
| **22** | `ExitCodeSnapshotUploadFailed` | Snapshot upload failed
| **61** | `ExitCodeModInitFailed` | Mod init failed
| **62** | `ExitCodeModInstallFailed` | Mod install failed
| **252** | `ExitCodeNoModFile` | The command requires a mod, but no mod file was found
-->

0 comments on commit e185d22

Please sign in to comment.