1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-completion-powershell - generate the autocompletion script
7 for powershell
8
9
10
12 composer-cli completion powershell [flags]
13
14
15
17 Generate the autocompletion script for powershell.
18
19
20 To load completions in your current shell session: PS C:> composer-cli
21 completion powershell | Out-String | Invoke-Expression
22
23
24 To load completions for every new session, add the output of the above
25 command to your powershell profile.
26
27
28
30 -h, --help[=false] help for powershell
31
32
33 --no-descriptions[=false] disable completion descriptions
34
35
36
38 -a, --api=1 Server API Version to use
39
40
41 -j, --json[=false] Output the raw JSON response instead of the
42 normal output
43
44
45 --log="" Path to optional logfile
46
47
48 -s, --socket="/run/weldr/api.socket" Path to the server's socket
49 file
50
51
52 --test=0 Pass test mode to compose. 1=Mock compose with fail.
53 2=Mock compose with finished.
54
55
56 --timeout=240 Timeout to use for server communication. Set to 0
57 for no timeout
58
59
60
62 composer-cli-completion(1)
63
64
65
67 29-Oct-2021 Auto generated by spf13/cobra
68
69
70
71composer-cli Oct 2021 COMPOSER-CLI(1)