I'm releasing this to fix ExecutionPolicy issues before I start work on 2.0 and turning Meters on Demand.ps1 to a PowerShell module.
Changelog
- Install supports installing from git urls
- User settings / configuration. Most impactful is
mond config AlwaysUpdate
which is set to True by default. It refreshes the cache for every search and install command. No need tomond update
anymore!- You can use
mond config AlwaysUpdate false
to disable this.
- You can use
- Install process enhancements
- Bypasses ExecutionPolicy (it will not change it, you might need to
Set-ExecutionPolicy Unrestriced -Scope LocalUser
) - Can recover from ECONNREFUSED (no connectivity or api is blocked by firewall)
- Installer skin shows status
- Keeps existing user configuration
- Bypasses ExecutionPolicy (it will not change it, you might need to
- Better bang support
mond bang
command with-Start
-Stop
and-NoStart
switches. Usemond help bang
for more info- There's also an alias for mond bang which lets you use the bang command directly eg.
bang "!ActivateConfig Mondtholomew\Clock"