Skip to content

0.2.0

Compare
Choose a tag to compare
@sylvek sylvek released this 30 Jul 06:35
· 42 commits to master since this release

it's now possible to search a secret by pattern.

$> leeloo search my_pattern
# will return a list of secret matching the "my_pattern"

the pattern is case insensitive but can not contain wildcard like * ?, etc.