@yernak/global-options
v0.0.3
Published
Global options applicable to _every_ yernak sub-command
Downloads
5
Readme
@yernak/global-options
Global options applicable to every yernak sub-command
Options
--concurrency
How many threads to use when yernak parallelizes the tasks (defaults to count of logical CPU cores)
$ yernak publish --concurrency 1
--loglevel <silent|error|warn|success|info|verbose|silly>
What level of logs to report. On failure, all logs are written to yernak-debug.log in the current working directory.
Any logs of a higher level than the setting are shown. The default is "info".
--max-buffer <bytes>
Set a max buffer length for each underlying process call. Useful for example
when someone wants to import a repo with a larger amount of commits while
running yernak import
. In that case the built-in buffer length might not
be sufficient.
--no-progress
Disable progress bars. This is always the case in a CI environment.