Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CmdServiceEnv = cli.NewCmd[Env](CmdService, "env", func(cmd *cobra.Command) { cfg := cli.ConfigFromCmd(cmd) cmd.Flags().StringVar(&cfg.Service.Env.Method, "method", "", "Integration method for environment variables.") cmd.Flags().StringVarP(&cfg.Service.Env.Org, "org", "o", "", "Organization to trust.") cmd.Flags().StringVarP(&cfg.Service.Env.Realm, "realm", "r", "", "Realm to trust.") cmd.Flags().StringVarP(&cfg.Service.Env.Service, "service", "s", "", "Service for ENV.") }) MethodExport = "export" MethodDotenv = "dotenv" MethodDisplay = "display" )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.