README.md in uffizzi-cli-0.4.0 vs README.md in uffizzi-cli-0.5.0
- old
+ new
@@ -184,9 +184,13 @@
Deletes credential of specified type
Supported credential types - `docker-hub`, `acr`, `ecr`, `gcr`
+## Generate manual
+
+In order to generate a manual, create a `.ronn` file having a name pattern like `uffizzi-{command-name}` (for example `uffizzi-project-compose`) in the `man` directory and run `bundle exec ronn man/{filename}.ronn`
+
## Git workflow for the app:
1. Clone the repository and checkout to `develop` branch
2. Pull repository to ensure you have the latest changes