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

NAME

6       composer-cli-completion-zsh  -  generate  the autocompletion script for
7       zsh
8
9
10

SYNOPSIS

12       composer-cli completion zsh [flags]
13
14
15

DESCRIPTION

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       To load completions for every new session, execute once:
28
29
30

Linux:

32       $ composer-cli completion zsh > "${fpath[1]}/_composer-cli"
33
34
35

macOS:

37       $   composer-cli   completion   zsh  >  /usr/local/share/zsh/site-func‐
38       tions/_composer-cli
39
40
41       You will need to start a new shell for this setup to take effect.
42
43
44

OPTIONS

46       -h, --help[=false]      help for zsh
47
48
49       --no-descriptions[=false]      disable completion descriptions
50
51
52

OPTIONS INHERITED FROM PARENT COMMANDS

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

SEE ALSO

78       composer-cli-completion(1)
79
80
81

HISTORY

83       29-Oct-2021 Auto generated by spf13/cobra
84
85
86
87composer-cli                       Oct 2021                    COMPOSER-CLI(1)
Impressum