Skip to content

Releases: yamcs/yamcs-cli

v1.4.1

15 Jul 19:17
f936c72
Compare
Choose a tag to compare
  • Usability fix-up relating to the login subcommand.
  • Improved error reporting when no server is configured.

v1.4.0

14 Jun 15:36
e020637
Compare
Choose a tag to compare
  • Login now requires a URL instead of HOST:PORT (for example https://localhost:8090). This change was done to make it more straightforward to connect to servers behind HTTPS and/or mounted on a context path.
  • Added a global --debug flag, which will enable the printout of stacktraces.
  • Added a subcommand extension mechanism.
  • Make use of implicit namespace packages.

Note: if you do not use pip, but instead install yamcs-cli from a clone of this repository (python setup.py develop or python setup.py install), remove manually any yamcs*-nspkg.pth files from your site-packages (python setup.py uninstall yamcs-cli will not remove such files).

v1.3.1

06 Nov 11:29
b6a7880
Compare
Choose a tag to compare
  • Fixes login subcommand

v1.3.0

16 Oct 11:57
9665ebf
Compare
Choose a tag to compare
  • Use latest client library

v1.2.2

03 Jul 18:16
365e168
Compare
Choose a tag to compare
  • dbshell subcommand supports table selection with arbitrary result count
  • display available subcommands if none was provided