Hello Doppler,
is there a way to filter a key name?
example I have a config with a key-value pairs of
TEST_1=value_1
TEST_2=value_2
TEST_3=value_3
I tried a command like this to show all that starts with TEST keyname but nothing shows.
doppler secrets -c conf --raw | grep ^TEST
but for specific the command is this
doppler secrets -c conf --raw | grep TEST
the output is
│ TEST_1 │ value_1 │ value_1 │ │