organizations

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Sep 22, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CmdOrganizationDelete = cli.Command{
	Name:        "delete",
	Aliases:     []string{"rm"},
	Usage:       "Delete users Organizations",
	Description: "Delete users organizations",
	ArgsUsage:   "<organization name>",
	Action:      RunOrganizationDelete,
	Flags: []cli.Flag{
		&flags.LoginFlag,
		&flags.RemoteFlag,
	},
}

CmdOrganizationDelete represents a sub command of organizations to delete a given user organization

View Source
var CmdOrganizationList = cli.Command{
	Name:        "list",
	Aliases:     []string{"ls"},
	Usage:       "List Organizations",
	Description: "List users organizations",
	Action:      RunOrganizationList,
	Flags: append([]cli.Flag{
		&flags.PaginationPageFlag,
		&flags.PaginationLimitFlag,
	}, flags.AllDefaultFlags...),
}

CmdOrganizationList represents a sub command of organizations to list users organizations

Functions

func RunOrganizationDelete

func RunOrganizationDelete(cmd *cli.Context) error

RunOrganizationDelete delete user organization

func RunOrganizationList

func RunOrganizationList(cmd *cli.Context) error

RunOrganizationList list user organizations

Types

This section is empty.

Jump to

Keyboard shortcuts

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