Skip to content

V1.0.0

Choose a tag to compare

@huantt huantt released this 03 Oct 06:16
· 11 commits to main since this release

Usage

Collect articles

Usage:
   collect [flags]

Flags:
  -f, --article-folder string   Article folder (default "data/articles")
  -h, --help                    help for collect-articles
      --rps int                 Limit concurrent requests (default 5)
  -u, --username string         Username

For example

aac collect \
--username=jacktt \
--rps=5 \
--article-folder=static

Sync articles

Usage:
   sync [flags]

Flags:
  -f, --article-folder string   Article folder (default "data/articles")
  -a, --auth-token string       Auth token
  -h, --help                    help for sync-articles
      --rps int                 Limit concurrent requests (default 5)
  -u, --username string         Username

For example

aac sync \
--article-folder=data/articles \
--rps=5 \
--username=jacktt \
--auth-token=XXXXXXX