Baseline v2.2beta1
Pre-releaseNew Features coming in v2.2 - Need testers!
Support for apps/scripts delivered by VPP or MDM
WaitFor
A new type of item is available under the category of WaitFor
. This is an array of dictionaries, just like Packages, Installomator Labels, and Scripts.
Define Path
as a file path for a file you want Baseline to wait for and mark complete once that file exists. Designed for use with VPP or MDM delivered apps. Once all other items are processed, Baseline will begin waiting for each of these paths to exist on the device.
Just like Scripts
Installomator
or Packages
, WaitFor
items can be configured with Icons, Subtitles, and Display Names.
Addresses #42 as well as numerous requests on Slack.
WaitForTimout
This is an optional integer value representing how many seconds Baseline should wait before considering remaining WaitFor
items to be failed. This timer does not start until all other Baseline items have been processed. Default is 300
(five minutes).
Jamf Verbose Mode
JamfVerbose
is an optional boolean key, defaults to false
. If it is set to true
, for every ScriptPath
that is /usr/local/bin/jamf
Baseline will read the Jamf log and provide more verbose output on that swiftDialog line item, similar to using the InstallomatorSwiftDialogIntegration
.