vaultik/internal/cli
sneak bcbc186286 Refactor CLI to use flags instead of positional arguments
- Change all commands to use flags (--bucket, --prefix, etc.)
- Add --config flag to backup command
- Support VAULTIK_CONFIG environment variable for config path
- Use /etc/vaultik/config.yml as default config location
- Add test/config.yaml for testing
- Update tests to use environment variable for config path
- Add .gitignore for build artifacts and local configs
- Update documentation to reflect new CLI syntax
2025-07-20 09:45:24 +02:00
..
backup.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00
entry_test.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00
entry.go Implement CLI skeleton with cobra and fx dependency injection 2025-07-20 09:34:14 +02:00
fetch.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00
prune.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00
restore.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00
root.go Implement CLI skeleton with cobra and fx dependency injection 2025-07-20 09:34:14 +02:00
verify.go Refactor CLI to use flags instead of positional arguments 2025-07-20 09:45:24 +02:00