From 4a77f22d94c8134fe070443a39d46bd519853673 Mon Sep 17 00:00:00 2001 From: oluceps Date: Mon, 4 Nov 2024 02:56:10 +0800 Subject: [PATCH] - --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07f5397..5b11892 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,11 @@ nix run .#vaultix.x86_64-linux.renc # Commands +Seldon use cli directly. Use Nix Wrapped App such as `nix run .#vaultix.x86_64-linux.renc`. + +Currently not support `edit` command, you could directly use rage for creating your encrypted file. + + ```bash > ./vaultix --help Usage: vaultix [-f ] [] @@ -103,7 +108,7 @@ Options: Commands: renc Re-encrypt changed files - edit Edit encrypted file + edit Edit encrypted file # NOT SUPPORT YET check Check secret status deploy Decrypt and deploy cipher credentials ```