cudup manage¶
Manage cudup installation and shell integration.
Subcommands¶
| Command | Description |
|---|---|
setup |
Configure shell integration |
remove |
Remove shell integration |
self-update |
Update cudup to the latest version |
cudup manage setup¶
Configure shell integration for cudup.
- Detects your shell (bash, zsh, or fish)
- Creates
~/.cudup/env(orenv.fishfor fish) with the shell wrapper function - Adds a source line to your shell config (
.bashrc,.zshrc, orconfig.fish)
cudup manage remove¶
- Deletes
~/.cudup/env(orenv.fish) - Removes the cudup source line from your shell config
cudup manage self-update (not implemented yet)¶
Update cudup to the latest version.
- Download and install the latest cudup binary from GitHub releases
- Binary integrity checks
- Check for updates without installing (
--checkflag)