Documentation
¶
Overview ¶
Package commands implements the CLI command structure using Cobra.
Index ¶
Constants ¶
View Source
const ( ExitSuccess = 0 ExitValidation = 1 ExitProvider = 2 ExitNetwork = 3 )
Exit codes
Variables ¶
This section is empty.
Functions ¶
func GetModel ¶
func GetModel() string
GetModel returns the effective model ID (flag or config default).
func GetProvider ¶
func GetProvider() string
GetProvider returns the effective provider ID (flag or config default).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.