Releases: evrythng/evrythng-cli
Releases · evrythng/evrythng-cli
v1.11.0
v1.10.0
v1.9.0
v1.8.0
v1.7.0
Features
- Use [email protected]
- Add
postinstall
message to help getting started - Always switch to a newly added
operator
- Add
version
,requireVersion()
, andgetOperatorScope()
to the plugin API. - Show the currently selected operator in the help text (
evrythng
)
Fixes
- Fix
npm audit
warnings - Reorder help text to better show installed plugins
redirections
always use the supplied short domain, instead of assuming the default.
v1.6.0
v1.5.0
Features
- Upgrade to
[email protected]
- Plugins now get response data when running
runCommand()
, allowing more complex scripts.
Bug Fixes
- Fix bug displaying HTTP headers with
show-http
option. - Fix bug using
base_app_user
with roles API. - Fix bug when no
options
name is provided. - Add missing
--from-json
in help texts when available in create commands. - Fix bug when response contains no body (POST/PUT)
- Don't ask for confirmation twice when using
--build
with tasks.