diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b8531..0b50f7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [0.5.0](https://github.com/rafamel/kpo/compare/v0.4.0...v0.5.0) (2019-05-11) + + +### Bug Fixes + +* **bin:** filters empty values for comma separated flags ([33c67dd](https://github.com/rafamel/kpo/commit/33c67dd)) +* fixes logging level restore; initializes on reset ([48da81b](https://github.com/rafamel/kpo/commit/48da81b)) +* **deps:** updates dependencies ([b5bd7df](https://github.com/rafamel/kpo/commit/b5bd7df)) +* **utils/env-manager:** fixes environment variables setting and restoring when undefined ([db4dda5](https://github.com/rafamel/kpo/commit/db4dda5)) +* **utils/logger:** ensures methodFactory is used immediately after it is set ([2bace5a](https://github.com/rafamel/kpo/commit/2bace5a)) + + +### Features + +* uses SilentError to fail silently; logs it as warning ([f9d8ad3](https://github.com/rafamel/kpo/commit/f9d8ad3)) +* **commands/raise, bin/raise:** adds purge option ([626ead1](https://github.com/rafamel/kpo/commit/626ead1)) +* **public/fs:** adds read ([41b3118](https://github.com/rafamel/kpo/commit/41b3118)) +* **utils/errors:** adds SilentError ([c72844d](https://github.com/rafamel/kpo/commit/c72844d)) +* **utils/logger:** exits messages are logged w/ the same level as kpo's ones ([c4333be](https://github.com/rafamel/kpo/commit/c4333be)) + + + # [0.4.0](https://github.com/rafamel/kpo/compare/v0.3.0...v0.4.0) (2019-05-08) diff --git a/docs/assets/js/search.js b/docs/assets/js/search.js index 9ce7e04..8305ba3 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":"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 + 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":"IFsReadOptions","url":"interfaces/ifsreadoptions.html","classes":"tsd-kind-interface"},{"id":98,"kind":1024,"name":"fail","url":"interfaces/ifsreadoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsReadOptions"},{"id":99,"kind":256,"name":"IFsOptions","url":"interfaces/ifsoptions.html","classes":"tsd-kind-interface"},{"id":100,"kind":1024,"name":"confirm","url":"interfaces/ifsoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsOptions"},{"id":101,"kind":1024,"name":"fail","url":"interfaces/ifsoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite","parent":"IFsOptions"},{"id":102,"kind":256,"name":"IFsWriteOptions","url":"interfaces/ifswriteoptions.html","classes":"tsd-kind-interface"},{"id":103,"kind":1024,"name":"overwrite","url":"interfaces/ifswriteoptions.html#overwrite","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IFsWriteOptions"},{"id":104,"kind":1024,"name":"confirm","url":"interfaces/ifswriteoptions.html#confirm","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-inherited","parent":"IFsWriteOptions"},{"id":105,"kind":1024,"name":"fail","url":"interfaces/ifswriteoptions.html#fail","classes":"tsd-kind-property tsd-parent-kind-interface tsd-is-overwrite tsd-is-inherited","parent":"IFsWriteOptions"},{"id":106,"kind":4194304,"name":"TCopyFilterFn","url":"globals.html#tcopyfilterfn","classes":"tsd-kind-type-alias"},{"id":107,"kind":64,"name":"copy","url":"globals.html#copy","classes":"tsd-kind-function tsd-is-not-exported"},{"id":108,"kind":64,"name":"rw","url":"globals.html#rw","classes":"tsd-kind-function tsd-is-not-exported"},{"id":109,"kind":64,"name":"json","url":"globals.html#json","classes":"tsd-kind-function tsd-is-not-exported"},{"id":110,"kind":64,"name":"remove","url":"globals.html#remove","classes":"tsd-kind-function tsd-is-not-exported"},{"id":111,"kind":64,"name":"mkdir","url":"globals.html#mkdir","classes":"tsd-kind-function tsd-is-not-exported"},{"id":112,"kind":64,"name":"move","url":"globals.html#move","classes":"tsd-kind-function tsd-is-not-exported"},{"id":113,"kind":64,"name":"read","url":"globals.html#read","classes":"tsd-kind-function tsd-is-not-exported"},{"id":114,"kind":64,"name":"write","url":"globals.html#write","classes":"tsd-kind-function tsd-is-not-exported"},{"id":115,"kind":256,"name":"IConfirmOptions","url":"interfaces/iconfirmoptions.html","classes":"tsd-kind-interface"},{"id":116,"kind":1024,"name":"initial","url":"interfaces/iconfirmoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":117,"kind":1024,"name":"yes","url":"interfaces/iconfirmoptions.html#yes","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":118,"kind":1024,"name":"no","url":"interfaces/iconfirmoptions.html#no","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":119,"kind":1024,"name":"timeout","url":"interfaces/iconfirmoptions.html#timeout","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"IConfirmOptions"},{"id":120,"kind":64,"name":"confirm","url":"globals.html#confirm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":121,"kind":256,"name":"ISelectOptions","url":"interfaces/iselectoptions.html","classes":"tsd-kind-interface"},{"id":122,"kind":1024,"name":"initial","url":"interfaces/iselectoptions.html#initial","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":123,"kind":1024,"name":"values","url":"interfaces/iselectoptions.html#values","classes":"tsd-kind-property tsd-parent-kind-interface","parent":"ISelectOptions"},{"id":124,"kind":64,"name":"select","url":"globals.html#select","classes":"tsd-kind-function tsd-is-not-exported"},{"id":125,"kind":64,"name":"ensure","url":"globals.html#ensure","classes":"tsd-kind-function tsd-is-not-exported"},{"id":126,"kind":64,"name":"exists","url":"globals.html#exists","classes":"tsd-kind-function tsd-is-not-exported"},{"id":127,"kind":64,"name":"kpo","url":"globals.html#kpo","classes":"tsd-kind-function tsd-is-not-exported"},{"id":128,"kind":64,"name":"line","url":"globals.html#line","classes":"tsd-kind-function tsd-is-not-exported"},{"id":129,"kind":64,"name":"log","url":"globals.html#log","classes":"tsd-kind-function tsd-is-not-exported"},{"id":130,"kind":64,"name":"rm","url":"globals.html#rm","classes":"tsd-kind-function tsd-is-not-exported"},{"id":131,"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 42445ea..9d82e4a 100644 --- a/docs/globals.html +++ b/docs/globals.html @@ -3,7 +3,7 @@ - kpo 0.4.0 + kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -54,7 +54,7 @@ Globals -

    kpo 0.4.0

    +

    kpo 0.5.0

    @@ -72,6 +72,7 @@

    Interfaces

  • IConfirmOptions
  • IExecOptions
  • IFsOptions
  • +
  • IFsReadOptions
  • IFsWriteOptions
  • IMultiExecOptions
  • IOfType
  • @@ -117,6 +118,7 @@

    Functions

  • log
  • mkdir
  • move
  • +
  • read
  • remove
  • rm
  • rw
  • @@ -136,7 +138,7 @@

    TChildrenDefinition

    TChildrenDefinition: IOfType<string> | string[]
    @@ -155,7 +157,7 @@

    TCopyFilterFn

    TCopyFilterFn: function | function
    @@ -165,7 +167,7 @@

    TCoreOptions

    TCoreOptions: ICliOptions & IPackageOptions
    @@ -175,7 +177,7 @@

    TLogger

    TLogger: "trace" | "debug" | "info" | "warn" | "error" | "silent"
    @@ -190,7 +192,7 @@

    TScript

    TScript: void | undefined | null | false | string | Error | TScriptFn | IScriptsArray
    @@ -225,7 +227,7 @@

    TScriptFn

    TScriptFn: function
    @@ -267,7 +269,7 @@

    Const parallel

    parallel: IParallel = create()
    @@ -288,7 +290,7 @@

    Const series

    series: ISeries = create()
    @@ -317,7 +319,7 @@

    confirm

  • @@ -353,7 +355,7 @@

    Returns Promise
    @@ -396,7 +398,7 @@

    copy

  • @@ -435,7 +437,7 @@

    Returns Promise
    @@ -487,7 +489,7 @@

    ensure

  • @@ -520,7 +522,7 @@

    Returns Promise
    @@ -566,7 +568,7 @@

    exists

  • @@ -599,7 +601,7 @@

    Returns Promise
    @@ -644,7 +646,7 @@

    json

  • @@ -716,7 +718,7 @@

    kpo

  • @@ -755,7 +757,7 @@

    Returns Promise
    @@ -807,7 +809,7 @@

    line

  • @@ -830,7 +832,7 @@

    Returns string
    @@ -866,7 +868,7 @@

    log

  • @@ -899,7 +901,7 @@

    Returns void
    @@ -944,7 +946,7 @@

    mkdir

  • @@ -995,7 +997,7 @@

    move

  • @@ -1033,6 +1035,72 @@

    Returns Promise +
    + +

    read

    +
      +
    • read(file: string, fn: function, options?: IFsReadOptions): function
    • +
    +
      +
    • + +
      +
      +

      Reads a file and passes it as an argument to a callback fn, which can return a TScript. + It is an exposed function: call read.fn(), which takes the same arguments, in order to execute on call.

      +
      +
      +

      Parameters

      +
        +
      • +
        file: string
        +
      • +
      • +
        fn: function
        +
          +
        • +
            +
          • (raw?: undefined | string): TScript
          • +
          +
            +
          • +

            Parameters

            +
              +
            • +
              Optional raw: undefined | string
              +
            • +
            +

            Returns TScript

            +
          • +
          +
        • +
        +
      • +
      • +
        Default value options: IFsReadOptions = {}
        +
      • +
      +

      Returns function

      +

      An asynchronous function -hence, calling read won't have any effect until the returned function is called.

      + +
    • +
    +

    remove

    @@ -1043,7 +1111,7 @@

    remove

  • @@ -1095,7 +1163,7 @@

    rm

  • @@ -1128,7 +1196,7 @@

    Returns Promise
    @@ -1173,7 +1241,7 @@

    rw

  • @@ -1245,7 +1313,7 @@

    select

  • @@ -1281,7 +1349,7 @@

    Returns Promise
    @@ -1324,7 +1392,7 @@

    silent

  • @@ -1363,7 +1431,7 @@

    Returns Promise
    @@ -1416,7 +1484,7 @@

    write

  • @@ -1452,7 +1520,7 @@

    Returns Promise
    @@ -1488,7 +1556,7 @@

    Returns Promise
    @@ -1550,6 +1618,9 @@

    Returns Promise IFsOptions

  • +
  • + IFsReadOptions +
  • IFsWriteOptions
  • @@ -1640,6 +1711,9 @@

    Returns Promise move

  • +
  • + read +
  • remove
  • diff --git a/docs/index.html b/docs/index.html index 8373e38..54fcf4f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,7 +3,7 @@ - kpo 0.4.0 + kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -54,7 +54,7 @@ Globals

  • -

    kpo 0.4.0

    +

    kpo 0.5.0

    @@ -131,15 +131,16 @@

    kpo :cmd - aliased kpo : --scopes List scopes -h, --help Show help

    kpo :raise

    Usage:
    -  $ kpo :raise [options]
    +  $ kpo :raise [options]
     
     Raises kpo tasks to package.json
     
    -Options:
    -  --confirm        Prompt for changes confirmation before performing a write operation
    -  --dry            Dry run
    -  --fail           Fails if there are any changes to be made on dry mode, or if the user cancels the action when confirmation is required
    -  -h, --help       Show help

    kpo :series

    +Options: + --purge Purge all non-kpo scripts + --confirm Prompt for changes confirmation before performing a write operation + --dry Dry run + --fail Fails if there are any changes to be made on dry mode, or if the user cancels the action when confirmation is required + -h, --help Show help

    kpo :series

    Usage:
       $ kpo :series [options] [commands] -- [streamArgs]
     
    @@ -163,7 +164,21 @@ 

    kpo :cmd - aliased kpo : -h, --help Show help Examples: - $ kpo :parallel -n foo,baz -c blue,magenta "foo --bar" "baz --foobar"

    + $ kpo :parallel -n foo,baz -c blue,magenta "foo --bar" "baz --foobar"

    kpo :stream

    +
    Usage:
    +  $ kpo :stream [options] [commands]
    +
    +Streams kpo commands for children projects
    +
    +Options:
    +  --include <values>     Include children by name, comma separated
    +  --exclude <values>     Exclude children by name, comma separated
    +  --parallel             Execute streaming in parallel
    +  --force                Continue execution even if some process fails
    +  -h, --help       Show help
    +
    +Examples:
    +  $ kpo :stream :cmd foo --bar --baz
  • @@ -109,7 +109,7 @@

    Optional directory

    directory: string | null
    @@ -125,7 +125,7 @@

    Optional env

    @@ -140,7 +140,7 @@

    Optional file

    file: string | null
    @@ -156,7 +156,7 @@

    Optional log

    @@ -172,7 +172,7 @@

    Optional silent

    @@ -217,123 +217,6 @@

    Optional silent

  • diff --git a/docs/interfaces/iconfirmoptions.html b/docs/interfaces/iconfirmoptions.html index cc61dc9..d718134 100644 --- a/docs/interfaces/iconfirmoptions.html +++ b/docs/interfaces/iconfirmoptions.html @@ -3,7 +3,7 @@ - IConfirmOptions | kpo 0.4.0 + IConfirmOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0

    @@ -103,7 +103,7 @@

    Optional initial

    initial: undefined | false | true
    @@ -118,7 +118,7 @@

    Optional no

    @@ -133,7 +133,7 @@

    Optional timeout

    timeout: undefined | number
    @@ -148,7 +148,7 @@

    Optional yes

    yes: TScript
    @@ -169,9 +169,6 @@

    Optional yes

    diff --git a/docs/interfaces/iexecoptions.html b/docs/interfaces/iexecoptions.html index 87d68cc..5c2d560 100644 --- a/docs/interfaces/iexecoptions.html +++ b/docs/interfaces/iexecoptions.html @@ -3,7 +3,7 @@ - IExecOptions | kpo 0.4.0 + IExecOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -107,7 +107,7 @@

    Optional cwd

    cwd: undefined | string
    @@ -122,7 +122,7 @@

    Optional env

    env: IOfType<string>
    @@ -137,7 +137,7 @@

    Optional stdio

    stdio: "pipe" | "ignore" | "inherit"
    @@ -158,12 +158,6 @@

    Optional stdio

    diff --git a/docs/interfaces/ifsoptions.html b/docs/interfaces/ifsoptions.html index db65bfd..308f05f 100644 --- a/docs/interfaces/ifsoptions.html +++ b/docs/interfaces/ifsoptions.html @@ -3,7 +3,7 @@ - IFsOptions | kpo 0.4.0 + IFsOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -75,10 +75,15 @@

    Interface IFsOptions

    Hierarchy

    @@ -106,7 +111,7 @@

    Optional confirm

    confirm: undefined | false | true
    @@ -115,13 +120,14 @@

    Optional confirm

    -
    +

    Optional fail

    fail: undefined | false | true
    @@ -142,15 +148,6 @@

    Optional fail

  • diff --git a/docs/interfaces/ifsreadoptions.html b/docs/interfaces/ifsreadoptions.html new file mode 100644 index 0000000..6167332 --- /dev/null +++ b/docs/interfaces/ifsreadoptions.html @@ -0,0 +1,212 @@ + + + + + + IFsReadOptions | kpo 0.5.0 + + + + + +
    +
    +
    +
    + +
    +
    + Options +
    +
    + All +
      +
    • Public
    • +
    • Public/Protected
    • +
    • All
    • +
    +
    + + + + +
    +
    + Menu +
    +
    +
    +
    +
    +
    + +

    Interface IFsReadOptions

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Options taken by read fs functions.

    +
    +
    +
    +
    +

    Hierarchy

    + +
    +
    +

    Index

    +
    +
    +
    +

    Properties

    + +
    +
    +
    +
    +
    +

    Properties

    +
    + +

    Optional fail

    +
    fail: undefined | false | true
    + +
    +
    +

    If false, it won't fail if a path doesn't exist for a read, or if it already exists for a write. Defaults to false.

    +
    +
    +
    +
    +
    + +
    +
    +
    +
    +

    Legend

    +
    +
      +
    • Module
    • +
    • Object literal
    • +
    • Variable
    • +
    • Function
    • +
    • Function with type parameter
    • +
    • Index signature
    • +
    • Type alias
    • +
    +
      +
    • Enumeration
    • +
    • Enumeration member
    • +
    • Property
    • +
    • Method
    • +
    +
      +
    • Interface
    • +
    • Interface with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Index signature
    • +
    +
      +
    • Class
    • +
    • Class with type parameter
    • +
    • Constructor
    • +
    • Property
    • +
    • Method
    • +
    • Accessor
    • +
    • Index signature
    • +
    +
      +
    • Inherited constructor
    • +
    • Inherited property
    • +
    • Inherited method
    • +
    • Inherited accessor
    • +
    +
      +
    • Protected property
    • +
    • Protected method
    • +
    • Protected accessor
    • +
    +
      +
    • Private property
    • +
    • Private method
    • +
    • Private accessor
    • +
    +
      +
    • Static property
    • +
    • Static method
    • +
    +
    +
    +
    +
    +

    Generated using TypeDoc

    +
    +
    + + + + \ No newline at end of file diff --git a/docs/interfaces/ifswriteoptions.html b/docs/interfaces/ifswriteoptions.html index 5cacaea..ba4ec31 100644 --- a/docs/interfaces/ifswriteoptions.html +++ b/docs/interfaces/ifswriteoptions.html @@ -3,7 +3,7 @@ - IFsWriteOptions | kpo 0.4.0 + IFsWriteOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0

    @@ -67,7 +67,7 @@

    Interface IFsWriteOptions

    -

    Options taken by fs read functions.

    +

    Options taken by fs write functions.

    @@ -92,7 +92,7 @@

    Index

    Properties

    @@ -108,7 +108,7 @@

    Optional confirm

    @@ -117,14 +117,15 @@

    Optional confirm

    -
    +

    Optional fail

    fail: undefined | false | true
    @@ -139,7 +140,7 @@

    Optional overwrite

    overwrite: undefined | false | true
    @@ -160,18 +161,6 @@

    Optional overwrite

    diff --git a/docs/interfaces/imultiexecoptions.html b/docs/interfaces/imultiexecoptions.html index 47caf2e..d60b8d2 100644 --- a/docs/interfaces/imultiexecoptions.html +++ b/docs/interfaces/imultiexecoptions.html @@ -3,7 +3,7 @@ - IMultiExecOptions | kpo 0.4.0 + IMultiExecOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -115,7 +115,7 @@

    Optional args

    args: string[]
    @@ -131,7 +131,7 @@

    Optional cwd

    @@ -147,7 +147,7 @@

    Optional env

    @@ -162,7 +162,7 @@

    Optional force

    force: undefined | false | true
    @@ -177,7 +177,7 @@

    Optional silent

    silent: undefined | false | true
    @@ -193,7 +193,7 @@

    Optional stdio

    @@ -214,21 +214,6 @@

    Optional stdio

    diff --git a/docs/interfaces/ioftype.html b/docs/interfaces/ioftype.html index e9fb8f9..0b0fcff 100644 --- a/docs/interfaces/ioftype.html +++ b/docs/interfaces/ioftype.html @@ -3,7 +3,7 @@ - IOfType | kpo 0.4.0 + IOfType | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -107,24 +107,6 @@

    Indexable

    diff --git a/docs/interfaces/ioptions.html b/docs/interfaces/ioptions.html index d8f8242..15eafba 100644 --- a/docs/interfaces/ioptions.html +++ b/docs/interfaces/ioptions.html @@ -3,7 +3,7 @@ - IOptions | kpo 0.4.0 + IOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -103,7 +103,7 @@

    Optional env

    env: IOfType<string>
    @@ -118,7 +118,7 @@

    Optional log

    log: TLogger
    @@ -133,7 +133,7 @@

    Optional silent

    silent: undefined | false | true
    @@ -154,27 +154,6 @@

    Optional silent

    diff --git a/docs/interfaces/ipackageoptions.html b/docs/interfaces/ipackageoptions.html index 00a737d..543cffb 100644 --- a/docs/interfaces/ipackageoptions.html +++ b/docs/interfaces/ipackageoptions.html @@ -3,7 +3,7 @@ - IPackageOptions | kpo 0.4.0 + IPackageOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -112,7 +112,7 @@

    Optional children

    @@ -128,7 +128,7 @@

    Optional cwd

    @@ -151,7 +151,7 @@

    Optional env

    @@ -166,7 +166,7 @@

    Optional file

    file: string | null
    @@ -182,7 +182,7 @@

    Optional log

    @@ -198,7 +198,7 @@

    Optional root

    @@ -214,7 +214,7 @@

    Optional silent

    @@ -235,30 +235,6 @@

    Optional silent

    diff --git a/docs/interfaces/iparallel.html b/docs/interfaces/iparallel.html index 4ee78eb..4d25160 100644 --- a/docs/interfaces/iparallel.html +++ b/docs/interfaces/iparallel.html @@ -3,7 +3,7 @@ - IParallel | kpo 0.4.0 + IParallel | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -88,7 +88,7 @@

    Callable

  • @@ -153,7 +153,7 @@

    env

  • Parameters

    @@ -197,7 +197,7 @@

    fn

  • Parameters

    @@ -225,33 +225,6 @@

    Returns Promise

  • diff --git a/docs/interfaces/iparalleloptions.html b/docs/interfaces/iparalleloptions.html index 59f5286..672905b 100644 --- a/docs/interfaces/iparalleloptions.html +++ b/docs/interfaces/iparalleloptions.html @@ -3,7 +3,7 @@ - IParallelOptions | kpo 0.4.0 + IParallelOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -113,7 +113,7 @@

    Optional args

    @@ -128,7 +128,7 @@

    Optional colors

    colors: string[]
    @@ -139,7 +139,7 @@

    Optional cwd

    @@ -155,7 +155,7 @@

    Optional env

    @@ -171,7 +171,7 @@

    Optional force

    @@ -186,7 +186,7 @@

    Optional names

    names: string[]
    @@ -197,7 +197,7 @@

    Optional silent

    @@ -213,7 +213,7 @@

    Optional stdio

    @@ -234,36 +234,6 @@

    Optional stdio

    diff --git a/docs/interfaces/iscopeoptions.html b/docs/interfaces/iscopeoptions.html index 9b0938e..cde9ed9 100644 --- a/docs/interfaces/iscopeoptions.html +++ b/docs/interfaces/iscopeoptions.html @@ -3,7 +3,7 @@ - IScopeOptions | kpo 0.4.0 + IScopeOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -115,7 +115,7 @@

    Optional children

    @@ -130,7 +130,7 @@

    Optional cwd

    cwd: undefined | string
    @@ -153,7 +153,7 @@

    Optional env

    @@ -169,7 +169,7 @@

    Optional log

    @@ -184,7 +184,7 @@

    Optional root

    root: string | null
    @@ -200,7 +200,7 @@

    Optional silent

    @@ -221,39 +221,6 @@

    Optional silent

    diff --git a/docs/interfaces/iscripts.html b/docs/interfaces/iscripts.html index 9f52e51..fc591db 100644 --- a/docs/interfaces/iscripts.html +++ b/docs/interfaces/iscripts.html @@ -3,7 +3,7 @@ - IScripts | kpo 0.4.0 + IScripts | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -99,42 +99,6 @@

    Indexable

    diff --git a/docs/interfaces/iscriptsarray.html b/docs/interfaces/iscriptsarray.html index dd5fdfb..c15bb47 100644 --- a/docs/interfaces/iscriptsarray.html +++ b/docs/interfaces/iscriptsarray.html @@ -3,7 +3,7 @@ - IScriptsArray | kpo 0.4.0 + IScriptsArray | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -2245,45 +2245,6 @@

    Returns IterableI

    diff --git a/docs/interfaces/iselectoptions.html b/docs/interfaces/iselectoptions.html index d9f2435..ba16ecb 100644 --- a/docs/interfaces/iselectoptions.html +++ b/docs/interfaces/iselectoptions.html @@ -3,7 +3,7 @@ - ISelectOptions | kpo 0.4.0 + ISelectOptions | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -101,7 +101,7 @@

    Optional initial

    initial: undefined | string
    @@ -116,7 +116,7 @@

    values

    values: IOfType<TScript>
    @@ -137,48 +137,6 @@

    values

    diff --git a/docs/interfaces/iseries.html b/docs/interfaces/iseries.html index 2aa382c..6132197 100644 --- a/docs/interfaces/iseries.html +++ b/docs/interfaces/iseries.html @@ -3,7 +3,7 @@ - ISeries | kpo 0.4.0 + ISeries | kpo 0.5.0 @@ -22,7 +22,7 @@
  • Preparing search index...
  • The search index is not available
  • - kpo 0.4.0 + kpo 0.5.0
    @@ -88,7 +88,7 @@

    Callable

  • @@ -153,7 +153,7 @@

    env

  • Parameters

    @@ -197,7 +197,7 @@

    fn

  • Parameters

    @@ -225,51 +225,6 @@

    Returns Promise

  • diff --git a/package-lock.json b/package-lock.json index c194820..d8b8e70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "kpo", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0acc66c..da225ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kpo", - "version": "0.4.0", + "version": "0.5.0", "author": "Rafa Mel", "description": "A task runner that goes where npm scripts won't, for the true capo", "keywords": [