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:
25
26
27 source <(composer-cli completion bash)
28
29
30
31 To load completions for every new session, execute once:
32
33
34 Linux:
35 composer-cli completion bash > /etc/bash_completion.d/composer-cli
36
37
38
39 macOS:
40 composer-cli completion bash > $(brew --prefix)/etc/bash_completion.d/composer-cli
41
42
43
44 You will need to start a new shell for this setup to take effect.
45
46
47
49 -h, --help[=false] help for bash
50
51
52 --no-descriptions[=false] disable completion descriptions
53
54
55
57 -a, --api=1 Server API Version to use
58
59
60 -j, --json[=false] Output the raw JSON response instead of the
61 normal output
62
63
64 --log="" Path to optional logfile
65
66
67 -s, --socket="/run/weldr/api.socket" Path to the server's socket
68 file
69
70
71 --test=0 Pass test mode to compose. 1=Mock compose with fail.
72 2=Mock compose with finished.
73
74
75 --timeout=240 Timeout to use for server communication. Set to 0
76 for no timeout
77
78
79
81 composer-cli-completion(1)
82
83
84
86 22-Jul-2023 Auto generated by spf13/cobra
87
88
89
90composer-cli Jul 2023 COMPOSER-CLI(1)