Synopsis
fcli license ncd-report update [-c=<contributorsPath>] [--on-unknown-author=<onUnknownAuthor>] -r=<reportPath> [[-h] [--env-prefix=<prefix>] [--log-file=<logFile>] [--log-level=<logLevel>] [--log-mask=<level>] [--debug]]
Options
- -c, --contributors=<contributorsPath>
-
Contributor updates in CSV, JSON, or YAML format (or stdin if omitted) in similar format as produced by the
list-contributorscommand. Must contain 'authorId' and may include aiDuplicateOf, aiConfidence, aiNotes, or overriddenStatus. - --on-unknown-author=<onUnknownAuthor>
-
Action when update references unknown authorId (fail, warn, ignore).
- -r, --report=<reportPath>
-
Report path (zip file or directory).
Generic fcli options (also see documentation link below)
- --debug
-
Enable collection of debug logs.
- --env-prefix=<prefix>
-
Prefix for resolving default option values. Default value: FCLI_DEFAULT.
- -h, --help
-
Use 'fcli [command] -h' to display help for fcli (sub-)commands.
- --log-file=<logFile>
-
Write log output to file. Default: ./fcli.log if logging is enabled.
- --log-level=<logLevel>
-
Set logging level: TRACE, DEBUG, INFO, WARN, ERROR, NONE.
- --log-mask=<level>
-
Log mask level: high, medium, low, none. Default: medium. Masking is done on a best-effort basis; no guarantee that all sensitive data will be masked.