Versions in this module Expand all Collapse all v0 v0.1.13 Dec 4, 2021 v0.1.12 Dec 4, 2021 Changes in this version + func NewCmdLogin(ctx *cli.Context) *cobra.Command + func NewCmdLogout(ctx *cli.Context) *cobra.Command + func NewCmdSetSession(ctx *cli.Context) *cobra.Command + type LoginOptions struct + Password string + PasswordStdin bool + User string + func (o *LoginOptions) Init(ctx *cli.Context, args []string) error + func (o *LoginOptions) Run(ctx *cli.Context) error + func (o *LoginOptions) Validate() error + type LogoutOptions struct + func (o *LogoutOptions) Init(ctx *cli.Context, args []string) error + func (o *LogoutOptions) Run(ctx *cli.Context) error + func (o *LogoutOptions) Validate() error + type SetSessionOptions struct + Email string + func (o *SetSessionOptions) Init(ctx *cli.Context, args []string) error + func (o *SetSessionOptions) Run(ctx *cli.Context) error + func (o *SetSessionOptions) Validate() error