1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-completion-fish - Generate the autocompletion script for
7 fish
8
9
10
12 composer-cli completion fish [flags]
13
14
15
17 Generate the autocompletion script for the fish shell.
18
19
20 To load completions in your current shell session:
21
22
23 composer-cli completion fish | source
24
25
26
27 To load completions for every new session, execute once:
28
29
30 composer-cli completion fish > ~/.config/fish/completions/composer-cli.fish
31
32
33
34 You will need to start a new shell for this setup to take effect.
35
36
37
39 -h, --help[=false] help for fish
40
41
42 --no-descriptions[=false] disable completion descriptions
43
44
45
47 -a, --api=1 Server API Version to use
48
49
50 -j, --json[=false] Output the raw JSON response instead of the
51 normal output
52
53
54 --log="" Path to optional logfile
55
56
57 -s, --socket="/run/weldr/api.socket" Path to the server's socket
58 file
59
60
61 --test=0 Pass test mode to compose. 1=Mock compose with fail.
62 2=Mock compose with finished.
63
64
65 --timeout=240 Timeout to use for server communication. Set to 0
66 for no timeout
67
68
69
71 composer-cli-completion(1)
72
73
74
76 18-Jun-2022 Auto generated by spf13/cobra
77
78
79
80composer-cli Jun 2022 COMPOSER-CLI(1)