Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
oluceps committed Nov 3, 2024
1 parent e429959 commit 4a77f22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <profile> [-f <flake-root>] <command> [<args>]
Expand All @@ -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
```

0 comments on commit 4a77f22

Please sign in to comment.