We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d9faf commit a1b4a43Copy full SHA for a1b4a43
docs/content/en/docs-dev/user-guide/command-line-tool.md
@@ -355,6 +355,9 @@ You can encrypt it the same way you do [from the web](../managing-application/se
355
--input-file={PATH_TO_SECRET_FILE}
356
```
357
358
+Optional encoding:
359
+- `--use-base64-encoding` to base64-encode the plaintext before encrypting.
360
+
361
Note: The docs for pipectl available command is maybe outdated, we suggest users use the `help` command for the updated usage while using pipectl.
362
363
### Generating an application config (app.pipecd.yaml)
0 commit comments