Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InteractiveAuthCommand ¶ added in v0.4.0
type InteractiveAuthCommand struct {
SkipAuthRetry bool `long:"skip-auth-retry" description:"Skip interactive authentication retries when logged out"`
}
type ServiceCommand ¶
type ServiceCommand struct { Runtime client.Runtime ServiceManager service.Manager `no-flag:"true"` ServiceType globalservice.Type `no-flag:"true"` ServiceName string `long:"service" short:"s" description:"Service name" env:"SSOCA_SERVICE"` }
func (ServiceCommand) GetLogger ¶ added in v0.7.0
func (sc ServiceCommand) GetLogger() logrus.FieldLogger
func (ServiceCommand) GetService ¶ added in v0.17.0
func (sc ServiceCommand) GetService() (service.Service, error)
Click to show internal directories.
Click to hide internal directories.