Open RamblingCookieMonster opened 7 years ago
Some quick thoughts, current state is quite ugly with some types killing output, other types giving way too much output, etc.
Status
boolean, depending on whether the install was a success (as much as we can tell)StatusDetail
(not tied to the name) string, which expands on Status
:
Output
string, including output from whatever tool the script calls (in case the userStatusDetail
)Anything else? Is this too much?
Cheers!
At the moment, installs just spit out whatever output happens to be emitted from the dependency script. Ideally, that output could be shuffled to the verbose stream, and a consistent, passthru-esque object could be emitted. This would look cleaner and where needed, allow programmatic use of output.