Joachim Jablon
Joachim Jablon
As a user based in France, Google often redirects me to the French version of the doc, but I prefer the original version, so I very often find myself switching...
What I have : ``` "Mozilla/5.0 (X11; Linux x86_64; rv:10.0) Gecko/20100101 Firefox/10.0 (Chrome)" ``` What httpagentparser tells me : ``` {'bot': False, 'browser': {'name': 'Chrome', 'version': 'Mozilla/5.0'}, 'os': {'name': 'Linux'},...
There should be a way to recusively display the secret tree without displaying actual secret values. We should display the mapping keys of the secret too (maybe with a flag)
It's not obvious that `--verify` is about the certificate, it could be named ``--verify-certificate`. Though, it would be right to keep the old one forever for compatibility.
```console vault env -p 'secret?' -- env vault env -p 'secret=BLA?' -- env ``` will omit the environment variable altogether if an error happens when trying to read the secret.
Click already has an builtin function to implement the version flag for us. https://click.palletsprojects.com/en/7.x/api/#click.version_option
This test is not named correctly, and not running. https://github.com/peopledoc/vault-cli/blob/4875b0082411df2e204568165d6f32cb9c365156/tests/unit/test_settings.py#L159
It would do a set, a list and get, and finally a delete and return with exit code zero if it all went well
The current PyPI page is lacking a lot of very important things, including the long description, and a link to the source code. It doesn't say that this is the...
### Describe the feature or problem you’d like to solve I love that while gh makes it easy for humans to get information, it also consistently provides a way through...