Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "delete [flags] KEY", Short: "Delete one record", Long: `Delete the record with the given key, if they exists. If an expected version is provided, the delete will only take place if it matches the version of the current record on the server`, Args: cobra.ExactArgs(1), 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.