1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-completion-bash - generate the autocompletion script for
7 bash
8
9
10
12 composer-cli completion bash
13
14
15
17 Generate the autocompletion script for the bash shell.
18
19
20 This script depends on the 'bash-completion' package. If it is not in‐
21 stalled already, you can install it via your OS's package manager.
22
23
24 To load completions in your current shell session: $ source <(composer-
25 cli completion bash)
26
27
28 To load completions for every new session, execute once: Linux:
29 $ composer-cli completion bash > /etc/bash_completion.d/composer-cli
30 MacOS:
31 $ composer-cli completion bash > /usr/local/etc/bash_comple‐
32 tion.d/composer-cli
33
34
35 You will need to start a new shell for this setup to take effect.
36
37
38
40 -h, --help[=false] help for bash
41
42
43 --no-descriptions[=false] disable completion descriptions
44
45
46
48 -a, --api=1 Server API Version to use
49
50
51 -j, --json[=false] Output the raw JSON response instead of the
52 normal output
53
54
55 --log="" Path to optional logfile
56
57
58 -s, --socket="/run/weldr/api.socket" Path to the server's socket
59 file
60
61
62 --test=0 Pass test mode to compose. 1=Mock compose with fail.
63 2=Mock compose with finished.
64
65
66 --timeout=240 Timeout to use for server communication. Set to 0
67 for no timeout
68
69
70
72 composer-cli-completion(1)
73
74
75
77 29-Oct-2021 Auto generated by spf13/cobra
78
79
80
81composer-cli Oct 2021 COMPOSER-CLI(1)