CLI
Below is a reference table for all available Voltig CLI commands:
| Command | Description | Usage Example |
|---|---|---|
install |
Install specific or all packages | voltig install <package> |
remove |
Remove one or more packages | voltig remove <package> |
scan |
Scan system for all installed packages and versions | voltig scan |
status |
Show installation status of all packages | voltig status |
update |
Update specific or all packages | voltig update <package> |
completion |
Generate shell completion script (bash|zsh|fish) | voltig completion bash |
config |
Show loaded configuration | voltig config |
lint |
Lint and validate your voltig.yml config file | voltig lint |
help |
Help about any command | voltig help |
version |
Show the version of voltig CLI | voltig version |