diff --git a/src/content/blog/self-hosted-live-updates.md b/src/content/blog/self-hosted-live-updates.md index 1b8ec54b..8486c02e 100644 --- a/src/content/blog/self-hosted-live-updates.md +++ b/src/content/blog/self-hosted-live-updates.md @@ -57,7 +57,7 @@ npm run build Then Zip your build: ```shell -npx @capgo/cli/latest bundle zip +npx @capgo/cli@latest bundle zip ``` Then encrypt your zip: diff --git a/src/content/docs/docs/plugin/self-hosted/getting-started.mdx b/src/content/docs/docs/plugin/self-hosted/getting-started.mdx index 36ddec63..bd7fe422 100644 --- a/src/content/docs/docs/plugin/self-hosted/getting-started.mdx +++ b/src/content/docs/docs/plugin/self-hosted/getting-started.mdx @@ -89,7 +89,7 @@ npx cap sync To send updates to your app, you need to zip it. The best way to be certain your zip is good is to use the Capgo CLI for zipping. ```bash title="Create a bundle with your files to serve from your server" -npx @capgo/cli/latest bundle zip +npx @capgo/cli@latest bundle zip ``` @@ -108,4 +108,4 @@ You will have to serve this zip from your server on your own. :::note If this seems like a lot of work, try the trial Capgo Cloud. -::: \ No newline at end of file +::: diff --git a/src/content/docs/docs/self-hosted/getting-started.mdx b/src/content/docs/docs/self-hosted/getting-started.mdx index 72c90d1e..26258702 100644 --- a/src/content/docs/docs/self-hosted/getting-started.mdx +++ b/src/content/docs/docs/self-hosted/getting-started.mdx @@ -70,7 +70,7 @@ In manual mode, all the logic is handled by the JS, that some good and some bad To send updates to your app, you need to zip it. The best way to be certain your zip is good is to use the Capgo CLI for zipping. -`npx @capgo/cli/latest bundle zip` will create your zip ready to be uploaded in your backend. +`npx @capgo/cli@latest bundle zip` will create your zip ready to be uploaded in your backend.