stephenpfaff / bulk-publish-cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulk Publish CLI

Bulk Publish CLI

oclif GitHub license

Usage

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

Commands

bpc preview CSV

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

About


Languages

Language:TypeScript 93.4%Language:JavaScript 5.1%Language:Batchfile 1.4%