Added a --outDir option to the CLI. If provided, code references will be written to a csv file in outDir.
Added a --dryRun option to the CLI. If provided, ld-find-code-refs will scan for code references without sending them to LaunchDarkly. May be used in conjunction with --outDir to output code references data to a csv file instead of sending data to LaunchDarkly.
--outDir
option to the CLI. If provided, code references will be written to a csv file inoutDir
.--dryRun
option to the CLI. If provided,ld-find-code-refs
will scan for code references without sending them to LaunchDarkly. May be used in conjunction with--outDir
to output code references data to a csv file instead of sending data to LaunchDarkly.