Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BaseOptions ¶
type BaseOptions struct { Debug bool `help:"debug mode"` TenancyOCID string `help:"Tenancy OCID" default:"$ORACLE_TENANCY_OCID" metavar:"ORACLE_TENANCY_OCID"` UserOCID string `help:"User OCID" default:"$ORACLE_USER_OCID" metavar:"ORACLE_USER_OCID"` CompartmentId string `help:"Compartment Id" default:"$ORACLE_COMPARTMENT_ID" metavar:"ORACLE_COMPARTMENT_ID"` PrivateKey string `help:"Private Key" default:"$ORACLE_PRIVATE_KEY" metavar:"ORACLE_PRIVATE_KEY"` RegionId string `help:"RegionId" default:"$ORACLE_REGION_ID|ap-singapore-1" metavar:"ORACLE_REGION_ID"` SUBCOMMAND string `help:"oraclecli subcommand" subcommand:"true"` }
Click to show internal directories.
Click to hide internal directories.