Context
rtk discover --all shows sops as the #3 unhandled command:
- 261 invocations in the last 30 days
- Typical usage: decrypting secrets, editing encrypted files
Request
Add an RTK rewrite/filter for sops output. Decryption output often contains full env dumps that could be filtered.
Example commands
SOPS_AGE_KEY_FILE=/home/ubuntu/infrastructure/keys/sops.key sops -d --output-type dotenv secrets/.env.enc.yaml
sops -d secrets/.env.enc.yaml
sops edit secrets/.env.enc.yaml
Found via rtk discover --all.