user

package
v0.0.0-...-28a77dd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 11, 2020 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = cli.Command{
	Name:                   "user",
	Usage:                  "Shows current user.",
	Action:                 user,
	UseShortOptionHandling: true,
	Hidden:                 true,
	Subcommands: []cli.Command{
		{
			Name:                   "add",
			Aliases:                []string{"assign"},
			Usage:                  "Set user to context.",
			ArgsUsage:              "name@password [-a]",
			Action:                 add,
			UseShortOptionHandling: true,
			Flags: []cli.Flag{
				cli.BoolFlag{
					Name:  "assign, a",
					Usage: "Assign user to current context.",
				},
			},
		},
	},
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL