1COMPOSER-CLI(1)                                                COMPOSER-CLI(1)
2
3
4

NAME

6       composer-cli-sources - Manage sources
7
8
9

SYNOPSIS

11       composer-cli sources ... [flags]
12
13
14

DESCRIPTION

16       Manage project sources on the server
17
18
19       The full source reference can be found here:
20         https://www.osbuild.org/guides/user-guide/managing-repositories.html
21
22
23

OPTIONS

25       -h, --help[=false]      help for sources
26
27
28

OPTIONS INHERITED FROM PARENT COMMANDS

30       -a, --api=1      Server API Version to use
31
32
33       -j,  --json[=false]       Output  the  raw JSON response instead of the
34       normal output
35
36
37       --log=""      Path to optional logfile
38
39
40       -s, --socket="/run/weldr/api.socket"      Path to the  server's  socket
41       file
42
43
44       --test=0       Pass  test  mode  to  compose. 1=Mock compose with fail.
45       2=Mock compose with finished.
46
47
48       --timeout=240      Timeout to use for server communication.  Set  to  0
49       for no timeout
50
51
52

EXAMPLE

54                TOML source for 3rd party rpm repository without gpg checking
55
56                  id = "extra-repo"
57                  name = "Extra rpm repository"
58                  type = "yum-baseurl"
59                  url = "https://repo.nowhere.com/extra/"
60                  check_gpg = false
61
62
63
64
65

SEE ALSO

67       composer-cli(1),   composer-cli-sources-add(1),   composer-cli-sources-
68       change(1),    composer-cli-sources-delete(1),     composer-cli-sources-
69       info(1), composer-cli-sources-list(1)
70
71
72

HISTORY

74       22-Jul-2023 Auto generated by spf13/cobra
75
76
77
78composer-cli                       Jul 2023                    COMPOSER-CLI(1)
Impressum