Documentation ¶ Index ¶ func NewCmdList(ctx *cmd.Context, runF func(*ListOpts) error) *cmd.Command func NewCmdOrganizations(ctx *cmd.Context) *cmd.Command func NewCmdRead(ctx *cmd.Context, runF func(*ReadOpts) error) *cmd.Command type ListOpts type ReadOpts Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdList ¶ func NewCmdList(ctx *cmd.Context, runF func(*ListOpts) error) *cmd.Command func NewCmdOrganizations ¶ func NewCmdOrganizations(ctx *cmd.Context) *cmd.Command func NewCmdRead ¶ func NewCmdRead(ctx *cmd.Context, runF func(*ReadOpts) error) *cmd.Command Types ¶ type ListOpts ¶ type ListOpts struct { Ctx context.Context Profile *profile.Profile IO iostreams.IOStreams Output *format.Outputter Client organization_service.ClientService } type ReadOpts ¶ type ReadOpts struct { Ctx context.Context Profile *profile.Profile IO iostreams.IOStreams Output *format.Outputter ID string Client organization_service.ClientService } Source Files ¶ View all Source files displayer.go list.go orgs.go read.go Directories ¶ Show internal Expand all Path Synopsis iam Click to show internal directories. Click to hide internal directories.