We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392ac3d commit 3f7bc3aCopy full SHA for 3f7bc3a
README.md
@@ -162,6 +162,14 @@ npx qiita publish 記事のファイルのベース名
162
npx qiita publish --all
163
```
164
165
+`--force`オプションを用いることで、強制的に記事ファイルの内容を Qiita に反映させます。
166
+
167
+```console
168
+npx qiita publish 記事ファイルのベース名 --force
169
+# -f は --force のエイリアスとして使用できます。
170
171
+```
172
173
### 記事の削除
174
175
Qiita CLI、Qiita Preview から記事の削除はできません。
@@ -201,7 +209,7 @@ Qiita 上で更新を行い、手元で変更を行っていない記事ファ
201
209
npx qiita pull
202
210
203
211
204
-`--force`オプションを用いることで、記事ファイルをを全て強制的に Qiita と同期します。
212
+`--force`オプションを用いることで、強制的に Qiita 上の内容を記事ファイルに反映させます。
205
213
206
214
```console
207
215
npx qiita pull --force
0 commit comments