CLI commands
completions
Output shell completion scripts.
Generates shell completion scripts for tab-completion of Security Layer commands and arguments.
Usage
sl completions <shell>Arguments
| Argument | Default | Description |
|---|---|---|
<shell> | bash | Shell type: bash, zsh, or fish |
Installation
Bash
sl completions bash > /etc/bash_completion.d/securitylayerZsh
sl completions zsh > "${fpath[1]}/_securitylayer"Fish
sl completions fish > ~/.config/fish/completions/securitylayer.fishExit codes
| Code | Meaning |
|---|---|
0 | Completion script output successfully |
1 | Unsupported shell |