Documentation ¶
Index ¶
Constants ¶
View Source
const ( FlagRole = "role" FlagMembers = "members" FlagMinSigs = "min-sigs" )
nolint
View Source
const (
FlagAssumeRole = "assume-role"
)
nolint
Variables ¶
View Source
var CreateRoleTxCmd = &cobra.Command{ Use: "create-role", Short: "Create a new role", RunE: commands.RequireInit(createRoleTxCmd), }
CreateRoleTxCmd is CLI command to create a new role
View Source
var RoleQueryCmd = &cobra.Command{ Use: "role [name]", Short: "Get details of a role, with proof", RunE: commands.RequireInit(roleQueryCmd), }
RoleQueryCmd - command to query a role
Functions ¶
This section is empty.
Types ¶
type RoleWrapper ¶
type RoleWrapper struct{}
RoleWrapper wraps a tx with 0, 1, or more roles
func (RoleWrapper) Register ¶
func (RoleWrapper) Register(fs *pflag.FlagSet)
Register adds the sequence flags to the cli
Click to show internal directories.
Click to hide internal directories.