tldr/pages/common/httpie.md

18 lines
371 B
Markdown
Raw Normal View History

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