cmd

package
v1.90.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 7, 2024 License: BSD-3-Clause Imports: 36 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute adds all child commands to the root command sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

func NewRootCMD

func NewRootCMD() *cobra.Command

NewRootCMD creates a rootCmd, which represents the base command when called without any subcommands.

func Run added in v1.30.3

func Run(cmd *cobra.Command, v *viper.Viper)

Run executes commands parsed from a command line.

func RunCmd added in v1.30.3

func RunCmd(v *viper.Viper, verbose bool, sendDiagsOnErrors bool, cmd cmdFn, shutdown shutdownFn)

RunCmd runs a command function and exits with the exit code returned by the command function. Will send diagnostic on any errors or panics.

func RunCmdWithOfflineSync added in v1.30.3

func RunCmdWithOfflineSync(v *viper.Viper, verbose bool, sendDiagsOnErrors bool, cmd cmdFn, shutdown shutdownFn)

RunCmdWithOfflineSync runs a command function and exits with the exit code returned by the command function. If command run was successful, it will execute offline sync command afterwards. Will send diagnostic on any errors or panics.

func SetupLogging added in v1.30.3

func SetupLogging(v *viper.Viper) (*logfile.Params, error)

SetupLogging uses the --log-file param to configure logging to file or stdout.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL