Skip to content

Commit 6c675ba

Browse files
Update help messages of CLI commands (#1134)
Update help messages of CLI commands Automatically regenerated help messages for CLI command docs. Reviewed-by: Matej Focko
2 parents 52250da + 0473015 commit 6c675ba

2 files changed

Lines changed: 23 additions & 15 deletions

File tree

docs/cli/build/locally.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,23 @@ Create RPMs using content of the upstream repository.
1818
repository, it defaults to the current working directory
1919

2020
Options:
21-
--upstream-ref TEXT Git ref of the last upstream commit in the current
22-
branch from which packit should generate patches
23-
(this option implies the repository is source-
24-
git).
25-
--release-suffix TEXT Specifies release suffix. Allows to override
26-
default generated:{current_time}.{sanitized_curren
27-
t_branch}{git_desc_suffix}
28-
--default-release-suffix Allows to use default, packit-generated, release
29-
suffix when some release_suffix is specified in
30-
the configuration.
31-
-p, --package TEXT Package to build, if more than one available, like
32-
in a monorepo configuration. Use it multiple times
33-
to select multiple packages.Defaults to all the
34-
packages listed inside the config.
35-
-h, --help Show this message and exit.
21+
--upstream-ref TEXT Git ref of the last upstream commit in the
22+
current branch from which packit should
23+
generate patches (this option implies the
24+
repository is source-git).
25+
--update-release / --no-update-release
26+
Specifies whether to update Release.
27+
Defaults to value set in configuration,
28+
which defaults to yes.
29+
--release-suffix TEXT Specifies release suffix. Allows to override
30+
default generated:{current_time}.{sanitized_
31+
current_branch}{git_desc_suffix}
32+
--default-release-suffix Allows to use default, packit-generated,
33+
release suffix when some release_suffix is
34+
specified in the configuration.
35+
-p, --package TEXT Package to build, if more than one
36+
available, like in a monorepo configuration.
37+
Use it multiple times to select multiple
38+
packages.Defaults to all the packages listed
39+
inside the config.
40+
-h, --help Show this message and exit.

docs/cli/dist-git/init.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Create a Packit's dist-git configuration for release syncing to Fedora.
7474
tags to exclude.
7575
--version-update-mask TEXT Python regex used for comparison of the old
7676
and the new version.
77+
--version-update-specifiers TEXT
78+
PEP 440 version specifier set (e.g. '>=1.0,
79+
<2.0') used to filter the proposed version.
7780
--issue-repository TEXT URL of a git repository that can be used for
7881
reporting errors in form of issues.
7982
--no-pull Do not include the pull from upstream job in

0 commit comments

Comments
 (0)