mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-12 11:38:11 +00:00
1115234010
Add simple CLI to interact with Diun through gRPC Create image and notif proto services Compile and validate protos through a dedicated Dockerfile and bake target Implement proto definitions Move server as `serve` command New commands `image` and `notif` Refactor command line usage doc Better CLI error handling Tools build constraint to manage tools deps through go modules Add upgrade notes Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
15 lines
282 B
Markdown
15 lines
282 B
Markdown
# Diun v4.0 to v4.17
|
|
|
|
## New CLI
|
|
|
|
CLI has changed since 4.17 and includes [`serve` command](../usage/command-line.md#serve) to start Diun:
|
|
|
|
!!! example "v4.0"
|
|
```shell
|
|
diun --config diun.yml
|
|
```
|
|
|
|
!!! example "v4.17"
|
|
```shell
|
|
diun serve --config diun.yml
|
|
```
|