Releases: yamcs/yamcs-cli
Releases · yamcs/yamcs-cli
v1.4.11
- Add
--stream
option to yamcs commands run
- Add
--filter
option to yamcs events log
v1.4.10
- Add
--instance
option on login
subcommand to be explicit about the initial instance
- Set exit code to 1 if stopped erroneously
- Send diagnostic messages to stderr, not stdout
- New subcommand:
yamcs rocksdb
v1.4.9
- Add
yamcs parameter-archive purge
command
v1.4.8
- New commands:
yamcs packets rebuild-histogram
yamcs packets rebuild-ccsds-index
v1.4.7
- New command:
yamcs parameters export-csv
- Add Python 3.12, drop Python 3.6
v1.4.6
- New commands:
yamcs alarms
yamcs commands run
yamcs commands log
yamcs events log
yamcs links run-action
yamcs packets log
yamcs parameters get
yamcs parameters set
yamcs processors delete
yamcs space-systems export
- Add
--query
option to yamcs tables dump
- Add
--user
option to yamcs login
- Add
enable_utc
config property
v1.4.5
- dbshell: Print known Yamcs types in JSON format instead of binary
- dbshell: Persist query history
- dbshell: Add an option to not print column titles
- dbshell: Add an option to start in batch mode (no history, no help texts, default to binary instead of hex)
v1.4.4
- New commands:
yamcs tables rebuild-histogram
yamcs parameter-archive rebuild
yamcs events create
- Package bash autocompletion script (requires manual setup).
v1.4.3
- dbshell: Add new commands:
delimiter
, rehash
, source
, status
- dbshell: Print NULL instead of None
v1.4.2
- Use storage URLs of the form
ys://BUCKET/OBJECT
instead of BUCKET://OBJECT
- Fix issue when the provided Server URL uses a trailing slash
- Fix exception during logout