File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ Options:
3232 -u, --username < username> velog 유저이름
3333 -d, --delay < ms> 요청 딜레이 시간 (글이 많은 경우 딜레이 시간을 늘려주세요)
3434 -c, --cert < access_token> velog 유저 access_token
35+ -w, --with-detail 시리즈, 썸네일 같은 디테일한 정보 포함
3536 -h, --help display help for command
36-
3737> node app.js -u < 유저 이름>
3838
3939📙 백업을 시작합니다 / velog-backup
@@ -46,6 +46,7 @@ Options:
4646- ` username ` : 필수 옵션으로 백업 할 유저를 선택합니다.
4747- ` delay ` : 백업 요청 딜레이 시간을 넣을 때 사용됩니다.
4848- ` cert ` : 비공개 글을 같이 가져오고 싶을 때 가능합니다. [ 참고] ( https://github.com/cjaewon/velog-backup/issues/4 )
49+ - ` with-detail ` : 기본 정보 외에 시리즈 정보, 썸네일 정보를 마크다운 frontmatter에 함께 추가하고 싶을 때 사용됩니다. [ 참고] ( https://github.com/cjaewon/velog-backup/issues/22 )
4950
5051### 백업 위치
5152백업 된 파일은 ` backup ` 폴더 안에 저장되어 있습니다.
You can’t perform that action at this time.
0 commit comments