We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b3ccfc commit 56847d8Copy full SHA for 56847d8
1 file changed
versioned_docs/version-3.x/reference/cli.md
@@ -245,6 +245,21 @@ Options:
245
-h, --help display help for command
246
```
247
248
+### format
249
+
250
+Format a ZModel schema file.
251
252
+```bash
253
+Usage: zen format [options]
254
255
256
257
+Options:
258
+ --schema <file> schema file (with extension .zmodel). Defaults to "zenstack/schema.zmodel" unless
259
+ specified in package.json.
260
+ -h, --help display help for command
261
+```
262
263
## Overriding Default Options
264
265
### Default Schema Location
0 commit comments