storeconfig 0.0.14 → 0.0.16

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 CHANGED
@@ -1,4 +1,4 @@
1
- # Store Config CLI
1
+ # StoreConfig CLI
2
2
 
3
3
  A powerful command-line tool for managing apps on **App Store Connect**. 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
 
@@ -23,7 +23,7 @@ For detailed documentation, visit [storeconfig.com/docs](https://storeconfig.com
23
23
  - **😌 Easy to Use** - Prepare App Store Connect for your app in minutes instead of hours. What normally takes 2+ hours of manual work is now done in minutes.
24
24
  - **⚡️ Quick App Duplication** - Copy App Store Connect data from an existing app to a new app in minutes.
25
25
  - **📄 Configuration as Code** - Define your app structure in version-controlled JSON files.
26
- - **🤖 AI-Powered Editing** - Use any AI tool to modify your JSON configuration for app descriptions, content updates, and more.
26
+ - **🤖 Vibe Code Your App Store Connect Setup** - Use AI to vibe code your JSON configuration for app descriptions, content updates, in-app purchases, subscriptions, and more.
27
27
  - **🌍 Multi-Language Support** - Easily manage localized content across all supported territories.
28
28
  - **📊 Bulk Operations** - Make changes across multiple products, subscriptions, or territories at once.
29
29
  - **🔄 Bidirectional Sync** - Fetch current state of your app and apply changes to App Store Connect.
@@ -127,6 +127,15 @@ Compare prices across territories in USD. Useful to see how your pricing compare
127
127
  storeconfig compare-price
128
128
  ```
129
129
 
130
+ #### `validate`
131
+
132
+ Validate the JSON file format and structure. Useful for AI tools to check if your configuration file is valid before applying changes.
133
+
134
+ ```bash
135
+ # Validate configuration (uses storeconfig.json by default)
136
+ storeconfig validate
137
+ ```
138
+
130
139
  #### `example`
131
140
 
132
141
  Generate example JSON files for different data types. Useful to get started or to see how to structure your JSON file.