File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
content/pt-br/docs/tasks/tools/included Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " bash auto-completion on macOS"
3
- description : " Some optional configuration for bash auto-completion on macOS."
2
+ title : " Auto-completar no bash macOS"
3
+ description : " Configurações opcionais do auto-completar do basch no macOS."
4
4
headless : true
5
5
_build :
6
6
list : never
7
7
render : never
8
8
publishResources : false
9
9
---
10
10
11
- ### Introduction
11
+ ### Introdução
12
12
13
- The kubectl completion script for Bash can be generated with ` kubectl completion bash ` .
14
- Sourcing this script in your shell enables kubectl completion .
13
+ O script de completar do bash pode ser gerado com ` kubectl completion bash ` .
14
+ Ativando esse script no seu shell, habilita o auto-completar do kubectl .
15
15
16
- However, the kubectl completion script depends on
17
- [ ** bash-completion** ] ( https://github.com/scop/bash-completion ) which you thus have to previously install .
16
+ Entretanto, o script para auto-completar do kubectl depende de
17
+ [ ** bash-completion** ] ( https://github.com/scop/bash-completion ) que você deve ter instalado com antecedência .
18
18
19
19
{{< warning>}}
20
20
There are two versions of bash-completion, v1 and v2. V1 is for Bash 3.2
You can’t perform that action at this time.
0 commit comments