The version flag is required when applying a layout #921

Merged
maximilien merged 1 commit from update-quickstart-docs-layout-apply into main 2025-01-09 00:41:36 +00:00

1 commit

Author SHA1 Message Date
b6aaebaf4c The version flag is required when applying a layout
All checks were successful
ci/woodpecker/push/debug Pipeline was successful
ci/woodpecker/pr/debug Pipeline was successful
I followed the documentation and got an error if the layout's version was not specified 

```
garage layout apply

Error: Internal error:
Please pass the new layout version number to ensure that you are writing the correct version of the cluster layout.
To know the correct value of the new layout version, invoke `garage layout show` and review the proposed changes.
```

This fixes that
2025-01-08 20:30:09 +00:00