Skip to content

Commit 3bbe773

Browse files
committed
Merge branch 'main' of https://github.com/Cap-go/CLI
2 parents 4fb4913 + 29ff0de commit 3bbe773

File tree

4 files changed

+4
-18
lines changed

4 files changed

+4
-18
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ If you do not pass repositories, this defaults to all Cap-go repositories whose
127127
| -------------- | ------------- | -------------------- |
128128
| **--min-delay-ms** | <code>string</code> | Minimum delay in ms between each star action (default: 20) |
129129
| **--max-delay-ms** | <code>string</code> | Maximum delay in ms between each star action (default: 180) |
130+
| **--max-concurrency** | <code>string</code> | Maximum number of star requests running in parallel (default: 4) |
130131

131132

132133
## <a id="doctor"></a> 👨‍⚕️ **Doctor**

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@capgo/cli",
33
"type": "module",
4-
"version": "7.85.0",
4+
"version": "7.86.0",
55
"description": "A CLI to upload to capgo servers",
66
"author": "Martin martin@capgo.app",
77
"license": "Apache 2.0",

webdocs/init.mdx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ npx @capgo/cli@latest init
1717
This includes adding code for updates, building, uploading your app, and verifying update functionality.
1818
Capgo bundles are web assets and can be fetched by anyone who knows the URL. Use encryption for banking, regulated, or other high-security apps.
1919

20-
If iOS sync validation fails during onboarding, the CLI can offer to run a one-line reset command for the native iOS folder, wait for you to type `ready` after a manual fix, and offer cancellation every third failed retry.
21-
22-
At the end of onboarding, the CLI can also offer to install the Capgo agent skills package from GitHub using the Skills CLI before showing the GitHub support prompt.
23-
2420
**Example:**
2521

2622
```bash
@@ -36,15 +32,3 @@ npx @capgo/cli@latest init YOUR_API_KEY com.example.app
3632
| **--supa-host** | <code>string</code> | Custom Supabase host URL (for self-hosting or Capgo development) |
3733
| **--supa-anon** | <code>string</code> | Custom Supabase anon key (for self-hosting) |
3834

39-
## End-of-onboarding prompt
40-
41-
When onboarding completes in an interactive terminal, Capgo can offer to run this command for you before the GitHub support prompt:
42-
43-
```bash
44-
npx skills add https://github.com/Cap-go/capgo-skills -g -y
45-
```
46-
47-
This installs the Capgo skills globally for supported coding agents through the Skills CLI.
48-
49-
If you accept the skills install prompt, the final GitHub support menu will also include `Cap-go/capgo-skills` in its support options, alongside the default updater or the full Capgo repository set.
50-

webdocs/star-all.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ sidebar:
1212
npx @capgo/cli@latest star-all
1313
```
1414

15-
If you do not pass repositories, this defaults to all Cap-go repositories whose name starts with `capacitor-`, plus `Cap-go/CLI`, `Cap-go/capgo`, and `Cap-go/capgo-skills` for the Capgo CLI, console, and skills repo.
15+
If you do not pass repositories, this defaults to all Cap-go repositories whose name starts with `capacitor-`.
1616

1717
## <a id="options"></a> Options
1818

1919
| Param | Type | Description |
2020
| -------------- | ------------- | -------------------- |
2121
| **--min-delay-ms** | <code>string</code> | Minimum delay in ms between each star action (default: 20) |
2222
| **--max-delay-ms** | <code>string</code> | Maximum delay in ms between each star action (default: 180) |
23+
| **--max-concurrency** | <code>string</code> | Maximum number of star requests running in parallel (default: 4) |
2324

0 commit comments

Comments
 (0)