Jax

0.1.17

Repository-independent PowerShell task and environment runner.

Minimum PowerShell version

7.2

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Jax

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Jax

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

Copyright 2026 Sergey Novikov

Package Details

Author(s)

  • Sergey Novikov <sergey@novik.fr>

Tags

automation cli powershell psake tasks

Functions

Get-JaxUpdateStatus Install-JaxShellIntegration Invoke-Jax Invoke-JaxShortcut Register-JaxCompletion

Dependencies

Release Notes

`jax update` replaces the managed install at ~/.jax/module with the latest PowerShell Gallery release. That path is the only copy the jax, jx and jxs shims load, so an `Update-PSResource Jax` landing anywhere on PSModulePath updates something none of them run; if such a copy exists the command reports it and offers to remove it, because a bare `Import-Module Jax` resolves to that one instead. The downloaded package installs itself by running its own Install-Jax.ps1, which now ships in the package along with the distribution manifest it copies from, so staging, backup, manifest validation and shell integration all come from the release being installed. Build-JaxPackage stamps Origin = Gallery into INSTALLATION.json and the installer carries it forward, so Jax can tell a published copy from one built out of a checkout, and the once-per-session update notice offers the command that updates the copy you are actually running instead of a hard-coded Update-PSResource line. A local build newer than the published release, or the same version, is reported as current rather than as a problem.

FileList

Version History

Version Downloads Last updated
0.1.17 (current version) 92 8/21/2026
0.1.15 77 8/14/2026
0.1.14 4 8/14/2026
0.1.13 8 8/11/2026
0.1.10 24 7/24/2026
0.1.9 24 7/24/2026
0.1.8 33 7/24/2026
0.1.7 35 7/24/2026
0.1.6 3 7/24/2026
0.1.5 3 7/24/2026
0.1.4 571 7/24/2026
0.1.3 4 7/24/2026
0.1.2 4 7/24/2026
0.1.1 12 7/24/2026
0.1.0 16 7/24/2026
Show more