secret/internal/cli
sneak 7c5e78db17 fix: update JSON fields from snake_case to camelCase and make tests quiet by default
- Update all JSON field references in tests from snake_case to camelCase
- Update vault list JSON output to use currentVault instead of current_vault
- Make integration tests quiet by default unless run with -v flag
- Fix tests that were using exec.Command to use in-process execution helpers
- Tests now only show debug output when explicitly requested or on failure
2025-07-15 07:35:48 +02:00
..
cli_test.go fix: handle error returns from os.Unsetenv and file.Close (errcheck) 2025-07-09 06:16:13 -07:00
cli.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
crypto.go fix: resolve all remaining linter issues (staticcheck, tagliatelle, lll) 2025-07-15 06:33:25 +02:00
generate.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
init.go fix: resolve all revive linter issues 2025-07-15 06:06:48 +02:00
integration_test.go fix: update JSON fields from snake_case to camelCase and make tests quiet by default 2025-07-15 07:35:48 +02:00
root.go fix: add blank lines before return statements (nlreturn) 2025-06-20 09:37:56 -07:00
secrets.go fix: resolve all nlreturn linter errors 2025-07-15 06:00:32 +02:00
test_helpers.go fix: resolve errcheck, gosec, and mnd linter errors 2025-07-09 06:59:01 -07:00
test_output_test.go latest from ai, it broke the tests 2025-06-20 05:40:20 -07:00
unlockers.go fix: resolve all remaining linter issues (staticcheck, tagliatelle, lll) 2025-07-15 06:33:25 +02:00
vault.go fix: update JSON fields from snake_case to camelCase and make tests quiet by default 2025-07-15 07:35:48 +02:00
version_test.go fix: more nlreturn and testifylint issues 2025-06-20 09:40:17 -07:00
version.go fix: resolve all nlreturn linter errors 2025-07-15 06:00:32 +02:00