Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-30 00:18:23 +00:00
parent 2f5c37424b
commit aa60befad7
7 changed files with 137 additions and 0 deletions

21
tldr/apkeep Normal file
View File

@@ -0,0 +1,21 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# apkeep
> Download APK files from various sources.
> More information: <https://github.com/EFForg/apkeep>.
- Download an APK file to the specified directory:
`apkeep --app {{com.example.application}} {{path/to/directory}}`
- List all available versions for download:
`apkeep --app {{com.example.application}} --list-versions {{path/to/directory}}`
- Specify a store to download from:
`apkeep --app {{com.example.application}} --download-source {{apk-pure|google-play|f-droid|huawei-app-gallery}} {{path/to/directory}}`