1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-26 20:02:11 +02:00

httpie cli check-updates

This commit is contained in:
Batuhan Taskaya
2022-04-29 14:35:12 +03:00
parent c56692c9af
commit 366b0c3fcd
6 changed files with 95 additions and 20 deletions
+8
View File
@@ -2402,6 +2402,14 @@ This command is currently in beta.
"Program: http, Version: 0.0.1a0"
```
#### `httpie cli plugins`
`plugins` interface is a very simple plugin manager for installing, listing and uninstalling HTTPie plugins.
In the past `pip` was used to install/uninstall plugins, but on some environments (e.g., brew installed
packages) it wasn’t working properly. The new interface is a very simple overlay on top of `pip` to allow
plugin installations on every installation method.
By default, the plugins (and their missing dependencies) will be stored under the configuration directory,
but this can be modified through `plugins_dir` variable on the config.