This repository has been archived on 2022-08-05. You can view files and clone it, but cannot push or open issues or pull requests.
UpTool2/CLI.md

27 lines
614 B
Markdown
Raw Permalink Normal View History

2020-03-24 20:53:23 +01:00
# CLI
Updating the cache: uptool update
Installing a package (set \<package> to a file for local): uptool install \<package>
2020-03-24 20:53:23 +01:00
2020-03-24 23:14:40 +01:00
Upgrading a package: uptool upgrade \<package>
2020-03-24 20:53:23 +01:00
2020-03-24 23:14:40 +01:00
Reinstalling a package: uptool reinstall \<package>
2020-03-24 20:53:23 +01:00
2020-03-24 23:14:40 +01:00
Removing a package: uptool remove \<package>
2020-03-24 20:53:23 +01:00
2020-03-24 23:14:40 +01:00
Removing a package and all its configuration and data files: uptool purge \<package>
2020-03-24 20:53:23 +01:00
List installed packages: uptool list
Upgrade all packages: uptool dist-upgrade
2020-03-24 23:14:40 +01:00
Search for a package: uptool search \<text>
2020-03-24 20:53:23 +01:00
2020-03-24 23:14:40 +01:00
Show package info: uptool show \<package>
2020-04-08 18:03:50 +02:00
Start an app: uptool start \<package>
Upgrading UpToolCLI: uptool upgrade-self