Skip to content

Commit

Permalink
opa inspect: unhide command (#4194)
Browse files Browse the repository at this point in the history
People aren't going to find it unless we show it's there.

Signed-off-by: Anders Eknert <[email protected]>
  • Loading branch information
anderseknert authored Jan 10, 2022
1 parent 8b33bca commit 6090608
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/inspect.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@ func init() {
params := newInspectCommandParams()

var inspectCommand = &cobra.Command{
Use: "inspect <path> [<path> [...]]",
Hidden: true,
Short: "Inspect OPA bundle(s)",
Use: "inspect <path> [<path> [...]]",
Short: "Inspect OPA bundle(s)",
Long: `Inspect OPA bundle(s).
The 'inspect' command provides a summary of the contents in OPA bundle(s). Bundles are
Expand Down

0 comments on commit 6090608

Please sign in to comment.