SayHeyD / sops-age-manager

A tool to manage multiple age keys with sops
MIT License
1 stars 0 forks source link

Add support for multiple commands #7

Closed SayHeyD closed 1 year ago

SayHeyD commented 1 year ago

Currently sam can only be used when executing sops commands. Yet there are f.ex. terraform providers also accessing the SOPS_AGE_KEY env var. This update allows the execution of whatever command with sam.

When a sops command is detected sam will automatically inject the --age parameter.

SayHeyD commented 1 year ago

8