Documentation
¶
Overview ¶
Package subcommands includes subcommand logic that will be used for the CLI front end.
Package subcommands includes subcommand logic that will be used for the CLI front end.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigParserCommand ¶
func GetConfigParserCommand(authOpts auth.Options) *subcommands.Command
func GetFirestoreCommand ¶
func GetFirestoreCommand(authOpts auth.Options) *subcommands.Command
GetFirestoreCommand creates the subcommand with CLI flags.
func GetRunCommand ¶
func GetRunCommand(authOpts auth.Options) *subcommands.Command
GetRunCommand forms and returns the encapsulated Run subcommand for CLI use.
Types ¶
type CLIConfigList ¶
type CLIConfigList = map[time.Time]configparser.ConfigList
Click to show internal directories.
Click to hide internal directories.