usher
usher copied to clipboard
Task execution system (general)
Allow someone to be contacted directly when "send" is triggered (i.e. when the build is finished)
Pretty output of the settings for the current configuration file "--summary" maybe? I don't really like that name, though...
Option added to task to tell it to "be quiet". Example includes the output of anything that calls a command-line tool to suppress the default echoing of the results. Something...
Update the ExecTask to allow the results to be put into a Param for use later in the config file "Assign result to...."
Right now there's some git support for clone/pull/push - there needs to be similar tasks for SVN too
It's just a placeholder right now - it needs to get into a working state...
Allow the specification of an external json file to include into the current config. How should it pull it in? Parsed into the project namespace?
There's "param" and "write" right now, but other things should be included like simple logic: - if/then/else - looping - fail (ending execution from the config file) This stuff will...