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

NAME

6       composer-cli-completion-bash  -  Generate the autocompletion script for
7       bash
8
9
10

SYNOPSIS

12       composer-cli completion bash
13
14
15

DESCRIPTION

17       Generate the autocompletion script for the bash shell.
18
19
20       This script depends on the 'bash-completion' package.  If it is not in‐
21       stalled already, you can install it via your OS's package manager.
22
23
24       To load completions in your current shell session:
25
26
27              source <(composer-cli completion bash)
28
29
30
31       To load completions for every new session, execute once:
32
33
34   Linux:
35              composer-cli completion bash > /etc/bash_completion.d/composer-cli
36
37
38
39   macOS:
40              composer-cli completion bash > /usr/local/etc/bash_completion.d/composer-cli
41
42
43
44       You will need to start a new shell for this setup to take effect.
45
46
47

OPTIONS

49       -h, --help[=false]      help for bash
50
51
52       --no-descriptions[=false]      disable completion descriptions
53
54
55

OPTIONS INHERITED FROM PARENT COMMANDS

57       -a, --api=1      Server API Version to use
58
59
60       -j,  --json[=false]       Output  the  raw JSON response instead of the
61       normal output
62
63
64       --log=""      Path to optional logfile
65
66
67       -s, --socket="/run/weldr/api.socket"      Path to the  server's  socket
68       file
69
70
71       --test=0       Pass  test  mode  to  compose. 1=Mock compose with fail.
72       2=Mock compose with finished.
73
74
75       --timeout=240      Timeout to use for server communication.  Set  to  0
76       for no timeout
77
78
79

SEE ALSO

81       composer-cli-completion(1)
82
83
84

HISTORY

86       18-Jun-2022 Auto generated by spf13/cobra
87
88
89
90composer-cli                       Jun 2022                    COMPOSER-CLI(1)
Impressum