mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-03 12:55:23 +02:00
17 lines
433 B
Markdown
17 lines
433 B
Markdown
# httpie
|
|
|
|
> Managementschnittstelle für HTTPie.
|
|
> Siehe auch: `http`, das eigentliche Tool.
|
|
> Weitere Informationen: <https://httpie.io/docs/cli/plugin-manager>.
|
|
|
|
- Suche nach Aktualisierungen für `httpie`:
|
|
|
|
`httpie cli check-updates`
|
|
|
|
- Zeige die installierten Plugins für `httpie`:
|
|
|
|
`httpie cli plugins list`
|
|
|
|
- Installiere/aktualisiere/deinstalliere Plugins:
|
|
|
|
`httpie cli plugins {{install|upgrade|uninstall}} {{plugin_name}}`
|