mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
464 B
Plaintext
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}}`
|