role

package
v0.1.35 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Overview

Package role provides the command to get role information.

Index

Constants

This section is empty.

Variables

View Source
var (
	// ErrUnsupportedFormatType is returned when an unsupported format type is specified.
	ErrUnsupportedFormatType = errors.New("unsupported format type")
)

Functions

func NewCommand

func NewCommand(options CommandOptions) *cobra.Command

NewCommand creates a new role command.

Types

type CommandOptions

type CommandOptions struct {
	*config.GlobalConfig
	// contains filtered or unexported fields
}

CommandOptions contains the options for the role command.

func (*CommandOptions) Get

func (opt *CommandOptions) Get(cmd *cobra.Command, ids []string) error

Get retrieves role information for the given role UIDs.

func (*CommandOptions) List

func (opt *CommandOptions) List(cmd *cobra.Command) error

List retrieves the list of roles.

func (*CommandOptions) Prepare

func (opt *CommandOptions) Prepare(*cobra.Command, []string) error

Prepare prepares the command to run.

func (*CommandOptions) Run

func (opt *CommandOptions) Run(cmd *cobra.Command, args []string) error

Run runs the command.

type ItemForCLI

type ItemForCLI struct {
	UID         string `short:"UID"          text:"UID"`
	DisplayName string `short:"DISPLAY_NAME" text:"DISPLAY_NAME"`
	Description string `short:"DESCRIPTION"  text:"DESCRIPTION"`
	IsBuiltIn   bool   `short:"BUILT_IN"     text:"BUILT_IN"`
}

ItemForCLI is a struct that represents a role item for display.

Jump to

Keyboard shortcuts

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