search
Addedv1.0.x
This operation filters command history to entries whose command line contains the given keyword (case-insensitive substring match), ordered newest first.
Synopsis
zilliz history search
--keyword <string>
Options
-
--keyword (string) -
[REQUIRED]
Specifies the search term. Case-insensitive substring match against the recorded command line.
Example
# Find every recorded \`cluster create\` invocation
zilliz history search --keyword "cluster create"
# Find any command that mentioned a specific cluster ID
zilliz history search --keyword inxx-1234567890ab