1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/packtpub.md

33 lines
715 B
Markdown
Raw Normal View History

2021-04-11 10:20:55 -04:00
# 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`):
2025-04-28 21:21:03 +03:00
`packtpub download {{[-t|--type]}} {{pdf|ebup|mobi}}`
2021-04-11 10:20:55 -04:00
- Download the daily offer book into the specified directory:
2025-04-28 21:21:03 +03:00
`packtpub download {{[-d|--dir]}} {{path/to/directory}}`
2021-04-11 10:20:55 -04:00
- Start an interactive login to packtpub.com:
`packtpub login`
- Log out from packtpub.com:
2021-04-11 10:20:55 -04:00
`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`