diff --git a/README.md b/README.md index 346a498..19b0cd6 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,23 @@ go install github.com/uw-labs/strongbox@v1.0.0 directory structure until it finds the file. This allows using different keys for different subdirectories within a repository. +5. If strongbox keyring file is stored on different location `-keyring` can be used. + ie `strongbox [-keyring ] -gen-key key-name` + +6. Following commands can be used to manually decrypt file without gitOps + ``` + # decrypt using default keyring file `$HOME/.strongbox_keyring` + strongbox -decrypt -recursive + + # decrypt using `keyring_file_path` + strongbox -keyring -decrypt -recursive + + # decrypt using private key `` + strongbox -key -decrypt -recursive + + # decrypt single file with given key + strongbox -decrypt -key + ``` ## Existing project Strongbox uses [clean and smudge