Bulk Publish CLI
$ npm install -g bulk-publish-cli
$ bpc COMMAND
running command...
$ bpc (--version)
bulk-publish/0.0.0 darwin-arm64 node-v21.3.0
$ bpc --help [COMMAND]
USAGE
$ bpc COMMAND
...
Preview csv list
USAGE
$ bpc preview CSV -f
ARGUMENTS
CSV Path to a csv file that is only paths (no header)
FLAGS
-f, --force (optional) force update
-w, --write (optional) write a json body file
DESCRIPTION
Preview the list from the csv and create admin preview jobs. If the -w flag is passed, a json file will be written parallel to the csv of the same name.
EXAMPLES
$ bpc preview ./myfile.csv -f
See code: src/commands/preview/index.ts