Skip to content

Commit 0757126

Browse files
committed
docs(atla): add shell completion reference for atla completion
1 parent 6c62a52 commit 0757126

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

skills/atla-cli/references/auth-config.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,18 @@ atla config get <key>
8383
atla config list [--output json|table|csv|keys]
8484
```
8585

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+
8698
### Key Reference
8799

88100
| Key | Description | Example |

0 commit comments

Comments
 (0)