⚠️ Development Version — You are viewing documentation for a development version (dev_feat.v3.x.ncd-report-improvements). This version may be unstable or incomplete. — View stable version (v3.x)

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]]

Description

Options

-c, --contributors=<contributorsPath>

Contributor updates in CSV, JSON, or YAML format (or stdin if omitted) in similar format as produced by the list-contributors command. 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).

--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.