feat: Gallery-native toolkit v1.2.0 - #3
Merged
Merged
Conversation
joshuaevan
force-pushed
the
feature/gallery-native-1.2.0
branch
from
September 7, 2026 03:05
c264e44 to
f6a1d0c
Compare
Make config, credentials, updates and onboarding work identically on a PowerShell Gallery install and a git clone, add SSH tab completion, and ship as module version 1.2.0. - Get-ToolkitPaths resolves install type and the data folder (repo root for git clones, %LOCALAPPDATA%\PowerShellDevToolkit for Gallery, or PSDT_HOME); every config/creds/update-stamp path flows through it. - Initialize-Toolkit: first-run setup (data folder, config.json, creds). - New-SSHCredential: store DPAPI-encrypted SSH credentials. - Update-Toolkit and the startup check branch on install type and update from the Gallery when not a git clone. - Shared Resolve-SSHTarget and Test-WslAvailable replace the duplicated block in Connect-SSH and Connect-SSHTunnel. - Tab completion for SSH server aliases and database port names. - config.example.json ships inside the module folder. - Docs, CHANGELOG, help and setup updated; 89 new/updated Pester tests (332 total, all passing).
joshuaevan
force-pushed
the
feature/gallery-native-1.2.0
branch
from
September 7, 2026 03:08
f6a1d0c to
5605cad
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make config, credentials, updates and onboarding work identically on a PowerShell Gallery install and a git clone, add SSH tab completion, and ship as module version 1.2.0.