1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-completion-zsh - Generate the autocompletion script for
7 zsh
8
9
10
12 composer-cli completion zsh [flags]
13
14
15
17 Generate the autocompletion script for the zsh shell.
18
19
20 If shell completion is not already enabled in your environment you will
21 need to enable it. You can execute the following once:
22
23
24 echo "autoload -U compinit; compinit" >> ~/.zshrc
25
26
27
28 To load completions for every new session, execute once:
29
30
31 Linux:
32 composer-cli completion zsh > "${fpath[1]}/_composer-cli"
33
34
35
36 macOS:
37 composer-cli completion zsh > /usr/local/share/zsh/site-functions/_composer-cli
38
39
40
41 You will need to start a new shell for this setup to take effect.
42
43
44
46 -h, --help[=false] help for zsh
47
48
49 --no-descriptions[=false] disable completion descriptions
50
51
52
54 -a, --api=1 Server API Version to use
55
56
57 -j, --json[=false] Output the raw JSON response instead of the
58 normal output
59
60
61 --log="" Path to optional logfile
62
63
64 -s, --socket="/run/weldr/api.socket" Path to the server's socket
65 file
66
67
68 --test=0 Pass test mode to compose. 1=Mock compose with fail.
69 2=Mock compose with finished.
70
71
72 --timeout=240 Timeout to use for server communication. Set to 0
73 for no timeout
74
75
76
78 composer-cli-completion(1)
79
80
81
83 18-Jun-2022 Auto generated by spf13/cobra
84
85
86
87composer-cli Jun 2022 COMPOSER-CLI(1)