Skip to content

Commit

Permalink
Add zilla version command (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaidics authored Jul 10, 2024
1 parent f0f16c2 commit cc40825
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/reference/config/zilla-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ The Zilla Runtime command line interface uses the [Zilla Runtime Configuration](
- [-v --verbose](#v-verbose)
- [-w --write `<output>`](#w-write-output)
- [zilla help](#zilla-help)
- [zilla version](#zilla-version)
- [zilla metrics](#zilla-metrics)
- [--namespace `<namespace>`](#namespace-namespace)
- [zilla start](#zilla-start)
Expand Down Expand Up @@ -101,6 +102,18 @@ Examples:
./zilla help start
```

### zilla version

The `zilla version` command prints the version information of Zilla.

```bash:no-line-numbers
zilla version
```

```output:no-line-numbers
zilla version 0.9.85
```

### zilla metrics

The `zilla metrics` command provides metrics for each binding in the configuration.
Expand Down

0 comments on commit cc40825

Please sign in to comment.