From 5844e6b218bbd1c88b28d9a86a9a69b17939e69f Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Sun, 21 Jul 2024 12:59:50 +0200 Subject: [PATCH] docs(README.md): Use `./keeper.py generate-config --help` Follow-up: 3c2782c714dcb2a8b1c5aa6c356ca4d38e43a3f4 --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cefd248..986b012 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,9 @@ options: subcommands: {generate-config,write-artifacts} generate-config Print a GitLab CI YAML config to standard output. This - requires files: {generated/build_data_chosen.json, - generated/remote_tags_to_rm.json} + requires files: - generated/build_data_chosen.json - + generated/remote_tags_to_rm.json - + generated/propagate.json write-artifacts Generate artifacts in the 'generated' directory. This requires having file 'images.yml' in the current working directory. @@ -106,8 +107,11 @@ options: ``` usage: keeper.py generate-config [-h] -Print a GitLab CI YAML config to standard output. This requires files: -{generated/build_data_chosen.json, generated/remote_tags_to_rm.json} + Print a GitLab CI YAML config to standard output. + This requires files: + - generated/build_data_chosen.json + - generated/remote_tags_to_rm.json + - generated/propagate.json options: -h, --help show this help message and exit