- Remove all symlink creation and resolution in favor of plain files - currentvault file now contains relative path like "vaults.d/default" - current-unlocker file now contains relative path like "unlockers.d/passphrase" - current version file now contains relative path like "versions/20231215.001" - Simplify path resolution to just read file contents and join with parent dir - Update all tests to read files instead of using os.Readlink |
||
|---|---|---|
| .. | ||
| cli_test.go | ||
| cli.go | ||
| completion.go | ||
| completions.go | ||
| crypto.go | ||
| generate.go | ||
| info_helper.go | ||
| info.go | ||
| init.go | ||
| integration_test.go | ||
| root.go | ||
| secrets_size_test.go | ||
| secrets.go | ||
| stdout_stderr_test.go | ||
| test_helpers.go | ||
| test_output_test.go | ||
| unlockers.go | ||
| vault.go | ||
| version_test.go | ||
| version.go | ||