Skip to content

Commit

Permalink
docs(README.md): Use ./keeper.py generate-config --help
Browse files Browse the repository at this point in the history
Follow-up: 3c2782c
  • Loading branch information
erikmd committed Jul 21, 2024
1 parent 3c2782c commit 5844e6b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5844e6b

Please sign in to comment.