1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-projects-depsolve - Show the dependencies of all of the
7 listed projects
8
9
10
12 composer-cli projects depsolve PROJECT,... [flags]
13
14
15
17 Show the dependencies of all of the listed projects
18
19
20
22 --distro="" Return results for distribution
23
24
25 -h, --help[=false] help for depsolve
26
27
28
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
54 composer-cli projects depsolve tmux
55 composer-cli projects depsolve tmux --json
56 composer-cli projects depsolve tmux --distro fedora-38
57
58
59
60
62 composer-cli-projects(1)
63
64
65
67 22-Jul-2023 Auto generated by spf13/cobra
68
69
70
71composer-cli Jul 2023 COMPOSER-CLI(1)