|
4 | 4 |
|
5 | 5 | <sup>1</sup> It's script-friendly too.
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 | > Above: Use `npx asari` in your shell to manage your work in GitHub.
|
10 | 10 |
|
11 | 11 | "Asari" (あさり) is [Japanese for "clam"](https://translate.google.com/#view=home&op=translate&sl=en&tl=ja&text=clam). Like a clam, `asari` is happiest when it's inside a shell.
|
12 | 12 |
|
13 | 13 | 🐚 `asari` lets you work with GitHub from your command line, and is delicious when lightly fried with garlic and spices.
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 | _Above: Running `npx asari` from your command line shows you the top level of options and commands._
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 |
| - |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
22 | 26 |
|
23 |
| - |
24 | 27 |
|
25 | 28 | _Above: Running `npx asari <command>` shows you options for working with GitHub [issues](#working-with-github-issues), [projects](#working-with-github-projects) and [pull requests](#working-with-github-pull-requests)._
|
26 | 29 |
|
@@ -182,38 +185,24 @@ npx asari pulls open <github-url>
|
182 | 185 | # Set the state of an existing pull request to `open`.
|
183 | 186 | ```
|
184 | 187 |
|
185 |
| -### Working with GitHub Topics |
| 188 | +### Working with GitHub Repositories |
186 | 189 |
|
187 | 190 | ```bash
|
188 |
| -npx asari topics list <github-url> |
| 191 | +npx asari repos list-topics <github-url> |
189 | 192 |
|
190 | 193 | # List all topics.
|
191 | 194 | ```
|
192 | 195 |
|
193 | 196 | ```bash
|
194 |
| -npx asari topics add <github-url> --topic new-app |
195 |
| - |
196 |
| -# Add a topic |
197 |
| - |
198 |
| -npx asari topics add <github-url> --topic new-app --topic good-one |
199 |
| -npx asari topics add <github-url> --topic new-app,good-one |
200 |
| -npx asari topics add <github-url> --topic "new-app, good-one" |
201 |
| -npx asari topics add <github-url> --topics new-app,good-one |
202 |
| - |
203 |
| -# Add multiple topics |
204 |
| -``` |
205 |
| - |
206 |
| -```bash |
207 |
| -npx asari topics remove <github-url> --topic new-app |
| 197 | +npx asari repos <add-topics|remove-topics> <github-url> --topic new-app |
208 | 198 |
|
209 |
| -# Remove a topic |
| 199 | +# Add/Remove a topic |
210 | 200 |
|
211 |
| -npx asari topics remove <github-url> --topic new-app --topic good-one |
212 |
| -npx asari topics remove <github-url> --topic new-app,good-one |
213 |
| -npx asari topics remove <github-url> --topic "new-app, good-one" |
214 |
| -npx asari topics remove <github-url> --topics new-app,good-one |
| 201 | +npx asari repos <add-topics|remove-topics> <github-url> --topic new-app --topic good-one |
| 202 | +npx asari repos <add-topics|remove-topics> <github-url> --topics new-app,good-one |
| 203 | +npx asari repos <add-topics|remove-topics> <github-url> --topics "new-app, good-one" |
215 | 204 |
|
216 |
| -# Remove multiple topics |
| 205 | +# Add/Remove multiple topics |
217 | 206 | ```
|
218 | 207 |
|
219 | 208 | ### Global Options
|
|
0 commit comments