Skip to content

Releases: huantt/article-as-code

V1.0.5 - Check hashnode error

Choose a tag to compare

@huantt huantt released this 04 Oct 02:07
v1.0.5

fix: check hashnode submit article error in response

V1.0.4 - Fix missing returing error

Choose a tag to compare

@huantt huantt released this 03 Oct 13:28
v1.0.4

fix: return error in GetArticles

V1.0.2 - Update module

Choose a tag to compare

@huantt huantt released this 03 Oct 10:18
v1.0.2

refactor: update module name

V1.0.1 - Fix logging

Choose a tag to compare

@huantt huantt released this 03 Oct 06:45
v1.0.1

fix: fix logging

V1.0.0

Choose a tag to compare

@huantt huantt released this 03 Oct 06:16

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