@@ -18,7 +18,7 @@ This ensures that you always run the latest version of the CLI.
1818
1919### Some commands require a Makerkit repository
2020
21- Commands that interact with the repository (plugins, i18n, blog ) must be
21+ Commands that interact with the repository (plugins, i18n) must be
2222launched from the root of the repository, as they will read and write files
2323from the codebase.
2424
@@ -114,7 +114,9 @@ This command will prompt you to select a plugin to update. Once selected, the pl
114114
115115## i18n
116116
117- The CLI can help you manage your i18n files. You can translate from a locale
117+ The CLI can help you manage your i18n files.
118+
119+ You can translate from a locale
118120to another (requires an OpenAI key), and verify that your translations are
119121in sync between each other.
120122
@@ -138,27 +140,4 @@ To verify that your i18n files are in sync, you can use the `i18n verify` comman
138140> npx @makerkit/cli@latest i18n verify <base-locale>
139141```
140142
141- If you omit the ` base-locale ` argument, the command will use ` en ` as the base.
142-
143- ## Blog
144-
145- The CLI can help you generate your blog posts.
146-
147- NB: this command requires you to setup an OpenAI key.
148-
149- ### Generating a new blog post
150-
151- To generate a new blog post, you can use the ` blog generate ` command:
152-
153- ```
154- > npx @makerkit/cli@latest blog generate
155- ```
156-
157- You will be prompted to enter the following information:
158- 1 . ** Title** : The title of the blog post
159- 2 . ** Category** : The category of the blog post. At this time, this file
160- needs to exist in
161- your Makerkit repository. You can create it later.
162- 3 . ** Word Count** : The target word count of the blog post.
163- 4 . ** Prompt** : Any additional information you want to add to the prompt
164- (optional).
143+ If you omit the ` base-locale ` argument, the command will use ` en ` as the base.
0 commit comments