Files
cheatsheet-tldr/tldr/httpie
2024-08-26 00:15:54 +00:00

23 lines
464 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# httpie
> Management interface for HTTPie.
> See also: `http`, the tool itself.
> More information: <https://httpie.io/docs/cli/plugin-manager>.
- Check updates for `http`:
`httpie cli check-updates`
- List installed `http` plugins:
`httpie cli plugins list`
- Install/upgrade/uninstall plugins:
`httpie cli plugins {{install|upgrade|uninstall}} {{plugin_name}}`