fbjs-cli
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

fbjs-cli

A CLI tool for fbjs

oclif Version CircleCI Downloads/week License

Usage

$ npm install -g fbjs-cli
$ fb COMMAND
running command...
$ fb (-v|--version|version)
fbjs-cli/0.1.0-beta darwin-x64 node-v16.2.0
$ fb --help [COMMAND]
USAGE
  $ fb COMMAND
...

Commands

fb config

describe the command here

USAGE
  $ fb config

OPTIONS
  -h, --help  show CLI help

See code: src/commands/config.ts

fb groups:get

describe the command here

USAGE
  $ fb groups:get

See code: src/commands/groups/get.ts

fb groups:get:posts

describe the command here

USAGE
  $ fb groups:get:posts

OPTIONS
  -c, --concurrent=concurrent  [default: 1] Number of concurrent jobs
  -h, --help                   show CLI help
  -i, --ids=ids                (required) Comma separated Facebook group ids

  -o, --output=output          [default: /Users/kaanyagci/Documents/makepad/fbjs-cli] The output path to save output
                               posts

  --cookiePath=cookiePath      The JSON file path for cookies to use. This will skip the authentication process

  --debug                      Indicates the development environment

  --format=(json|csv|tsv)      [default: json] The format of parsed files

  --headfull                   Indicates the not headless mode

  --public                     Indicates the public visibility to skip authentication process

See code: src/commands/groups/get/posts.ts

fb help [COMMAND]

display help for fb

USAGE
  $ fb help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

Package Sidebar

Install

npm i fbjs-cli

Weekly Downloads

0

Version

0.3.0

License

GPL-3.0-or-later

Unpacked Size

46.4 kB

Total Files

13

Last publish

Collaborators

  • kaanyagci
  • idilsaglam