1URSA-MAJOR(REMOVE-MODULE)ursa-major remove-module 0.3.1URSA-MAJOR(REMOVE-MODULE)
2
3
4
6 ursa-major remove-module - manual page for ursa-major remove-module
7 0.3.1
8
10 usage: ursa-major remove-module [-h] [--dry-run] [--debug] [--config
11 PATH]
12
13 [--user-config PATH] [--tag-config-file PATH]
14 [--traceback] --name NAME --stream STREAM [--require
15 NAME:STREAM] [--buildrequire NAME:STREAM] --tag TAG
16 [--not-update-config]
17
18 optional arguments:
19 -h, --help
20 show this help message and exit
21
22 --dry-run
23 dry run mode
24
25 --debug
26 show debug log
27
28 --config PATH
29 config file for ursa-major
30
31 --user-config PATH
32 user config file to use, can override default configurations
33
34 --tag-config-file PATH
35 tag config file, default to "ursa-major.json" in current working
36 directory
37
38 --traceback
39 Print traceback if something wrong that ursa-major cannot do the
40 job.
41
42 --name NAME
43 module name (required)
44
45 --stream STREAM
46 module stream (required)
47
48 --require NAME:STREAM
49 module runtime dependency in NAME:STREAM
50
51 --buildrequire NAME:STREAM
52 module build dependency in NAME:STREAM, for example platform:f30
53
54 --tag TAG
55 a tag name (required). Specified module config will be removed
56 if tag presents in tag config file and has the module config.
57 The module's koji_tag will also be removed from tag inheritance
58 if it inherits from this tag.
59
60 --not-update-config
61 do not update tag configuration file
62
63
64
65July 2019 1 URSA-MAJOR(REMOVE-MODULE)