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
From time to time I need to deploy a p12 certificate file (or similar) I don't want to keep in plain text in the deployment.
To deploy the actual file I can use batou.lib.file.BinaryFile, but I think we are lagging a good way to put the content to the secrets.
./batou secrets edit <env> <filename> is depending on $EDITOR and it become complicated to add a binary file with vim.
./batou secrets edit <env> <filename>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
From time to time I need to deploy a p12 certificate file (or similar) I don't want to keep in plain text in the deployment.
To deploy the actual file I can use batou.lib.file.BinaryFile, but I think we are lagging a good way to put the content to the secrets.
./batou secrets edit <env> <filename>
is depending on $EDITOR and it become complicated to add a binary file with vim.The text was updated successfully, but these errors were encountered: