@farthershore/cli 0.6.0 → 0.7.0

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
@@ -213,16 +213,16 @@ farthershore transition preview --format json
213
213
  farthershore transition preview --env preview --format json
214
214
  ```
215
215
 
216
- ### `farthershore validate [file]`
216
+ ### `farthershore validate`
217
217
 
218
- Validate a local `product.yaml` file without making any API calls. Checks structure, required fields, and launch constraints for env-scoped plans and meters.
218
+ Validate the managed repo through the same backend checks used by the Farther Shore GitHub bot. The command uploads local `product.yaml`, `brand.yaml`, `docs/`, and disallowed managed paths for validation, then prints the canonical errors and warnings.
219
219
 
220
220
  ```bash
221
- # Validate product.yaml in current directory
221
+ # Validate the current managed repo
222
222
  farthershore validate
223
223
 
224
- # Validate a specific file
225
- farthershore validate path/to/product.yaml
224
+ # Machine-readable diagnostics
225
+ farthershore validate --format json
226
226
  ```
227
227
 
228
228
  ### `farthershore apply [product]`