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/httpie.md

18 lines
371 B
Markdown
Raw Normal View History

2017-12-20 11:51:32 +08:00
# httpie
> Management interface for HTTPie.
> See also: `http`, the tool itself.
> More information: <https://httpie.io/docs/cli/plugin-manager>.
2017-12-20 11:51:32 +08:00
- Check updates for `http`:
2017-12-20 11:51:32 +08:00
`httpie cli check-updates`
2017-12-20 11:51:32 +08:00
- List installed `http` plugins:
2017-12-20 11:51:32 +08:00
`httpie cli plugins list`
2017-12-20 11:51:32 +08:00
- Install/upgrade/uninstall plugins:
2017-12-20 11:51:32 +08:00
`httpie cli plugins {{install|upgrade|uninstall}} {{plugin_name}}`