Documentation
¶
Overview ¶
Package cli implements the commands for the AOD(Access On Demand) CLI.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLIHandleCommand ¶
type CLIHandleCommand struct { cli.BaseCommand // Run Cleanup instead of Do if true. Cleanup bool // contains filtered or unexported fields }
CLIHandleCommand handles CLI requests.
func (*CLIHandleCommand) Desc ¶
func (c *CLIHandleCommand) Desc() string
func (*CLIHandleCommand) Flags ¶
func (c *CLIHandleCommand) Flags() *cli.FlagSet
func (*CLIHandleCommand) Help ¶
func (c *CLIHandleCommand) Help() string
type CLIValidateCommand ¶
type CLIValidateCommand struct { cli.BaseCommand // contains filtered or unexported fields }
CLIValidateCommand validates CLI requests.
func (*CLIValidateCommand) Desc ¶
func (c *CLIValidateCommand) Desc() string
func (*CLIValidateCommand) Flags ¶
func (c *CLIValidateCommand) Flags() *cli.FlagSet
func (*CLIValidateCommand) Help ¶
func (c *CLIValidateCommand) Help() string
type IAMCleanupCommand ¶
type IAMCleanupCommand struct { cli.BaseCommand // contains filtered or unexported fields }
IAMCleanupCommand handles IAM requests.
func (*IAMCleanupCommand) Desc ¶
func (c *IAMCleanupCommand) Desc() string
func (*IAMCleanupCommand) Flags ¶
func (c *IAMCleanupCommand) Flags() *cli.FlagSet
func (*IAMCleanupCommand) Help ¶
func (c *IAMCleanupCommand) Help() string
type IAMHandleCommand ¶
type IAMHandleCommand struct { cli.BaseCommand // contains filtered or unexported fields }
IAMHandleCommand handles IAM requests.
func (*IAMHandleCommand) Desc ¶
func (c *IAMHandleCommand) Desc() string
func (*IAMHandleCommand) Flags ¶
func (c *IAMHandleCommand) Flags() *cli.FlagSet
func (*IAMHandleCommand) Help ¶
func (c *IAMHandleCommand) Help() string
type IAMValidateCommand ¶
type IAMValidateCommand struct { cli.BaseCommand // contains filtered or unexported fields }
IAMValidateCommand validates IAM requests.
func (*IAMValidateCommand) Desc ¶
func (c *IAMValidateCommand) Desc() string
func (*IAMValidateCommand) Flags ¶
func (c *IAMValidateCommand) Flags() *cli.FlagSet
func (*IAMValidateCommand) Help ¶
func (c *IAMValidateCommand) Help() string
Click to show internal directories.
Click to hide internal directories.