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

39 lines
828 B
Markdown
Raw Normal View History

2020-03-24 20:53:23 +01:00
# CLI
2020-05-16 17:59:44 +02:00
### Package Management
2020-03-24 20:53:23 +01:00
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
2020-05-16 17:59:44 +02:00
Upgrade all packages: uptool dist-upgrade
2020-03-24 20:53:23 +01:00
2020-05-16 17:59:44 +02:00
### Cache Management
2020-03-24 20:53:23 +01:00
List installed packages: uptool list
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-05-16 17:59:44 +02:00
Updating the cache: uptool update
### Repos Management
Add a repository: uptool add-repo \<name> \<link>
Remove a repository: uptool remove-repo \<name>
List repositories: uptool list-repo
### Other
2020-04-08 18:03:50 +02:00
2020-05-16 17:59:44 +02:00
Upgrading UpToolCLI: uptool upgrade-self
2020-04-08 18:03:50 +02:00
2020-05-16 17:59:44 +02:00
Start an app: uptool start \<package>