File tree Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Expand file tree Collapse file tree 1 file changed +25
-1
lines changed Original file line number Diff line number Diff line change 3
3
Qiita CLI とは、手元の環境で記事の執筆・プレビュー・投稿ができるツールです。
4
4
Qiita CLI を使うことで、普段お使いのエディタなどを使って記事の執筆・投稿がしやすくなります。
5
5
6
- > 不具合やご意見などございましたら[ Qiita Discussions] ( https://github.com/increments/qiita-discussions/discussions ) へご投稿ください。
6
+ - よくあるお問い合わせ等を記載しております→[ トラブルシューティング] ( #%E3%83%88%E3%83%A9%E3%83%96%E3%83%AB%E3%82%B7%E3%83%A5%E3%83%BC%E3%83%86%E3%82%A3%E3%83%B3%E3%82%B0 )
7
+ - 不具合やご意見などございましたら[ Qiita Discussions] ( https://github.com/increments/qiita-discussions/discussions ) へご投稿ください。
7
8
8
9
## ご利用の前に
9
10
@@ -278,3 +279,26 @@ npx qiita publish c732657828b83976db47 --root ./my_articles/
278
279
npx qiita login --verbose
279
280
npx qiita preview --verbose
280
281
```
282
+
283
+ ## トラブルシューティング
284
+
285
+ ### 限定共有投稿をする方法
286
+
287
+ [ ユーザー設定ファイル] ( #%E3%83%A6%E3%83%BC%E3%82%B6%E3%83%BC%E8%A8%AD%E5%AE%9A%E3%83%95%E3%82%A1%E3%82%A4%E3%83%AB%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6 ) で下記指定をします。
288
+ ` includePrivate: true `
289
+ 限定共有記事を含めるかどうかを選べます。デフォルトはfalseです。
290
+
291
+ [ 記事ファイル] ( #%E8%A8%98%E4%BA%8B%E3%81%AE%E4%BD%9C%E6%88%90 ) で下記指定をします。
292
+ ` private: true `
293
+ (private: false # true: 限定共有記事 / false: 公開記事)
294
+
295
+ ### エラーが出て解決しない場合
296
+
297
+ 現在、エラー内容が適切に表示できていない場合がございます。
298
+
299
+ エラーを解決できない場合は、こちらのDiscussions も参考にしてみてください🙇
300
+ https://github.com/increments/qiita-discussions/discussions/561
301
+
302
+ ## 不具合・ご意見は Discussions へ
303
+
304
+ 不具合・ご意見等ございましたら[ Qiita Discussions] ( https://github.com/increments/qiita-discussions/discussions ) へお寄せください。
You can’t perform that action at this time.
0 commit comments