Documentation
¶
Overview ¶
Package cli contains the cobra commands used to interact with the starname module via CLI
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // CLI module error codes being with 4xx // ErrCertificateNotProvided is returned by the CLI when certificates are not provided ErrCertificateNotProvided = sdkerrors.Register(types.ModuleName, 400, "provide certificate") // ErrCertificatedProvidedOnlyOne is returned when multiple certs + key value certs are provided via CLI ErrCertificateProvideOnlyOne = sdkerrors.Register(types.ModuleName, 401, "provide either cert or cert-file") // ErrInvalidCertificate is returned when the provided certificate is deemed to be invalid ErrInvalidCertificate = sdkerrors.Register(types.ModuleName, 402, "invalid certificate") )
Functions ¶
func GetQueryCmd ¶
GetQueryCmd builds the commands for queries in the domain module
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.