Man page - caddy-completion(8)
Packages contas this manual
- caddy-list-modules(8)
- caddy-validate(8)
- caddy-reverse-proxy(8)
- caddy-fmt(8)
- caddy-start(8)
- caddy(8)
- caddy-completion(8)
- caddy-version(8)
- caddy-stop(8)
- caddy-trust(8)
- caddy-manpage(8)
- caddy-reload(8)
- caddy-adapt(8)
- caddy-respond(8)
- caddy-untrust(8)
- caddy-build-info(8)
- caddy-file-server(8)
- caddy-hash-password(8)
- caddy-environ(8)
- caddy-run(8)
Package: caddy
apt-get install caddy
apt-get install caddy
Manuals in package:
Documentations in package:
Manual
| Caddy(8) | Caddy(8) |
NAME
caddy-completion - Generate completion script
SYNOPSIS
caddy completion [bash|zsh|fish|powershell]
DESCRIPTION
To load completions:
Bash:
$ source <(caddy completion bash)
# To load completions for each session, execute once:
# Linux:
$ caddy completion bash > /etc/bash_completion.d/caddy
# macOS:
$ caddy completion bash > $(brew --prefix)/etc/bash_completion.d/caddy Zsh:
# If shell completion is not already enabled in your environment,
# you will need to enable it. You can execute the following once:
$ echo "autoload -U compinit; compinit" >> ~/.zshrc
# To load completions for each session, execute once:
$ caddy completion zsh > "${fpath[1]}/_caddy"
# You will need to start a new shell for this setup to take effect. fish:
$ caddy completion fish | source
# To load completions for each session, execute once:
$ caddy completion fish > ~/.config/fish/completions/caddy.fish PowerShell:
PS> caddy completion powershell | Out-String | Invoke-Expression
# To load completions for every new session, run:
PS> caddy completion powershell > caddy.ps1
# and source this file from your PowerShell profile.
OPTIONS
-h, --help[=false] help for completion
SEE ALSO
caddy(8)
HISTORY
12-Jul-2025 Auto generated by spf13/cobra
| Jul 2025 | Auto generated by spf13/cobra |