Skip to content

Releases: Openwsman/wsmancli

Version 2.6.2 - Bugfixes

29 Dec 09:59
Compare
Choose a tag to compare

Version 2.6.2 contains some minor improvements

  • added LICENSE and README.md (kkaempf)
  • replace getpass (Vitezslav Crhonek)
  • Improve handling of HTTP 401 Unauthorized (Vitezslav Crhonek)
  • Make build reproducible (bmwiedemann)

Version 2.6.0

11 Jun 09:34
Compare
Choose a tag to compare

This version adds a new request flag to specify the wsman:Locale in a WS-Man request.

  • add -L <locale> flag to specify request-locale

Version 2.5.0

10 Jun 06:03
Compare
Choose a tag to compare

This version comes with an ABI change and need a matching version of Openwsman.

  • Features
    • properties and selectors are kept sorted (requires Openwsman 2.5 now)
      -Bugfixes
    • 'wsman -h' exits with zero

Version 2.3.2

10 Jun 06:00
Compare
Choose a tag to compare
  • Feature
    • keep properties (invoke call parameters) sorted

wsmancli version 2.3.1

26 Feb 09:24
Compare
Choose a tag to compare

This is a feature-enhancement release

  • exit with non-zero code if connection fails
  • man pages (Kent Baxley)
  • read credentials from environment:
    wsman: WSMAN_USER, WSMAN_PASS, WSMAN_EVENT_USER, WSMAN_EVENT_PASS
    wseventmgr: WSEVENTMGR_USER, WSEVENTMGR_PASS, WSEVENTMGR_EVENT_USER, WSEVENTMGR_EVENT_PASS
  • add --non-interactive option to prevent asking for credentials in scripts