Commit 5e7448c
committed
fix: Add decryption-order flag to exec-env, exec-file, and publish commands
These commands were referencing the decryption-order option but not
actually declaring it as a flag. This commit adds the flag to these
commands, allowing users to specify the order in which decryption
methods are attempted, just like with "sops -d".
Signed-off-by: Joel Nordell <[email protected]>1 parent 531230b commit 5e7448c
1 file changed
+15
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
199 | 204 | | |
200 | 205 | | |
201 | 206 | | |
| |||
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
308 | 318 | | |
309 | 319 | | |
310 | 320 | | |
| |||
383 | 393 | | |
384 | 394 | | |
385 | 395 | | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
386 | 401 | | |
387 | 402 | | |
388 | 403 | | |
| |||
0 commit comments