Documentation
¶
Overview ¶
Package cli implements the commands for the JVS CLI.
Index ¶
Constants ¶
View Source
const (
// Issuer is the default issuer (iss) for tokens created by the CLI.
Issuer = "jvsctl"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type TokenCommand ¶ added in v0.0.4
type TokenCommand struct {
cli.BaseCommand
// contains filtered or unexported fields
}
func (*TokenCommand) Desc ¶ added in v0.0.4
func (c *TokenCommand) Desc() string
func (*TokenCommand) Flags ¶ added in v0.0.4
func (c *TokenCommand) Flags() *cli.FlagSet
func (*TokenCommand) Help ¶ added in v0.0.4
func (c *TokenCommand) Help() string
type ValidateCommand ¶ added in v0.0.4
type ValidateCommand struct {
cli.BaseCommand
// contains filtered or unexported fields
}
func (*ValidateCommand) Desc ¶ added in v0.0.4
func (c *ValidateCommand) Desc() string
func (*ValidateCommand) Flags ¶ added in v0.0.4
func (c *ValidateCommand) Flags() *cli.FlagSet
func (*ValidateCommand) Help ¶ added in v0.0.4
func (c *ValidateCommand) Help() string
Click to show internal directories.
Click to hide internal directories.