Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "keys", Short: "Utilities to manage keys", TraverseChildren: true, }
View Source
var DecodeCommand = &command.Command{ Cmd: &cobra.Command{ Use: "decode <rlp|pem> <encoded public key>", Short: "Decode an encoded public key", Args: cobra.RangeArgs(1, 2), ValidArgs: []string{"rlp", "pem"}, Example: "flow keys decode rlp f847b8408...2402038203e8", }, Flags: &decodeFlags, Run: decode, }
View Source
var GenerateCommand = &command.Command{ Cmd: &cobra.Command{ Use: "generate", Short: "Generate a new key-pair", Example: "flow keys generate", }, Flags: &generateFlags, Run: generate, }
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.