package
0.0.0-20240224082647-fac769ef5aa3
Repository: https://github.com/wangzhen94/iam.git
Documentation: pkg.go.dev
# Packages
Package color print colors supported by the current terminal.
Package completion output shell completion code for the specified shell (bash or zsh).
Package info print the host information.
Package jwt can be used to sign/show/verify jwt token with given secretID and secretKey.
Package new used to generate demo command code.
Package options print a list of global command-line options (applies to all commands).
Package policy provides functions to manage authorization policies on iam platform.
Package secret provides functions to manage secrets on iam platform.
Package set used to set specific features on objects.
Package user provides functions to manage users on iam platform.
No description provided by the author
Package validate validate the basic environment for iamctl to run.
Package version print the client and server version information.
# Functions
NewDefaultIAMCtlCommand creates the `iamctl` command with default arguments.
NewIAMCtlCommand returns new initialized instance of 'iamctl' root command.