Plain text (i.e., unnamed) params passed to the cli.
Optional
configPath, relative to the cwd or absolute, to the configuration file.
Indicates that this is being done as part of a BuildStage script.
Indicates a package/release dry-run - i.e., make no irreversable changes.
Indicates that this is being done as part of a PackageStage script - i.e., go full out.
Indicates that this is being done as part of a ReleaseStage script - i.e., go full out and update all placeholders.
Indicates that this is being done as just before the start or watch scripts (probably via npm).
Optional
watchedEvent name that triggered a watch event.
Optional
watchedFile that triggered a watch event.
Optional
watchedWatcher script that triggered a watch event.
Display extra information that could be helpful for debugging scripts.
The minimum log level to output.
Display progress update messages after initial start message.
Display extra status updates.
Only run theses sub-stage(s), else runs them all.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Passed as Params.only param to given stage when run within other stages.
Exclude theses sub-stage(s), else runs them all.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
Passed as Params.without param to given stage when run within other stages.
All possible command line arguments.
Assumes the args were parsed with minimist.
For default values, see parseParamsCLI.DEFAULT.
Since
0.1.0-alpha