We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would wish for the following features:
$ cat "file.json" { "secret": "value" } echo "file.json" > vsh -c "create /secret/list" vsh -c "cat /secret/list" secret = value
vsh -c "cat /secret/src/list" c = xxx d = xxx vsh -c "cat /secret/dst/list" a = xxx b = xxx vsh -c "append /secret/src/list /secret/dst/list" vsh -c "cat /secret/src/list" c = xxx d = xxx vsh -c "cat /secret/dst/list" c = xxx d = xxx a = xxx b = xxx
The text was updated successfully, but these errors were encountered:
Merged your PR #31
I will add KV1 tests now and afterwards craft a release.
Thank you 🙇
Sorry, something went wrong.
No branches or pull requests
I would wish for the following features:
1. Create secret
2. Append secret to another secret
The text was updated successfully, but these errors were encountered: