Documentation ¶ Overview ¶ Package root provides the root command Index ¶ func Command() (*cobra.Command, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Command ¶ func Command() (*cobra.Command, error) Command is the root command that represents the base command, in this function we add persistent flags, and bind them to viper. The persistent pre run function here is where we read the profile file and set the values for bindplane.Config Types ¶ This section is empty. Source Files ¶ View all Source files root.go Click to show internal directories. Click to hide internal directories.