auracle: add page, gem,bundle: update (#4572)

gem: add SemVer spec install example
bundle: fix update example, add patch-update, group-update, and outdated examples
This commit is contained in:
Hermann Mayer
2020-10-15 00:22:59 +02:00
committed by GitHub
parent 7161d65a40
commit dd955ca693
3 changed files with 38 additions and 6 deletions

20
pages/linux/auracle.md Normal file
View File

@@ -0,0 +1,20 @@
# auracle
> Command line tool used to interact with Arch Linux's User Repository, commonly referred to as the AUR.
> More information: <https://github.com/falconindy/auracle>.
- Display AUR packages that match a regular expression:
`auracle search '{{regex}}'`
- Display package information for a space-separated list of AUR packages:
`auracle info {{package1}} {{package2}}`
- Display the `PKGBUILD` file (build information) for a space-separated list of AUR packages:
`auracle show {{package1}} {{package2}}`
- Display updates for installed AUR packages:
`auracle outdated`