You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/usage/SKILL.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ TanStack Intent skills should stay focused and under the validator line limit, s
24
24
25
25
### Project setup and diagnostics
26
26
27
-
-`init [apikey] [appId]`: guided first-time setup for Capgo in a Capacitor app. In interactive use, onboarding can also offer a final `npx skills add https://github.com/Cap-go/capgo-skills -g -y` install step before the GitHub support prompt; if accepted, the support menu includes `Cap-go/capgo-skills` alongside the updater-only and all-Capgo choices.
27
+
-`init [apikey] [appId]`: guided first-time setup for Capgo in a Capacitor app. In interactive use, onboarding can also offer a final `npx skills add https://github.com/Cap-go/capgo-skills -g -y` install step before the GitHub support prompt; if accepted, the support menu includes `Cap-go/capgo-skills` alongside the updater-only and all-Capgo choices. If iOS sync validation fails during onboarding, the CLI can offer to run a one-line native reset command, wait for you to type `ready` after a manual fix, and offer cancellation every third failed retry.
28
28
-`login [apikey]`: store an API key locally.
29
29
-`doctor`: inspect installation health and gather troubleshooting details.
30
30
-`probe`: test whether the update endpoint would deliver an update.
Copy file name to clipboardExpand all lines: webdocs/init.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ npx @capgo/cli@latest init
17
17
This includes adding code for updates, building, uploading your app, and verifying update functionality.
18
18
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.
19
19
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
+
20
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.
0 commit comments