Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "put [flags] KEY [VALUE]", Short: "Put value", Long: `Put a value and associated it with the given key, either inserting a new entry or updating the existing one. If an expected version is provided, the put will only take place if it matches the version of the current record on the server`, Args: cobra.RangeArgs(1, 2), RunE: exec, SilenceUsage: true, }
View Source
var (
Config = flags{}
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.