teller
teller copied to clipboard
Inspecting specific variables
Feature Request
Is your feature request related to a problem? Please describe.
Today when inspecting variables using the show command, it outputs all the entries from all the providers.
There is no way to inspect/focus a single provider or a single entry.

I'd suggest to:
- Enable looking for single / more specific entries by key param to
showcommand. - Enable looking for entries of a specific provider.
Describe the solution you'd like
- Group the results of
showby the provider. - New 2 optional parameters to show command:
-
--entry- for searching specific entry value / pattern usingcontainsor regular expression. -
--providers- list of providers to show their entries in theshowcommand.
@ChengaDev this issue still relevant? can we close it?