(I don't see a tag for CLE or package distribution)
Annoyance:
installing the bash completions for the CLI on Ubuntu requires sudo.
...the current instructions for dagger v0.8.7 linux/amd64:
BASH:
1. Ensure that you install bash-completion using your package manager.
2. Add dagger completion to your personal bash completions dir
mkdir -p /bash-completion/completions
dagger completion bash > /bash-completion/completions/dagger
sh info installed ./bin/dagger
leading to a twisty maze of permissions because my completions (system default) are currently in
drwxr-xr-x 2 root root 24576 Sep 23 00:41 /usr/local/share/bash-completion/completions
on Ubuntu 22.0.4 LTS
Workarounds:
- I could
sudo curl https://...but that is frowned upon by the security-minded. - I could install homebrew on Linux, but I happen to be a true believer.
Options:
- If we had a package in
aptorsnapformat we could get people tosudo