Skip to content

Allow keeping encrypted version #225

@geek-merlin

Description

@geek-merlin

When working in a development site, sometimes i'm decrypting my secrets (with gitignore ensuring that they do not get committed).

But then the encrypted file is deleted, and there is no simple way to prevent this. If that slips through into a commit, my deployments are broken.

# What would help my workflow:
# Opt into no delete on decrypt.
agebox init --keep-encrypted
...
agebox decrypt --all
# Encrypted files are still around.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions