Qiita CLI の publish コマンドを実行すると別のファイルが生成される #537
Replies: 4 comments 1 reply
-
@aYukiYoshida |
Beta Was this translation helpful? Give feedback.
-
(コメントを投稿されたようですが、削除されてますね...) |
Beta Was this translation helpful? Give feedback.
-
@aYukiYoshida Qiita CLI の publish コマンドを実行すると別のファイルが生成される不具合について、 この度はご報告ありがとうございました。 |
Beta Was this translation helpful? Give feedback.
-
修正版のリリースありがとうございます。 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Qiita CLI Version
v1.2.0
詳細
npx qiita new newArticleBase
で新しいファイルを作るpublic/newArticleBase.md
を編集するnpx qiita publish newArticleBase
で記事を投稿するpublic/newArticleBase.md
とは別にpublic/{hashId}.md
が作られる要望
最初に指定したベース名で管理したい。2ファイルあると管理ができない。
もしくは、
npx qiita new
を実行したときに記事の id を用いてファイル名を生成してほしい。Beta Was this translation helpful? Give feedback.
All reactions