File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ for more details). Alternatively you can use copr API token available [here](htt
4242 PATH_OR_URL argument is a local path or a URL to the upstream git
4343 repository, it defaults to the current working directory.
4444
45+ Copr configuration needs to be set before usage.
46+ https://docs.pagure.org/copr.copr/user_documentation.html#quick-start
47+
4548 Options:
4649 --wait / --no-wait Wait for the build to finish
4750 --owner TEXT Copr user, owner of the project. (defaults
Original file line number Diff line number Diff line change @@ -10,17 +10,4 @@ Validate the Packit configuration file.
1010
1111## Help
1212
13- Usage: packit validate-config [OPTIONS] [PATH_OR_URL]
1413
15- Validate PackageConfig.
16-
17- - checks missing values
18- - checks incorrect types
19- - checks whether monitoring is enabled if 'pull_from_upstream` is used
20-
21- PATH_OR_URL argument is a local path or a URL to a git repository with
22- packit configuration file
23-
24- Options:
25- --offline Do not make remote API calls requiring network access.
26- -h, --help Show this message and exit.
You can’t perform that action at this time.
0 commit comments