@farthershore/cli 0.6.0 → 0.7.1
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 +5 -5
- package/dist/index.js +136 -137
- package/dist/mcp.js +1 -1
- package/package.json +2 -2
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
|
|
216
|
+
### `farthershore validate`
|
|
217
217
|
|
|
218
|
-
Validate
|
|
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
|
|
221
|
+
# Validate the current managed repo
|
|
222
222
|
farthershore validate
|
|
223
223
|
|
|
224
|
-
#
|
|
225
|
-
farthershore validate
|
|
224
|
+
# Machine-readable diagnostics
|
|
225
|
+
farthershore validate --format json
|
|
226
226
|
```
|
|
227
227
|
|
|
228
228
|
### `farthershore apply [product]`
|