Below you will find pages that utilize the taxonomy term “SuxrobGM”
June 4, 2026
Setup DepVault CLI
Version updated for https://github.com/suxrobGM/depvault to version cli/v1.8.4.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Auto-switch the active project to the one matching the current repository (by remote URL, then name) when they diverge, instead of only printing a warning — supersedes the v1.8.2 mismatch warning, which now appears only when no project matches the repo Add a clear command (and REPL clear/cls) to clear the terminal screen
June 4, 2026
Setup DepVault CLI
Version updated for https://github.com/suxrobGM/depvault to version cli/v1.8.3.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed push: skip re-uploading a file whose contents haven’t changed, so repeated pushes no longer create redundant version-history entries (the CLI now sends a keyed content hash the server uses to detect no-op pushes)
June 3, 2026
Setup DepVault CLI
Version updated for https://github.com/suxrobGM/depvault to version cli/v1.8.2.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed project create: default the new-project name to the current repo’s directory and auto-fill the repository URL from git remote origin Warn when the active project doesn’t match the current repository, giving an early signal to switch projects
June 1, 2026
Setup DepVault CLI
Version updated for https://github.com/suxrobGM/depvault to version cli/v1.7.0.
This action is used across all versions by ? repositories. Action Type This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
What’s Changed Encrypt secret files client-side on push and upload as JSON — fixes 400 errors and closes a zero-knowledge plaintext leak push: aggregate stale-variable detection per vault to stop false “delete stale” prompts on first push push: map directories to vaults by path + name only (drop greedy tag-match that merged unrelated folders) pull: preserve blank lines between comment groups so .env files round-trip faithfully Cancel selection and multi-select prompts on Esc; pre-select all choices by default (push selects all discovered files — deselect to skip) Stale-variable deletion now defaults to No and is skipped in non-interactive mode auth: clear vault keys on logout and give clearer locked-vault guidance Update package references to latest versions