You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately there's no --input-type for filestatus (yet). So right now there's no other way (except to reimplement filestatus in a programming language of your choice).
(Support for --input-type is definitely something that should be added.)
I have a file
secrets.env
where the plain content is dotenv formatted.I encrypt all files to json format.
When I run
sops filestatus secrets.env
I get:I can decrypt the file just fine with
sops decrypt --input-type json secrets.env
Is there another programmatic way to determine whether a file is properly sops-encrypted?
The text was updated successfully, but these errors were encountered: