Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions versioned_docs/version-3.x/reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,21 @@ Options:
-h, --help display help for command
```

### format

Format a ZModel schema file.

```bash
Usage: zen format [options]

Format a ZModel schema file.

Options:
--schema <file> schema file (with extension .zmodel). Defaults to "zenstack/schema.zmodel" unless
specified in package.json.
-h, --help display help for command
```

## Overriding Default Options

### Default Schema Location
Expand Down