We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c62a52 commit 0757126Copy full SHA for 0757126
1 file changed
skills/atla-cli/references/auth-config.md
@@ -83,6 +83,18 @@ atla config get <key>
83
atla config list [--output json|table|csv|keys]
84
```
85
86
+### Shell Completion
87
+```bash
88
+# Generate completion script for supported shells
89
+atla completion <shell>
90
+
91
+# Examples
92
+atla completion bash > ~/.local/share/bash-completion/completions/atla
93
+atla completion zsh > ~/.zsh/completions/_atla
94
+atla completion fish > ~/.config/fish/completions/atla.fish
95
+atla completion powershell | Out-File -Encoding utf8 atla-completion.ps1
96
+```
97
98
### Key Reference
99
100
| Key | Description | Example |
0 commit comments