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

correct decrypt/encrypt to -d/-e in README #1494

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmhodges
Copy link

The README described the use of sops decrypt and sops encrypt commands that no longer exist in modern versions.

The correct commands seem to be sops -d and sops -e.

I ran into this while trying to get the git diffing working as described in this doc.

The README described the use of `sops decrypt` and `sops encrypt` commands that no longer exist in modern versions.

The correct commands seem to be `sops -d` and `sops -e`.

I ran into this while trying to get the `git diff`ing working as described in this doc.

Signed-off-by: Jeff Hodges <[email protected]>
Copy link
Contributor

@felixfontein felixfontein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README refers to the version in the main branch, not to any yet released version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants