Documentation
¶
Overview ¶
Package cmd contains Cobra command definitions for all Steampipe commands
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommands ¶
func AddCommands()
AddCommands adds all subcommands to the root command.
This function is thread-safe and can be called concurrently. However, it is typically only called during CLI initialization in a single-threaded context.
func ResetCommands ¶ added in v2.3.3
func ResetCommands()
ResetCommands removes all subcommands from the root command.
This function is thread-safe and can be called concurrently. It is primarily used for testing.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.