diff --git a/CHANGELOG.md b/CHANGELOG.md index a7ddf5c..a8b8531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,56 @@ +# [0.4.0](https://github.com/rafamel/kpo/compare/v0.3.0...v0.4.0) (2019-05-08) + + +### Bug Fixes + +* **core:** uses cache relative to options.id for children and tasks ([dc9e645](https://github.com/rafamel/kpo/commit/dc9e645)) +* **core/options:** fixes setters; doesn't call initialize on set on get; rolls back to using object ([05b6308](https://github.com/rafamel/kpo/commit/05b6308)) +* **deps:** moves slimconf to devDependencies ([5e3c765](https://github.com/rafamel/kpo/commit/5e3c765)) +* **public/exec:** fixes stream commands to match current globals management ([5600b8e](https://github.com/rafamel/kpo/commit/5600b8e)) +* **utils/terminate-children:** replaces ps-manager w/ terminate-children; actually sents kill signal ([30dac3a](https://github.com/rafamel/kpo/commit/30dac3a)) + + +### Code Refactoring + +* **public, commands:** removes internal kpo commands from public, moves them to commands ([7acaea6](https://github.com/rafamel/kpo/commit/7acaea6)) + + +### Features + +* **bin:** adds exits hook to manage child processes termination ([85b4ef8](https://github.com/rafamel/kpo/commit/85b4ef8)) +* **bin:** strips out -- fromk logged command when no arguments are passed after it ([3df0061](https://github.com/rafamel/kpo/commit/3df0061)) +* **bin, core:** explicitly calls initialize: ensures initialization has always happened -at least o ([b887980](https://github.com/rafamel/kpo/commit/b887980)) +* **bin, utils/exec:** uses exits to control spawned processes; exits w/ code 1 for signals ([572f5fe](https://github.com/rafamel/kpo/commit/572f5fe)) +* **core, utils:** uses globals to manage core and options state; removes unused utils ([f2674d9](https://github.com/rafamel/kpo/commit/f2674d9)) +* **core/scope:** uses only children names to identify childre; removes matcher from IChild ([685d023](https://github.com/rafamel/kpo/commit/685d023)) +* **globals:** adds globals ([b1e8f44](https://github.com/rafamel/kpo/commit/b1e8f44)) +* **globals:** doesn't pollute global when process is not kpo owned ([de56134](https://github.com/rafamel/kpo/commit/de56134)) +* **globals; utils:** globals manages environment variables; places version range validation in utils ([ba9d3d2](https://github.com/rafamel/kpo/commit/ba9d3d2)) +* **public:** removes public options; kpo file, when js, should also export an options and scripts o ([1508fc4](https://github.com/rafamel/kpo/commit/1508fc4)) +* **utils:** adds guardian ([5b5e698](https://github.com/rafamel/kpo/commit/5b5e698)) +* **utils/cache:** allows for getId to be null or return string or number types ([fad3fd6](https://github.com/rafamel/kpo/commit/fad3fd6)) +* **utils/env-manager:** adds environment variables manager ([442029b](https://github.com/rafamel/kpo/commit/442029b)) +* **utils/env-manager:** adds get, set, and default methods ([b83c138](https://github.com/rafamel/kpo/commit/b83c138)) +* **utils/env-manager:** adds purePaths; updates initial; exports initialized manager as default ([4c27842](https://github.com/rafamel/kpo/commit/4c27842)) +* **utils/errors:** uses source as message when it's a string ([bbf86d2](https://github.com/rafamel/kpo/commit/bbf86d2)) +* **utils/exec:** doesn't reset paths; doesn't add paths unless options.cwd exists ([fe9da49](https://github.com/rafamel/kpo/commit/fe9da49)) +* duck types errors to avoid issues w/ different instances; removes redundant error normalizatio ([97f2f8e](https://github.com/rafamel/kpo/commit/97f2f8e)) +* errors out on tasks, core, and spawned processes calls if exit has already been triggered ([201dc7a](https://github.com/rafamel/kpo/commit/201dc7a)) +* **utils/exec, core/exec:** uses child_process spawn and fork in order to manage child processes in ([19467fa](https://github.com/rafamel/kpo/commit/19467fa)) +* **utils/logger:** prefixes messages w/ level and app name ([05fce07](https://github.com/rafamel/kpo/commit/05fce07)) +* **utils/paths:** adds getPaths ([eda621b](https://github.com/rafamel/kpo/commit/eda621b)) +* **utils/ps-manager:** adds child processes manager ([c90f121](https://github.com/rafamel/kpo/commit/c90f121)) +* **utils/ps-manager:** can kill processes for all children of a process ([1157ff3](https://github.com/rafamel/kpo/commit/1157ff3)) + + +### BREAKING CHANGES + +* **public, commands:** run, list, raise, and stream are no longer exported +* **public:** doesn't further export options(); kpo file should have a scripts and options key +containing an object, even when a js file; kpo file can't export a default function + + + # [0.3.0](https://github.com/rafamel/kpo/compare/v0.2.0...v0.3.0) (2019-05-05) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 8961e2e..9ce7e04 100644 --- a/docs/assets/js/search.js +++ b/docs/assets/js/search.js @@ -1,3 +1,3 @@ var typedoc = typedoc || {}; typedoc.search = typedoc.search || {}; - typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"IOfType","url":"interfaces/ioftype.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1,"kind":256,"name":"IScriptsArray","url":"interfaces/iscriptsarray.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":2,"kind":1024,"name":"length","url":"interfaces/iscriptsarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/iscriptsarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/iscriptsarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/iscriptsarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/iscriptsarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/iscriptsarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/iscriptsarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/iscriptsarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/iscriptsarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/iscriptsarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/iscriptsarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/iscriptsarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/iscriptsarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/iscriptsarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/iscriptsarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/iscriptsarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/iscriptsarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/iscriptsarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/iscriptsarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/iscriptsarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/iscriptsarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/iscriptsarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/iscriptsarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"IScriptsArray"},{"id":25,"kind":2048,"name":"find","url":"interfaces/iscriptsarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":26,"kind":2048,"name":"findIndex","url":"interfaces/iscriptsarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":27,"kind":2048,"name":"fill","url":"interfaces/iscriptsarray.html#fill","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":28,"kind":2048,"name":"copyWithin","url":"interfaces/iscriptsarray.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":29,"kind":2048,"name":"__@iterator","url":"interfaces/iscriptsarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":30,"kind":2048,"name":"entries","url":"interfaces/iscriptsarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":31,"kind":2048,"name":"keys","url":"interfaces/iscriptsarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":32,"kind":2048,"name":"values","url":"interfaces/iscriptsarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":33,"kind":2048,"name":"__@unscopables","url":"interfaces/iscriptsarray.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":34,"kind":2048,"name":"includes","url":"interfaces/iscriptsarray.html#includes","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":35,"kind":2048,"name":"flatMap","url":"interfaces/iscriptsarray.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":36,"kind":2048,"name":"flat","url":"interfaces/iscriptsarray.html#flat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":37,"kind":256,"name":"IScripts","url":"interfaces/iscripts.html","classes":"tsd-kind-interface"},{"id":38,"kind":256,"name":"IOptions","url":"interfaces/ioptions.html","classes":"tsd-kind-interface"},{"id":39,"kind":1024,"name":"env","url":"interfaces/ioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":40,"kind":1024,"name":"silent","url":"interfaces/ioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":41,"kind":1024,"name":"log","url":"interfaces/ioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":42,"kind":256,"name":"IScopeOptions","url":"interfaces/iscopeoptions.html","classes":"tsd-kind-interface"},{"id":43,"kind":1024,"name":"root","url":"interfaces/iscopeoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":44,"kind":1024,"name":"children","url":"interfaces/iscopeoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":45,"kind":1024,"name":"cwd","url":"interfaces/iscopeoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":46,"kind":1024,"name":"env","url":"interfaces/iscopeoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":47,"kind":1024,"name":"silent","url":"interfaces/iscopeoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":48,"kind":1024,"name":"log","url":"interfaces/iscopeoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":49,"kind":256,"name":"IPackageOptions","url":"interfaces/ipackageoptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"file","url":"interfaces/ipackageoptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPackageOptions"},{"id":51,"kind":1024,"name":"root","url":"interfaces/ipackageoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":52,"kind":1024,"name":"children","url":"interfaces/ipackageoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":53,"kind":1024,"name":"cwd","url":"interfaces/ipackageoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":54,"kind":1024,"name":"env","url":"interfaces/ipackageoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":55,"kind":1024,"name":"silent","url":"interfaces/ipackageoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":56,"kind":1024,"name":"log","url":"interfaces/ipackageoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":57,"kind":256,"name":"ICliOptions","url":"interfaces/iclioptions.html","classes":"tsd-kind-interface"},{"id":58,"kind":1024,"name":"file","url":"interfaces/iclioptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":59,"kind":1024,"name":"directory","url":"interfaces/iclioptions.html#directory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":60,"kind":1024,"name":"env","url":"interfaces/iclioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":61,"kind":1024,"name":"silent","url":"interfaces/iclioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":62,"kind":1024,"name":"log","url":"interfaces/iclioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":63,"kind":256,"name":"IExecOptions","url":"interfaces/iexecoptions.html","classes":"tsd-kind-interface"},{"id":64,"kind":1024,"name":"cwd","url":"interfaces/iexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":65,"kind":1024,"name":"env","url":"interfaces/iexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":66,"kind":1024,"name":"stdio","url":"interfaces/iexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":67,"kind":256,"name":"IMultiExecOptions","url":"interfaces/imultiexecoptions.html","classes":"tsd-kind-interface"},{"id":68,"kind":1024,"name":"force","url":"interfaces/imultiexecoptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":69,"kind":1024,"name":"silent","url":"interfaces/imultiexecoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":70,"kind":1024,"name":"args","url":"interfaces/imultiexecoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":71,"kind":1024,"name":"cwd","url":"interfaces/imultiexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":72,"kind":1024,"name":"env","url":"interfaces/imultiexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":73,"kind":1024,"name":"stdio","url":"interfaces/imultiexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":74,"kind":4194304,"name":"TLogger","url":"globals.html#tlogger","classes":"tsd-kind-type-alias"},{"id":75,"kind":4194304,"name":"TScript","url":"globals.html#tscript","classes":"tsd-kind-type-alias"},{"id":76,"kind":4194304,"name":"TScriptFn","url":"globals.html#tscriptfn","classes":"tsd-kind-type-alias"},{"id":77,"kind":65536,"name":"__type","url":"globals.html#tscriptfn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"TScriptFn"},{"id":78,"kind":4194304,"name":"TCoreOptions","url":"globals.html#tcoreoptions","classes":"tsd-kind-type-alias"},{"id":79,"kind":4194304,"name":"TChildrenDefinition","url":"globals.html#tchildrendefinition","classes":"tsd-kind-type-alias"},{"id":80,"kind":256,"name":"IFsOptions","url":"interfaces/ifsoptions.html","classes":"tsd-kind-interface"},{"id":81,"kind":1024,"name":"confirm","url":"interfaces/ifsoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":82,"kind":1024,"name":"fail","url":"interfaces/ifsoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":83,"kind":256,"name":"IFsWriteOptions","url":"interfaces/ifswriteoptions.html","classes":"tsd-kind-interface"},{"id":84,"kind":1024,"name":"overwrite","url":"interfaces/ifswriteoptions.html#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsWriteOptions"},{"id":85,"kind":1024,"name":"confirm","url":"interfaces/ifswriteoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":86,"kind":1024,"name":"fail","url":"interfaces/ifswriteoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":87,"kind":4194304,"name":"TCopyFilterFn","url":"globals.html#tcopyfilterfn","classes":"tsd-kind-type-alias"},{"id":88,"kind":64,"name":"copy","url":"globals.html#copy","classes":"tsd-kind-function tsd-is-not-exported"},{"id":89,"kind":64,"name":"rw","url":"globals.html#rw","classes":"tsd-kind-function tsd-is-not-exported"},{"id":90,"kind":64,"name":"json","url":"globals.html#json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":91,"kind":64,"name":"remove","url":"globals.html#remove","classes":"tsd-kind-function tsd-is-not-exported"},{"id":92,"kind":64,"name":"mkdir","url":"globals.html#mkdir","classes":"tsd-kind-function tsd-is-not-exported"},{"id":93,"kind":64,"name":"move","url":"globals.html#move","classes":"tsd-kind-function tsd-is-not-exported"},{"id":94,"kind":64,"name":"write","url":"globals.html#write","classes":"tsd-kind-function tsd-is-not-exported"},{"id":95,"kind":64,"name":"run","url":"globals.html#run","classes":"tsd-kind-function tsd-is-not-exported"},{"id":96,"kind":256,"name":"IListOptions","url":"interfaces/ilistoptions.html","classes":"tsd-kind-interface"},{"id":97,"kind":1024,"name":"all","url":"interfaces/ilistoptions.html#all","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IListOptions"},{"id":98,"kind":1024,"name":"scopes","url":"interfaces/ilistoptions.html#scopes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IListOptions"},{"id":99,"kind":64,"name":"list","url":"globals.html#list","classes":"tsd-kind-function tsd-is-not-exported"},{"id":100,"kind":64,"name":"options","url":"globals.html#options","classes":"tsd-kind-function"},{"id":101,"kind":256,"name":"IRaiseOptions","url":"interfaces/iraiseoptions.html","classes":"tsd-kind-interface"},{"id":102,"kind":1024,"name":"confirm","url":"interfaces/iraiseoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRaiseOptions"},{"id":103,"kind":1024,"name":"dry","url":"interfaces/iraiseoptions.html#dry","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRaiseOptions"},{"id":104,"kind":1024,"name":"fail","url":"interfaces/iraiseoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IRaiseOptions"},{"id":105,"kind":64,"name":"raise","url":"globals.html#raise","classes":"tsd-kind-function tsd-is-not-exported"},{"id":106,"kind":256,"name":"IConfirmOptions","url":"interfaces/iconfirmoptions.html","classes":"tsd-kind-interface"},{"id":107,"kind":1024,"name":"initial","url":"interfaces/iconfirmoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":108,"kind":1024,"name":"yes","url":"interfaces/iconfirmoptions.html#yes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":109,"kind":1024,"name":"no","url":"interfaces/iconfirmoptions.html#no","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":110,"kind":1024,"name":"timeout","url":"interfaces/iconfirmoptions.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":111,"kind":64,"name":"confirm","url":"globals.html#confirm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":112,"kind":256,"name":"ISelectOptions","url":"interfaces/iselectoptions.html","classes":"tsd-kind-interface"},{"id":113,"kind":1024,"name":"initial","url":"interfaces/iselectoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":114,"kind":1024,"name":"values","url":"interfaces/iselectoptions.html#values","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":115,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-is-not-exported"},{"id":116,"kind":64,"name":"ensure","url":"globals.html#ensure","classes":"tsd-kind-function tsd-is-not-exported"},{"id":117,"kind":64,"name":"exists","url":"globals.html#exists","classes":"tsd-kind-function tsd-is-not-exported"},{"id":118,"kind":64,"name":"line","url":"globals.html#line","classes":"tsd-kind-function tsd-is-not-exported"},{"id":119,"kind":64,"name":"log","url":"globals.html#log","classes":"tsd-kind-function tsd-is-not-exported"},{"id":120,"kind":64,"name":"rm","url":"globals.html#rm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":121,"kind":64,"name":"silent","url":"globals.html#silent","classes":"tsd-kind-function tsd-is-not-exported"},{"id":122,"kind":256,"name":"IParallelOptions","url":"interfaces/iparalleloptions.html","classes":"tsd-kind-interface"},{"id":123,"kind":1024,"name":"names","url":"interfaces/iparalleloptions.html#names","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":124,"kind":1024,"name":"colors","url":"interfaces/iparalleloptions.html#colors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":125,"kind":1024,"name":"force","url":"interfaces/iparalleloptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":126,"kind":1024,"name":"silent","url":"interfaces/iparalleloptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":127,"kind":1024,"name":"args","url":"interfaces/iparalleloptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":128,"kind":1024,"name":"cwd","url":"interfaces/iparalleloptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":129,"kind":1024,"name":"env","url":"interfaces/iparalleloptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":130,"kind":1024,"name":"stdio","url":"interfaces/iparalleloptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":131,"kind":256,"name":"IParallel","url":"interfaces/iparallel.html","classes":"tsd-kind-interface"},{"id":132,"kind":2048,"name":"env","url":"interfaces/iparallel.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":133,"kind":2048,"name":"fn","url":"interfaces/iparallel.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":134,"kind":32,"name":"parallel","url":"globals.html#parallel","classes":"tsd-kind-variable"},{"id":135,"kind":256,"name":"ISeries","url":"interfaces/iseries.html","classes":"tsd-kind-interface"},{"id":136,"kind":2048,"name":"env","url":"interfaces/iseries.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":137,"kind":2048,"name":"fn","url":"interfaces/iseries.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":138,"kind":32,"name":"series","url":"globals.html#series","classes":"tsd-kind-variable"},{"id":139,"kind":4194304,"name":"TStreamOptions","url":"globals.html#tstreamoptions","classes":"tsd-kind-type-alias"},{"id":140,"kind":64,"name":"stream","url":"globals.html#stream","classes":"tsd-kind-function tsd-is-not-exported"}]}; \ No newline at end of file + typedoc.search.data = {"kinds":{"32":"Variable","64":"Function","256":"Interface","1024":"Property","2048":"Method","65536":"Type literal","4194304":"Type alias"},"rows":[{"id":0,"kind":256,"name":"IOfType","url":"interfaces/ioftype.html","classes":"tsd-kind-interface tsd-has-type-parameter"},{"id":1,"kind":256,"name":"IScriptsArray","url":"interfaces/iscriptsarray.html","classes":"tsd-kind-interface tsd-is-not-exported"},{"id":2,"kind":1024,"name":"length","url":"interfaces/iscriptsarray.html#length","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":3,"kind":2048,"name":"toString","url":"interfaces/iscriptsarray.html#tostring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":4,"kind":2048,"name":"toLocaleString","url":"interfaces/iscriptsarray.html#tolocalestring","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":5,"kind":2048,"name":"pop","url":"interfaces/iscriptsarray.html#pop","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":6,"kind":2048,"name":"push","url":"interfaces/iscriptsarray.html#push","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":7,"kind":2048,"name":"concat","url":"interfaces/iscriptsarray.html#concat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":8,"kind":2048,"name":"join","url":"interfaces/iscriptsarray.html#join","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":9,"kind":2048,"name":"reverse","url":"interfaces/iscriptsarray.html#reverse","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":10,"kind":2048,"name":"shift","url":"interfaces/iscriptsarray.html#shift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":11,"kind":2048,"name":"slice","url":"interfaces/iscriptsarray.html#slice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":12,"kind":2048,"name":"sort","url":"interfaces/iscriptsarray.html#sort","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":13,"kind":2048,"name":"splice","url":"interfaces/iscriptsarray.html#splice","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":14,"kind":2048,"name":"unshift","url":"interfaces/iscriptsarray.html#unshift","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":15,"kind":2048,"name":"indexOf","url":"interfaces/iscriptsarray.html#indexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":16,"kind":2048,"name":"lastIndexOf","url":"interfaces/iscriptsarray.html#lastindexof","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":17,"kind":2048,"name":"every","url":"interfaces/iscriptsarray.html#every","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":18,"kind":2048,"name":"some","url":"interfaces/iscriptsarray.html#some","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":19,"kind":2048,"name":"forEach","url":"interfaces/iscriptsarray.html#foreach","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":20,"kind":2048,"name":"map","url":"interfaces/iscriptsarray.html#map","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":21,"kind":2048,"name":"filter","url":"interfaces/iscriptsarray.html#filter","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":22,"kind":2048,"name":"reduce","url":"interfaces/iscriptsarray.html#reduce","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":23,"kind":2048,"name":"reduceRight","url":"interfaces/iscriptsarray.html#reduceright","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":24,"kind":1024,"name":"Array","url":"interfaces/iscriptsarray.html#array","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-not-exported","parent":"IScriptsArray"},{"id":25,"kind":2048,"name":"find","url":"interfaces/iscriptsarray.html#find","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":26,"kind":2048,"name":"findIndex","url":"interfaces/iscriptsarray.html#findindex","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":27,"kind":2048,"name":"fill","url":"interfaces/iscriptsarray.html#fill","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":28,"kind":2048,"name":"copyWithin","url":"interfaces/iscriptsarray.html#copywithin","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":29,"kind":2048,"name":"__@iterator","url":"interfaces/iscriptsarray.html#___iterator","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":30,"kind":2048,"name":"entries","url":"interfaces/iscriptsarray.html#entries","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":31,"kind":2048,"name":"keys","url":"interfaces/iscriptsarray.html#keys","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":32,"kind":2048,"name":"values","url":"interfaces/iscriptsarray.html#values","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":33,"kind":2048,"name":"__@unscopables","url":"interfaces/iscriptsarray.html#___unscopables","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":34,"kind":2048,"name":"includes","url":"interfaces/iscriptsarray.html#includes","classes":"tsd-kind-method tsd-parent-kind-interface tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":35,"kind":2048,"name":"flatMap","url":"interfaces/iscriptsarray.html#flatmap","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":36,"kind":2048,"name":"flat","url":"interfaces/iscriptsarray.html#flat","classes":"tsd-kind-method tsd-parent-kind-interface tsd-has-type-parameter tsd-is-inherited tsd-is-not-exported","parent":"IScriptsArray"},{"id":37,"kind":256,"name":"IScripts","url":"interfaces/iscripts.html","classes":"tsd-kind-interface"},{"id":38,"kind":256,"name":"IOptions","url":"interfaces/ioptions.html","classes":"tsd-kind-interface"},{"id":39,"kind":1024,"name":"env","url":"interfaces/ioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":40,"kind":1024,"name":"silent","url":"interfaces/ioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":41,"kind":1024,"name":"log","url":"interfaces/ioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IOptions"},{"id":42,"kind":256,"name":"IScopeOptions","url":"interfaces/iscopeoptions.html","classes":"tsd-kind-interface"},{"id":43,"kind":1024,"name":"root","url":"interfaces/iscopeoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":44,"kind":1024,"name":"children","url":"interfaces/iscopeoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":45,"kind":1024,"name":"cwd","url":"interfaces/iscopeoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IScopeOptions"},{"id":46,"kind":1024,"name":"env","url":"interfaces/iscopeoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":47,"kind":1024,"name":"silent","url":"interfaces/iscopeoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":48,"kind":1024,"name":"log","url":"interfaces/iscopeoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IScopeOptions"},{"id":49,"kind":256,"name":"IPackageOptions","url":"interfaces/ipackageoptions.html","classes":"tsd-kind-interface"},{"id":50,"kind":1024,"name":"file","url":"interfaces/ipackageoptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IPackageOptions"},{"id":51,"kind":1024,"name":"root","url":"interfaces/ipackageoptions.html#root","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":52,"kind":1024,"name":"children","url":"interfaces/ipackageoptions.html#children","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":53,"kind":1024,"name":"cwd","url":"interfaces/ipackageoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":54,"kind":1024,"name":"env","url":"interfaces/ipackageoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":55,"kind":1024,"name":"silent","url":"interfaces/ipackageoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":56,"kind":1024,"name":"log","url":"interfaces/ipackageoptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IPackageOptions"},{"id":57,"kind":256,"name":"ICliOptions","url":"interfaces/iclioptions.html","classes":"tsd-kind-interface"},{"id":58,"kind":1024,"name":"file","url":"interfaces/iclioptions.html#file","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":59,"kind":1024,"name":"directory","url":"interfaces/iclioptions.html#directory","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ICliOptions"},{"id":60,"kind":1024,"name":"env","url":"interfaces/iclioptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":61,"kind":1024,"name":"silent","url":"interfaces/iclioptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":62,"kind":1024,"name":"log","url":"interfaces/iclioptions.html#log","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"ICliOptions"},{"id":63,"kind":256,"name":"IExecOptions","url":"interfaces/iexecoptions.html","classes":"tsd-kind-interface"},{"id":64,"kind":1024,"name":"cwd","url":"interfaces/iexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":65,"kind":1024,"name":"env","url":"interfaces/iexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":66,"kind":1024,"name":"stdio","url":"interfaces/iexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IExecOptions"},{"id":67,"kind":256,"name":"IMultiExecOptions","url":"interfaces/imultiexecoptions.html","classes":"tsd-kind-interface"},{"id":68,"kind":1024,"name":"force","url":"interfaces/imultiexecoptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":69,"kind":1024,"name":"silent","url":"interfaces/imultiexecoptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":70,"kind":1024,"name":"args","url":"interfaces/imultiexecoptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IMultiExecOptions"},{"id":71,"kind":1024,"name":"cwd","url":"interfaces/imultiexecoptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":72,"kind":1024,"name":"env","url":"interfaces/imultiexecoptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":73,"kind":1024,"name":"stdio","url":"interfaces/imultiexecoptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IMultiExecOptions"},{"id":74,"kind":4194304,"name":"TLogger","url":"globals.html#tlogger","classes":"tsd-kind-type-alias"},{"id":75,"kind":4194304,"name":"TScript","url":"globals.html#tscript","classes":"tsd-kind-type-alias"},{"id":76,"kind":4194304,"name":"TScriptFn","url":"globals.html#tscriptfn","classes":"tsd-kind-type-alias"},{"id":77,"kind":65536,"name":"__type","url":"globals.html#tscriptfn.__type","classes":"tsd-kind-type-literal tsd-parent-kind-type-alias tsd-is-not-exported","parent":"TScriptFn"},{"id":78,"kind":4194304,"name":"TCoreOptions","url":"globals.html#tcoreoptions","classes":"tsd-kind-type-alias"},{"id":79,"kind":4194304,"name":"TChildrenDefinition","url":"globals.html#tchildrendefinition","classes":"tsd-kind-type-alias"},{"id":80,"kind":256,"name":"IParallelOptions","url":"interfaces/iparalleloptions.html","classes":"tsd-kind-interface"},{"id":81,"kind":1024,"name":"names","url":"interfaces/iparalleloptions.html#names","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":82,"kind":1024,"name":"colors","url":"interfaces/iparalleloptions.html#colors","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IParallelOptions"},{"id":83,"kind":1024,"name":"force","url":"interfaces/iparalleloptions.html#force","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":84,"kind":1024,"name":"silent","url":"interfaces/iparalleloptions.html#silent","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":85,"kind":1024,"name":"args","url":"interfaces/iparalleloptions.html#args","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":86,"kind":1024,"name":"cwd","url":"interfaces/iparalleloptions.html#cwd","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":87,"kind":1024,"name":"env","url":"interfaces/iparalleloptions.html#env","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":88,"kind":1024,"name":"stdio","url":"interfaces/iparalleloptions.html#stdio","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IParallelOptions"},{"id":89,"kind":256,"name":"IParallel","url":"interfaces/iparallel.html","classes":"tsd-kind-interface"},{"id":90,"kind":2048,"name":"env","url":"interfaces/iparallel.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":91,"kind":2048,"name":"fn","url":"interfaces/iparallel.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"IParallel"},{"id":92,"kind":32,"name":"parallel","url":"globals.html#parallel","classes":"tsd-kind-variable"},{"id":93,"kind":256,"name":"ISeries","url":"interfaces/iseries.html","classes":"tsd-kind-interface"},{"id":94,"kind":2048,"name":"env","url":"interfaces/iseries.html#env","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":95,"kind":2048,"name":"fn","url":"interfaces/iseries.html#fn","classes":"tsd-kind-method tsd-parent-kind-interface","parent":"ISeries"},{"id":96,"kind":32,"name":"series","url":"globals.html#series","classes":"tsd-kind-variable"},{"id":97,"kind":256,"name":"IFsOptions","url":"interfaces/ifsoptions.html","classes":"tsd-kind-interface"},{"id":98,"kind":1024,"name":"confirm","url":"interfaces/ifsoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":99,"kind":1024,"name":"fail","url":"interfaces/ifsoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":100,"kind":256,"name":"IFsWriteOptions","url":"interfaces/ifswriteoptions.html","classes":"tsd-kind-interface"},{"id":101,"kind":1024,"name":"overwrite","url":"interfaces/ifswriteoptions.html#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsWriteOptions"},{"id":102,"kind":1024,"name":"confirm","url":"interfaces/ifswriteoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":103,"kind":1024,"name":"fail","url":"interfaces/ifswriteoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":104,"kind":4194304,"name":"TCopyFilterFn","url":"globals.html#tcopyfilterfn","classes":"tsd-kind-type-alias"},{"id":105,"kind":64,"name":"copy","url":"globals.html#copy","classes":"tsd-kind-function tsd-is-not-exported"},{"id":106,"kind":64,"name":"rw","url":"globals.html#rw","classes":"tsd-kind-function tsd-is-not-exported"},{"id":107,"kind":64,"name":"json","url":"globals.html#json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":108,"kind":64,"name":"remove","url":"globals.html#remove","classes":"tsd-kind-function tsd-is-not-exported"},{"id":109,"kind":64,"name":"mkdir","url":"globals.html#mkdir","classes":"tsd-kind-function tsd-is-not-exported"},{"id":110,"kind":64,"name":"move","url":"globals.html#move","classes":"tsd-kind-function tsd-is-not-exported"},{"id":111,"kind":64,"name":"write","url":"globals.html#write","classes":"tsd-kind-function tsd-is-not-exported"},{"id":112,"kind":256,"name":"IConfirmOptions","url":"interfaces/iconfirmoptions.html","classes":"tsd-kind-interface"},{"id":113,"kind":1024,"name":"initial","url":"interfaces/iconfirmoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":114,"kind":1024,"name":"yes","url":"interfaces/iconfirmoptions.html#yes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":115,"kind":1024,"name":"no","url":"interfaces/iconfirmoptions.html#no","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":116,"kind":1024,"name":"timeout","url":"interfaces/iconfirmoptions.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":117,"kind":64,"name":"confirm","url":"globals.html#confirm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":118,"kind":256,"name":"ISelectOptions","url":"interfaces/iselectoptions.html","classes":"tsd-kind-interface"},{"id":119,"kind":1024,"name":"initial","url":"interfaces/iselectoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":120,"kind":1024,"name":"values","url":"interfaces/iselectoptions.html#values","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":121,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-is-not-exported"},{"id":122,"kind":64,"name":"ensure","url":"globals.html#ensure","classes":"tsd-kind-function tsd-is-not-exported"},{"id":123,"kind":64,"name":"exists","url":"globals.html#exists","classes":"tsd-kind-function tsd-is-not-exported"},{"id":124,"kind":64,"name":"kpo","url":"globals.html#kpo","classes":"tsd-kind-function tsd-is-not-exported"},{"id":125,"kind":64,"name":"line","url":"globals.html#line","classes":"tsd-kind-function tsd-is-not-exported"},{"id":126,"kind":64,"name":"log","url":"globals.html#log","classes":"tsd-kind-function tsd-is-not-exported"},{"id":127,"kind":64,"name":"rm","url":"globals.html#rm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":128,"kind":64,"name":"silent","url":"globals.html#silent","classes":"tsd-kind-function tsd-is-not-exported"}]}; \ No newline at end of file diff --git a/docs/globals.html b/docs/globals.html index 8831a05..42445ea 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3,7 +3,7 @@
-
TCopyFilterFn
TCoreOptions
TLogger
-A logging level value, one of
+'trace'
,'debug'
,'info'
,'warn'
,'error'
,'silent'
.A logging level value.
TScript
-TScriptFn
Type declaration
-- (args?: string[]): TScript | void | Promise<TScript | void>
+ - (args?: string[]): TScript | Promise<TScript>
Optional args: Returns TScript | - void - | - Promise<TScript | void> + Promise<TScript>
Returns - -TStreamOptions: IMultiExecOptions & object
-
-
-
-
-
-
parallel: IParallel = create()
@@ -312,7 +288,7 @@ series: ISeries = create()
@@ -328,7 +304,7 @@
-
+
@@ -341,7 +317,7 @@ -
@@ -377,7 +353,7 @@
TStreamOptions
-Options taken by
-stream
Variables
@@ -291,7 +267,7 @@Const parallel
Const series
Const series
Functions
confirm
Returns Promise-
@@ -420,7 +396,7 @@ -
@@ -459,7 +435,7 @@
copy
Returns Promise-
@@ -511,7 +487,7 @@ -
@@ -544,7 +520,7 @@
ensure
Returns Promise-
@@ -590,7 +566,7 @@ -
@@ -623,7 +599,7 @@
exists
Returns Promise-
@@ -668,7 +644,7 @@ -
@@ -730,48 +706,62 @@
json
Returns Promise
-
- -
-
-
-
+
+
-
-
-
-
- -
-
-
-
-
+ -
+
+
+
+
+
+
@@ -841,7 +866,7 @@ -
@@ -874,7 +899,7 @@
line
+ +kpo
-- line(str: string): string
- - line(literals: TemplateStringsArray, ...placeholders: any[]): string
+ - kpo(command: string): function
+ - kpo(literals: TemplateStringsArray, ...placeholders: any[]): function
String tag; converts a multiple line, indented, string, into a single line string:
-
+line`kpo foo bar baz - -- --foo bar --baz foobar` - // 'kpo foo bar baz -- --foo bar --baz foobar'
String tag; runs
kpo
commands without spawning a new process. + It is an exposed function: usekpo.fn
as tag instead in order to execute on call.Parameters
str: string
+command: string
+Returns function
+An asynchronous function -hence, calling
+kpo
won't have any effect until the returned function is called.+-
+
-+- (args?: string[]): Promise<void>
+
++-
+
+
Parameters
++-
+
+
+Optional args: string[]
+Returns Promise<void>
+Returns string
-a
string
String tag; converts a multiple line, indented, string, into a single line string:
-
+line`kpo foo bar baz - -- --foo bar --baz foobar` - // 'kpo foo bar baz -- --foo bar --baz foobar'
String tag; runs
kpo
commands without spawning a new process. + It is an exposed function: usekpo.fn
as tag instead in order to execute on call.Parameters
@@ -783,50 +773,85 @@literals: TemplateStringsArray
Rest ...placeholders: any[]
Returns string
-a
+string
Returns function
+An asynchronous function -hence, calling
+kpo
won't have any effect until the returned function is called.+-
+
+
+- (args?: string[]): Promise<void>
+
++-
+
+
+Parameters
++-
+
+
+Optional args: string[]
+Returns Promise<void>
+list
+ +line
-- list(options?: IListOptions): function
+ - line(str: string): string
+ - line(literals: TemplateStringsArray, ...placeholders: any[]): string
Lists kpo tasks in the project context. - It is an exposed function: call
+list.fn()
, which takes the same arguments, in order to execute on call.String tag; converts a multiple line, indented, string, into a single line string:
+line`kpo foo bar baz + -- --foo bar --baz foobar` + // 'kpo foo bar baz -- --foo bar --baz foobar'
Parameters
Default value options: IListOptions = {}
+str: string
Returns function
-An asynchronous function -hence, calling
+list
won't have any effect until the returned function is called.Returns string
+a
+string
String tag; converts a multiple line, indented, string, into a single line string:
+
+line`kpo foo bar baz + -- --foo bar --baz foobar` + // 'kpo foo bar baz -- --foo bar --baz foobar'
Parameters
--
-
-
+
+ -
+
+-- (): Promise<void>
-
---
-
-
+Returns Promise<void>
-literals: TemplateStringsArray
+Rest ...placeholders: any[]
Returns string
+a
string
log
Returns void
@@ -919,7 +944,7 @@ -
@@ -970,7 +995,7 @@ -
@@ -1008,76 +1033,6 @@
mkdir
move
Returns Promise -
-
-
-
-
-
-
@@ -1140,7 +1095,7 @@ -
@@ -1173,7 +1128,7 @@
options
--- options(opts: IScopeOptions): void
-
---
-
-
-
-
-
-
-
-Programmatically sets kpo options.
-Parameters
---
-
-
-opts: IScopeOptions
-Returns void
-raise
--- raise(options?: IRaiseOptions): function
-
---
-
-
-
-
-
-
-
-Raises kpo tasks to the
-package.json
in the project context. - It is an exposed function: callraise.fn()
, which takes the same arguments, in order to execute on call.Parameters
---
-
-
-Default value options: IRaiseOptions = {}
-Returns function
-An asynchronous function -hence, calling
-raise
won't have any effect until the returned function is called.--
-
-
--- (): Promise<void>
-
---
-
-
-Returns Promise<void>
-remove
@@ -1088,7 +1043,7 @@remove
rm
Returns Promise-
@@ -1208,54 +1163,6 @@
Returns Promise -
-
-
-
@@ -1338,7 +1245,7 @@ -
@@ -1374,7 +1281,7 @@
run
--- run(tasks: string | string[]): function
-
---
-
-
-
-
-
-
-
-Runs a kpo task or group of tasks in the project context. - It is an exposed function: call
-run.fn()
, which takes the same arguments, in order to execute on call.Parameters
---
-
-
-tasks: string | string[]
-Returns function
-An asynchronous function -hence, calling
-run
won't have any effect until the returned function is called.--
-
-
--- (args?: string[]): Promise<void>
-
---
-
-
-Parameters
---
-
-
-Optional args: string[]
-Returns Promise<void>
-rw
@@ -1266,7 +1173,7 @@rw
select
Returns Promise-
@@ -1417,7 +1324,7 @@ -
@@ -1456,7 +1363,7 @@
silent
Returns Promise-
@@ -1497,57 +1404,6 @@
Returns Promise -
-
-
-
@@ -1596,7 +1452,7 @@
stream
--- stream(argv: string[], options?: TStreamOptions): function
-
---
-
-
-
-
-
-
-
-Streams kpo commands for children projects. - It is an exposed function: call
-stream.fn()
, which takes the same arguments, in order to execute on call.Parameters
---
-
- -
-
-
-argv: string[]
-Default value options: TStreamOptions = {}
-Returns function
-An asynchronous function taking additional arguments to be used for all commands -hence, calling
-stream
won't have any effect until the returned function is called.--
-
-
--- (args?: string[]): Promise<void>
-
---
-
-
-Parameters
---
-
-
-Optional args: string[]
-Returns Promise<void>
-write
@@ -1560,7 +1416,7 @@write
Returns Promise-
@@ -1632,7 +1488,7 @@
@@ -109,7 +109,7 @@ directory: string | null
@@ -125,7 +125,7 @@
@@ -140,7 +140,7 @@ file: string | null
@@ -156,7 +156,7 @@
@@ -172,7 +172,7 @@
@@ -217,6 +217,123 @@
diff --git a/docs/interfaces/iconfirmoptions.html b/docs/interfaces/iconfirmoptions.html
index 12283b5..cc61dc9 100644
--- a/docs/interfaces/iconfirmoptions.html
+++ b/docs/interfaces/iconfirmoptions.html
@@ -3,7 +3,7 @@
- IConfirmOptions | kpo 0.3.0
+ IConfirmOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -103,7 +103,7 @@ initial: undefined | false | true
@@ -118,7 +118,7 @@ no: TScript
@@ -133,7 +133,7 @@ timeout: undefined | number
@@ -148,7 +148,7 @@ yes: TScript
@@ -169,6 +169,9 @@
diff --git a/docs/interfaces/iexecoptions.html b/docs/interfaces/iexecoptions.html
index 8f91cc0..87d68cc 100644
--- a/docs/interfaces/iexecoptions.html
+++ b/docs/interfaces/iexecoptions.html
@@ -3,7 +3,7 @@
- IExecOptions | kpo 0.3.0
+ IExecOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -107,7 +107,7 @@ cwd: undefined | string
@@ -122,12 +122,12 @@ env: IOfType<string>
-
@@ -137,7 +137,7 @@ stdio: "pipe" | "ignore" | "inherit"
@@ -158,6 +158,12 @@
diff --git a/docs/interfaces/ifsoptions.html b/docs/interfaces/ifsoptions.html
index eb01620..db65bfd 100644
--- a/docs/interfaces/ifsoptions.html
+++ b/docs/interfaces/ifsoptions.html
@@ -3,7 +3,7 @@
- IFsOptions | kpo 0.3.0
+ IFsOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -106,7 +106,7 @@ confirm: undefined | false | true
@@ -121,7 +121,7 @@ fail: undefined | false | true
@@ -142,6 +142,15 @@
diff --git a/docs/interfaces/ifswriteoptions.html b/docs/interfaces/ifswriteoptions.html
index aac1e65..5cacaea 100644
--- a/docs/interfaces/ifswriteoptions.html
+++ b/docs/interfaces/ifswriteoptions.html
@@ -3,7 +3,7 @@
- IFsWriteOptions | kpo 0.3.0
+ IFsWriteOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -108,7 +108,7 @@
@@ -124,7 +124,7 @@
@@ -139,7 +139,7 @@ overwrite: undefined | false | true
@@ -160,6 +160,18 @@
diff --git a/docs/interfaces/ilistoptions.html b/docs/interfaces/ilistoptions.html
deleted file mode 100644
index 629f97a..0000000
--- a/docs/interfaces/ilistoptions.html
+++ /dev/null
@@ -1,219 +0,0 @@
-
-
-
-
-
- IListOptions | kpo 0.3.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Options
-
-
- All
-
-
-
-
-
-
-
- Menu
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- all: undefined | false | true
-
-
-
-
-
-
-
-
- scopes: undefined | false | true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/interfaces/imultiexecoptions.html b/docs/interfaces/imultiexecoptions.html
index 0dab712..47caf2e 100644
--- a/docs/interfaces/imultiexecoptions.html
+++ b/docs/interfaces/imultiexecoptions.html
@@ -3,7 +3,7 @@
- IMultiExecOptions | kpo 0.3.0
+ IMultiExecOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -115,7 +115,7 @@ args: string[]
@@ -131,7 +131,7 @@
@@ -147,12 +147,12 @@
-
@@ -162,7 +162,7 @@ force: undefined | false | true
@@ -177,7 +177,7 @@ silent: undefined | false | true
@@ -193,7 +193,7 @@
@@ -214,6 +214,21 @@
diff --git a/docs/interfaces/ioftype.html b/docs/interfaces/ioftype.html
index 1342be4..e9fb8f9 100644
--- a/docs/interfaces/ioftype.html
+++ b/docs/interfaces/ioftype.html
@@ -3,7 +3,7 @@
- IOfType | kpo 0.3.0
+ IOfType | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -107,6 +107,24 @@
diff --git a/docs/interfaces/ioptions.html b/docs/interfaces/ioptions.html
index 9b8e75d..d8f8242 100644
--- a/docs/interfaces/ioptions.html
+++ b/docs/interfaces/ioptions.html
@@ -3,7 +3,7 @@
- IOptions | kpo 0.3.0
+ IOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -103,7 +103,7 @@ env: IOfType<string>
@@ -118,7 +118,7 @@ log: TLogger
@@ -133,7 +133,7 @@ silent: undefined | false | true
@@ -154,6 +154,27 @@
diff --git a/docs/interfaces/ipackageoptions.html b/docs/interfaces/ipackageoptions.html
index c442c8d..00a737d 100644
--- a/docs/interfaces/ipackageoptions.html
+++ b/docs/interfaces/ipackageoptions.html
@@ -3,7 +3,7 @@
- IPackageOptions | kpo 0.3.0
+ IPackageOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -112,7 +112,7 @@
@@ -128,7 +128,7 @@
@@ -151,7 +151,7 @@
@@ -166,7 +166,7 @@ file: string | null
@@ -182,7 +182,7 @@
@@ -198,7 +198,7 @@
@@ -214,7 +214,7 @@
@@ -235,6 +235,30 @@
diff --git a/docs/interfaces/iparallel.html b/docs/interfaces/iparallel.html
index b732250..4ee78eb 100644
--- a/docs/interfaces/iparallel.html
+++ b/docs/interfaces/iparallel.html
@@ -3,7 +3,7 @@
- IParallel | kpo 0.3.0
+ IParallel | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -88,7 +88,7 @@ -
@@ -153,7 +153,7 @@ -
-
diff --git a/docs/interfaces/iparalleloptions.html b/docs/interfaces/iparalleloptions.html
index 1d75a69..59f5286 100644
--- a/docs/interfaces/iparalleloptions.html
+++ b/docs/interfaces/iparalleloptions.html
@@ -3,7 +3,7 @@
- IParallelOptions | kpo 0.3.0
+ IParallelOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -113,7 +113,7 @@
@@ -128,7 +128,7 @@ colors: string[]
@@ -139,7 +139,7 @@
@@ -155,12 +155,12 @@
-
@@ -171,7 +171,7 @@
@@ -186,7 +186,7 @@ names: string[]
@@ -197,7 +197,7 @@
@@ -213,7 +213,7 @@
@@ -234,6 +234,36 @@
diff --git a/docs/interfaces/iraiseoptions.html b/docs/interfaces/iraiseoptions.html
deleted file mode 100644
index cda521f..0000000
--- a/docs/interfaces/iraiseoptions.html
+++ /dev/null
@@ -1,238 +0,0 @@
-
-
-
-
-
- IRaiseOptions | kpo 0.3.0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Options
-
-
- All
-
-
-
-
-
-
-
- Menu
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- confirm: undefined | false | true
-
-
-
-
-
-
-
-
- dry: undefined | false | true
-
-
-
-
-
-
-
-
- fail: undefined | false | true
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/docs/interfaces/iscopeoptions.html b/docs/interfaces/iscopeoptions.html
index 188a5b4..9b0938e 100644
--- a/docs/interfaces/iscopeoptions.html
+++ b/docs/interfaces/iscopeoptions.html
@@ -3,7 +3,7 @@
- IScopeOptions | kpo 0.3.0
+ IScopeOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -115,7 +115,7 @@ children: TChildrenDefinition
@@ -130,7 +130,7 @@ cwd: undefined | string
@@ -153,7 +153,7 @@
@@ -169,7 +169,7 @@
@@ -184,7 +184,7 @@ root: string | null
@@ -200,7 +200,7 @@
@@ -221,6 +221,39 @@
diff --git a/docs/interfaces/iscripts.html b/docs/interfaces/iscripts.html
index 9c9c2af..9f52e51 100644
--- a/docs/interfaces/iscripts.html
+++ b/docs/interfaces/iscripts.html
@@ -3,7 +3,7 @@
- IScripts | kpo 0.3.0
+ IScripts | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -99,6 +99,42 @@
diff --git a/docs/interfaces/iscriptsarray.html b/docs/interfaces/iscriptsarray.html
index 6a4c55f..dd5fdfb 100644
--- a/docs/interfaces/iscriptsarray.html
+++ b/docs/interfaces/iscriptsarray.html
@@ -3,7 +3,7 @@
- IScriptsArray | kpo 0.3.0
+ IScriptsArray | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -2245,6 +2245,45 @@
diff --git a/docs/interfaces/iselectoptions.html b/docs/interfaces/iselectoptions.html
index 6e5ba7b..d9f2435 100644
--- a/docs/interfaces/iselectoptions.html
+++ b/docs/interfaces/iselectoptions.html
@@ -3,7 +3,7 @@
- ISelectOptions | kpo 0.3.0
+ ISelectOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -101,7 +101,7 @@ initial: undefined | string
@@ -116,7 +116,7 @@ values: IOfType<TScript>
@@ -137,6 +137,48 @@
diff --git a/docs/interfaces/iseries.html b/docs/interfaces/iseries.html
index f6ac221..2aa382c 100644
--- a/docs/interfaces/iseries.html
+++ b/docs/interfaces/iseries.html
@@ -3,7 +3,7 @@
- ISeries | kpo 0.3.0
+ ISeries | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
@@ -88,7 +88,7 @@ -
@@ -153,7 +153,7 @@ -
-
diff --git a/package-lock.json b/package-lock.json
index fa43121..2cea5bf 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "kpo",
- "version": "0.3.0",
+ "version": "0.4.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 6d597dd..fe371a1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "kpo",
- "version": "0.3.0",
+ "version": "0.4.0",
"author": "Rafa Mel",
"description": "A task runner that goes where npm scripts won't, for the true capo",
"keywords": [
Returns Promise-
@@ -1697,9 +1553,6 @@
@@ -54,7 +54,7 @@
Globals
-
@@ -191,9 +191,6 @@
-
IFs
WriteOptions
- -
- IList
Options
-
-
IMulti
ExecOptions
@@ -212,9 +209,6 @@
-
IParallel
Options
- -
- IRaise
Options
-
-
IScope
Options
@@ -248,9 +242,6 @@
-
TScript
Fn
- -
- TStream
Options
-
-
parallel
@@ -273,10 +264,10 @@
-
- line
+ kpo
-
- list
+ line
-
log
@@ -287,21 +278,12 @@
-
move
- -
- options
-
- -
- raise
-
-
remove
-
rm
- -
- run
-
-
rw
@@ -311,9 +293,6 @@
-
silent
- -
- stream
-
-
write
diff --git a/docs/interfaces/iclioptions.html b/docs/interfaces/iclioptions.html
index 4f5c8f1..6707588 100644
--- a/docs/interfaces/iclioptions.html
+++ b/docs/interfaces/iclioptions.html
@@ -3,7 +3,7 @@
- ICliOptions | kpo 0.3.0
+ ICliOptions | kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
Returns Promise-
IFs
WriteOptions
- -
- IList
Options
-
-
IMulti
ExecOptions
@@ -1718,9 +1571,6 @@
Returns Promise-
IParallel
Options
- -
- IRaise
Options
-
-
IScope
Options
@@ -1754,9 +1604,6 @@
Returns Promise-
TScript
Fn
- -
- TStream
Options
-
-
parallel
@@ -1779,10 +1626,10 @@
Returns Promise json-
- line
+ kpo
-
- list
+ line
-
log
@@ -1793,21 +1640,12 @@
Returns Promise-
move
- -
- options
-
- -
- raise
-
-
remove
-
rm
- -
- run
-
-
rw
@@ -1817,9 +1655,6 @@
Returns Promise-
silent
- -
- stream
-
-
write
diff --git a/docs/index.html b/docs/index.html
index f5b86e3..8373e38 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,7 +3,7 @@
- kpo 0.3.0
+ kpo 0.4.0
@@ -22,7 +22,7 @@
- Preparing search index...
- The search index is not available
- kpo 0.3.0
+ kpo 0.4.0
kpo 0.3.0
+kpo 0.4.0
kpo :cmd
- aliasedkpo :
kpo :cmd
- aliasedkpo :
kpo :cmd
- aliasedkpo :
kpo :cmd
- aliasedkpo :
jsonkpo :cmd
- aliasedkpo :
kpo :cmd
- aliasedkpo :
Optional directory
Optional env
Optional file
Optional log
Optional silent
Optional silent
+-
+ IConfirm
Options
+
+ -
+ IExec
Options
+
+ -
+ IFs
Options
+
+ -
+ IFs
WriteOptions
+
+ -
+ IMulti
ExecOptions
+
+ -
+ IOf
Type
+
+ -
+ IOptions
+
+ -
+ IPackage
Options
+
+ -
+ IParallel
+
+ -
+ IParallel
Options
+
+ -
+ IScope
Options
+
+ -
+ IScripts
+
+ -
+ IScripts
Array
+
+ -
+ ISelect
Options
+
+ -
+ ISeries
+
+ -
+ TChildren
Definition
+
+ -
+ TCopy
FilterFn
+
+ -
+ TCore
Options
+
+ -
+ TLogger
+
+ -
+ TScript
+
+ -
+ TScript
Fn
+
+ -
+ parallel
+
+ -
+ series
+
+ -
+ confirm
+
+ -
+ copy
+
+ -
+ ensure
+
+ -
+ exists
+
+ -
+ json
+
+ -
+ kpo
+
+ -
+ line
+
+ -
+ log
+
+ -
+ mkdir
+
+ -
+ move
+
+ -
+ remove
+
+ -
+ rm
+
+ -
+ rw
+
+ -
+ select
+
+ -
+ silent
+
+ -
+ write
+
Optional initial
Optional no
Optional timeout
Optional yes
Optional yes
Optional cwd
Optional env
Environment variables.
+Additional environment variables.
Optional stdio
Optional stdio
Optional confirm
Optional fail
Optional fail
Optional confirm
Optional fail
Optional overwrite
Optional overwrite
-- Preparing search index...
- - The search index is not available
-
- kpo 0.3.0 --- Public
- - Public/Protected
- - All
-
---
- Globals
-
- -
- IListOptions
-
-
-Interface IListOptions
-Hierarchy
---
- IListOptions
-
-
-Index
-Properties
--- all
- - scopes
-
-Properties
-Optional all
-List all, including hidden tasks
-Optional scopes
-List scopes
-Generated using TypeDoc
-Optional args
Optional cwd
Optional env
Environment variables.
+Additional environment variables.
Optional force
Optional silent
Optional stdio
Optional stdio
Indexable
Optional env
Optional log
Optional silent
Optional silent
Optional children
Optional cwd
Optional env
Optional file
Optional log
Optional root
Optional silent
Optional silent
Callable
env
Parameters
@@ -197,7 +197,7 @@fn
Parameters
@@ -225,6 +225,33 @@Returns Promise
Optional args
Optional colors
Optional cwd
Optional env
Environment variables.
+Additional environment variables.
Optional force
Optional names
Optional silent
Optional stdio
Optional stdio
-- Preparing search index...
- - The search index is not available
-
- kpo 0.3.0 --- Public
- - Public/Protected
- - All
-
---
- Globals
-
- -
- IRaiseOptions
-
-
-Interface IRaiseOptions
-Hierarchy
---
- IRaiseOptions
-
-
-Index
-Properties
--- confirm
- - dry
- - fail
-
-Properties
-Optional confirm
-Prompt for changes confirmation before performing a write operation
-Optional dry
-Dry run
-Optional fail
-Fails if there are any changes to be made on dry mode, or if the user cancels the action when confirmation is required
-Generated using TypeDoc
-Optional children
Optional cwd
Optional env
Optional log
Optional root
Optional silent
Optional silent
Indexable
Returns IterableI
Optional initial
values
values
Callable
env
Parameters
@@ -197,7 +197,7 @@fn
Parameters
@@ -225,6 +225,51 @@Returns Promise