Expand description
envvault search — search secrets by name pattern.
Supports simple glob matching: * matches any sequence, ? matches one char.
Matching is case-insensitive.
Functions§
- execute
- Execute the
searchcommand. - glob_
match - Simple glob matcher supporting
*(any sequence) and?(single char). Case-insensitive.