Skip to content
New issue

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

[BUG] Add secret to file should keep existing formatting #61

Open
lucas-dclrcq opened this issue Sep 13, 2021 · 0 comments
Open

[BUG] Add secret to file should keep existing formatting #61

lucas-dclrcq opened this issue Sep 13, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@lucas-dclrcq
Copy link
Collaborator

Describe the bug

If I have a file containing secrets plus some comments like the following :

# Work stuff
super_secret = "pouet"

# Personal stuff
reddit_password = "incrackable"

If use the command bombadil add secret -f myfile.toml I will loose the comments and manual sorting of the secrets.

Proposal : just append the secret at end of file.

@lucas-dclrcq lucas-dclrcq added the bug Something isn't working label Sep 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants