File tree Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Expand file tree Collapse file tree 4 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 33Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。
44Qiita CLI を使うことで、普段お使いのエディタなどを使って記事の執筆・投稿がしやすくなります。
55
6- > Qiita CLI、Qiita Preview は現在ベータ版です。< br >破壊的なアップデートなどが頻繁にされる可能性がございますのでご了承ください。< br > 不具合やご意見などございましたら[ Qiita Discussions] ( https://github.com/increments/qiita-discussions/discussions ) へご投稿ください。
6+ > 不具合やご意見などございましたら[ Qiita Discussions] ( https://github.com/increments/qiita-discussions/discussions ) へご投稿ください。
77
88## ご利用の前に
99
@@ -16,9 +16,6 @@ Qiita CLI、Qiita Preview を利用されたら、[利用規約](https://qiita.c
1616
1717Qiita の Markdown 記法については[ Markdown 記法 チートシート] ( https://qiita.com/Qiita/items/c686397e4a0f4f11683d ) をご覧ください。
1818
19- Qiita CLI、Qiita Preview は現在ベータ版です。
20- 機能についても開発中のものがあります。
21-
2219## Qiita CLI の導入方法について
2320
2421### 1. 事前準備
Original file line number Diff line number Diff line change 1414 with :
1515 node-version : " 18.16.0"
1616 - name : Install qiita-cli
17- run : npm install -g @qiita/qiita-cli@v0.7 .0
17+ run : npm install -g @qiita/qiita-cli@v1.0 .0
1818 shell : bash
1919 - name : Publish articles
2020 run : qiita publish --all
Original file line number Diff line number Diff line change 11{
22 "name" : " @qiita/qiita-cli" ,
3- "version" : " 0.7 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment." ,
55 "keywords" : [
66 " Qiita"
Original file line number Diff line number Diff line change 2727 - uses: actions/checkout@v3
2828 with:
2929 fetch-depth: 0
30- - uses: increments/qiita-cli/actions/publish@v0
30+ - uses: increments/qiita-cli/actions/publish@v1
3131 with:
3232 qiita-token: \${{ secrets.QIITA_TOKEN }}
3333` ;
You can’t perform that action at this time.
0 commit comments