@capgo/cli 7.14.3 → 7.14.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/dist/index.js +10 -10
- package/dist/package.json +4 -2
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -12,11 +12,11 @@ https://capgo.app/docs/cli/overview/
|
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
|
-
Before
|
|
15
|
+
Before using the CLI, you should register here: https://capgo.app/
|
|
16
16
|
|
|
17
17
|
Then go to your account in `apikey` section and click in the `all` key to copy it.
|
|
18
18
|
|
|
19
|
-
Follow the documentation here
|
|
19
|
+
Follow the documentation here: https://capacitorjs.com/docs/getting-started/
|
|
20
20
|
|
|
21
21
|
<!-- AUTO-GENERATED-DOCS-START -->
|
|
22
22
|
## 📑 Capgo CLI Commands
|
|
@@ -178,7 +178,7 @@ npx @capgo/cli@latest bundle upload com.example.app --path ./dist --channel prod
|
|
|
178
178
|
| **--s3-region** | <code>string</code> | Region for your S3 bucket |
|
|
179
179
|
| **--s3-apikey** | <code>string</code> | API key for your S3 endpoint |
|
|
180
180
|
| **--s3-apisecret** | <code>string</code> | API secret for your S3 endpoint |
|
|
181
|
-
| **--s3-
|
|
181
|
+
| **--s3-endpoint** | <code>string</code> | URL of S3 endpoint |
|
|
182
182
|
| **--s3-bucket-name** | <code>string</code> | Name for your AWS S3 bucket |
|
|
183
183
|
| **--s3-port** | <code>string</code> | Port for your S3 endpoint |
|
|
184
184
|
| **--no-s3-ssl** | <code>boolean</code> | Disable SSL for S3 upload |
|