Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: forattini-dev/vaulter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.62
Choose a base ref
...
head repository: forattini-dev/vaulter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.64
Choose a head ref
  • 5 commits
  • 21 files changed
  • 1 contributor

Commits on Feb 2, 2026

  1. feat: simplify CLI with directory-based structure and --dir mode

    - Add --dir mode to sync push/pull for .vaulter/{env}/ structure
    - Add fs-store.ts for local file operations
    - Add backend-sync.ts for push/pull to backend
    - Add output command for generating .env files in apps
    - Add service dedupe command for cleaning duplicate vars
    - Remove local nuke/reset (local files never deleted by CLI)
    - Remove --local from nuke command (backend only)
    - Update CLAUDE.md with new workflow documentation
    
    Directory structure:
      .vaulter/{env}/configs.env     → shared non-sensitive
      .vaulter/{env}/secrets.env     → shared sensitive
      .vaulter/{env}/services/{svc}/ → service-specific
    
    Commands:
      vaulter sync push --dir -e dev  → push directory to backend
      vaulter sync pull --dir -e dev  → pull backend to directory
      vaulter output -e dev --all     → generate .env in apps
      vaulter nuke --confirm=<proj>   → delete backend (never local)
    filipeforattini committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    9f8ee2e View commit details
    Browse the repository at this point in the history
  2. 1.0.63

    filipeforattini committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    b4d8354 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ea5f14 View commit details
    Browse the repository at this point in the history
  4. docs: update documentation for --dir mode and remove local nuke

    - Add --dir mode to sync push/pull documentation
    - Add directory structure for .vaulter/{env}/ (environment data)
    - Update MCP tool definitions with dir, all, prune parameters
    - Remove vaulter local reset from examples (command removed)
    - Update README with new directory structure diagram
    filipeforattini committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    e60260d View commit details
    Browse the repository at this point in the history
  5. 1.0.64

    filipeforattini committed Feb 2, 2026
    Configuration menu
    Copy the full SHA
    9a2f983 View commit details
    Browse the repository at this point in the history
Loading