storeconfig 0.0.22 → 0.0.23
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 +1 -4
- package/dist/cli.js +36 -36
- package/dist/cli.js.map +3 -3
- package/dist/mcp.js +201 -0
- package/dist/mcp.js.map +7 -0
- package/dist/mcp.mjs +110 -37
- package/dist/mcp.mjs.map +4 -4
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# StoreConfig CLI
|
|
2
2
|
|
|
3
|
-
A powerful command-line tool for
|
|
3
|
+
A powerful command-line tool for automating **App Store Connect** app management with JSON-based workflows. Manage **in-app purchases**, **subscriptions**, **pricing**, **localizations**, **metadata**, **availability**, and more. Sync your app configurations from local JSON files to App Store Connect - the smart way. **No more manual work**.
|
|
4
4
|
|
|
5
5
|
[](https://badge.fury.io/js/storeconfig)
|
|
6
6
|
|
|
@@ -68,17 +68,14 @@ storeconfig apple --key-path /path/to/your/AuthKey_XXXXX.p8
|
|
|
68
68
|
This is required for store config to manage your apps on App Store Connect.
|
|
69
69
|
|
|
70
70
|
1. **Open App Store Connect API Settings**
|
|
71
|
-
|
|
72
71
|
- Go to [https://appstoreconnect.apple.com/access/integrations/api](https://appstoreconnect.apple.com/access/integrations/api)
|
|
73
72
|
- Make sure the correct team is selected on top right corner of the page
|
|
74
73
|
|
|
75
74
|
2. **Create a New Team Key**
|
|
76
|
-
|
|
77
75
|
- Click the "Plus" button to create a new `Team Key` (Not Individual Key)
|
|
78
76
|
- Choose a descriptive name (e.g., "StoreConfig") to easily identify it later
|
|
79
77
|
|
|
80
78
|
3. **Set Required Permissions**
|
|
81
|
-
|
|
82
79
|
- Select **App Manager Access** - this is required to manage prices and other app configurations
|
|
83
80
|
|
|
84
81
|
4. **Download and Copy Credentials**
|