We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91bb18d commit 816d2f4Copy full SHA for 816d2f4
1 file changed
content/en/docs/_index.md
@@ -1609,10 +1609,10 @@ You can also provide the value from a file or stdin:
1609
``` sh
1610
# Provide the value from a file
1611
$ echo '{"uid1":null,"uid2":1000,"uid3":["bob"]}' > /tmp/example-value
1612
-$ sops set ~/git/svc/sops/example.yaml --value-file '["an_array"][1]' /tmp/example-value
+$ sops set --value-file ~/git/svc/sops/example.yaml '["an_array"][1]' /tmp/example-value
1613
1614
# Provide the value from stdin
1615
-$ echo '{"uid1":null,"uid2":1000,"uid3":["bob"]}' | sops set ~/git/svc/sops/example.yaml --value-stdin '["an_array"][1]'
+$ echo '{"uid1":null,"uid2":1000,"uid3":["bob"]}' | sops set --value-stdin ~/git/svc/sops/example.yaml '["an_array"][1]'
1616
```
1617
1618
## Unset a sub-part in a document tree
0 commit comments