Skip to main content

Module search

Module search 

Source
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 search command.
glob_match
Simple glob matcher supporting * (any sequence) and ? (single char). Case-insensitive.