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:
21
22
23 composer-cli completion powershell | Out-String | Invoke-Expression
24
25
26
27 To load completions for every new session, add the output of the above
28 command to your powershell profile.
29
30
31
33 -h, --help[=false] help for powershell
34
35
36 --no-descriptions[=false] disable completion descriptions
37
38
39
41 -a, --api=1 Server API Version to use
42
43
44 -j, --json[=false] Output the raw JSON response instead of the
45 normal output
46
47
48 --log="" Path to optional logfile
49
50
51 -s, --socket="/run/weldr/api.socket" Path to the server's socket
52 file
53
54
55 --test=0 Pass test mode to compose. 1=Mock compose with fail.
56 2=Mock compose with finished.
57
58
59 --timeout=240 Timeout to use for server communication. Set to 0
60 for no timeout
61
62
63
65 composer-cli-completion(1)
66
67
68
70 18-Jun-2022 Auto generated by spf13/cobra
71
72
73
74composer-cli Jun 2022 COMPOSER-CLI(1)