packtpub: add page (#5681)

manned-org
bl-ue 2021-04-11 10:20:55 -04:00 committed by GitHub
parent 974a20f166
commit 87ff9cdefa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

32
pages/common/packtpub.md Normal file
View File

@ -0,0 +1,32 @@
# packtpub
> Download freely offered books from packtpub.com.
> More information: <https://github.com/vladimyr/packtpub-cli>.
- Download the daily offer book into the current directory with the specified book format (defaults to `pdf`):
`packtpub download --type {{pdf|ebup|mobi}}`
- Download the daily offer book into the specified directory:
`packtpub download --dir {{path/to/directory}}`
- Start an interactive login to packtpub.com:
`packtpub login`
- Logout from packtpub.com:
`packtpub logout`
- Display the daily offer:
`packtpub view-offer`
- Open the daily offer in the default web browser:
`packtpub view-offer`
- Display the currently logged-in user:
`packtpub whoami`