Skip to content

0.8.0

Compare
Choose a tag to compare
@MSAdministrator MSAdministrator released this 10 Feb 17:52
· 285 commits to main since this release

Please know that major changes occurred in this release.

To be in sync with the Invoke-Atomic project, I have modified how the parameters work for the run command.

You can now only provide one of the following parameters (all others stay the same).

  • check_prereqs #39
  • get_prereqs #40
  • cleanup

We will now run these defined commands (just like Invoke-Atomic does currently) and will not run the run command.

If none of these are specified then we will run the executor.command.

Other changes

  • Added elevation_required parameter for remote connections #37
  • Updated the copying of source files #38
  • Added better error handling when parameters are typed in with typos. #41

What's Changed

Full Changelog: 0.7.0...0.8.0