Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{
Use: "get",
Short: "get [ config | secret ] entries",
Long: `get config/secret entries.
Examples:
# get config table
kl get config <configid>
# get secret table
kl get secret <secretid>
# get config/secret in yaml format
kl get [command] <id> -o yaml
# get config/secret in json format
kl get [command] <id> -o json
`,
}
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.