Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseOptions ¶
type BaseOptions struct { Debug bool `help:"debug mode"` AccessKey string `help:"Access key" default:"$APSARA_ACCESS_KEY" metavar:"APSARA_ACCESS_KEY"` Secret string `help:"Secret" default:"$APSARA_SECRET" metavar:"APSARA_SECRET"` Endpoint string `help:"Apsara endpoint" default:"$APSARA_ENDPOINT" metavar:"APSARA_ENDPOINT"` RegionId string `help:"RegionId" default:"$APSARA_REGION" metavar:"APSARA_REGION"` DEFAULT_REGION string `help:"Default region" default:"$APSARA_DEFAULT_REGION"` SUBCOMMAND string `help:"apsaracli subcommand" subcommand:"true"` }
Click to show internal directories.
Click to hide internal directories.