Skip to content

Commit a1b4a43

Browse files
committed
added additional flag for base64 encoding under pipectl encrypt
Signed-off-by: antedotee <soniyadav2051982@gmail.com>
1 parent 85d9faf commit a1b4a43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/content/en/docs-dev/user-guide/command-line-tool.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,9 @@ You can encrypt it the same way you do [from the web](../managing-application/se
355355
--input-file={PATH_TO_SECRET_FILE}
356356
```
357357

358+
Optional encoding:
359+
- `--use-base64-encoding` to base64-encode the plaintext before encrypting.
360+
358361
Note: The docs for pipectl available command is maybe outdated, we suggest users use the `help` command for the updated usage while using pipectl.
359362

360363
### Generating an application config (app.pipecd.yaml)

0 commit comments

Comments
 (0)