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 3
3
Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。
4
4
Qiita CLI を使うことで、普段お使いのエディタなどを使って記事の執筆・投稿がしやすくなります。
5
5
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 ) へご投稿ください。
7
7
8
8
## ご利用の前に
9
9
@@ -16,9 +16,6 @@ Qiita CLI、Qiita Preview を利用されたら、[利用規約](https://qiita.c
16
16
17
17
Qiita の Markdown 記法については[ Markdown 記法 チートシート] ( https://qiita.com/Qiita/items/c686397e4a0f4f11683d ) をご覧ください。
18
18
19
- Qiita CLI、Qiita Preview は現在ベータ版です。
20
- 機能についても開発中のものがあります。
21
-
22
19
## Qiita CLI の導入方法について
23
20
24
21
### 1. 事前準備
Original file line number Diff line number Diff line change 14
14
with :
15
15
node-version : " 18.16.0"
16
16
- 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
18
18
shell : bash
19
19
- name : Publish articles
20
20
run : qiita publish --all
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @qiita/qiita-cli" ,
3
- "version" : " 0.7 .0" ,
3
+ "version" : " 1.0 .0" ,
4
4
"description" : " Qiita CLI is a tool that allows you to write, preview and publish articles on Qiita from local environment." ,
5
5
"keywords" : [
6
6
" Qiita"
Original file line number Diff line number Diff line change 27
27
- uses: actions/checkout@v3
28
28
with:
29
29
fetch-depth: 0
30
- - uses: increments/qiita-cli/actions/publish@v0
30
+ - uses: increments/qiita-cli/actions/publish@v1
31
31
with:
32
32
qiita-token: \${{ secrets.QIITA_TOKEN }}
33
33
` ;
You can’t perform that action at this time.
0 commit comments