Releases: NASA-AMMOS/DataDrive-CommandLine
Releases · NASA-AMMOS/DataDrive-CommandLine
v2.0.5
What's Changed
Full Changelog: v2.0.1...v2.0.5
- added --callback flag
- added --license command to show the license at the command-line
- updated ocs-js-client minimum version to 9.0.1
- clean up the logging; file downloads are logged but other error messages are not; a future version will allow for log-level changes in the app configuration (rather than at build-time)
- cleaned up some of the built-in help for -x and -f
v2.0.1
- The checkpoint.txt and package.txt files have been combined into one file. Additionally, a backup mechanism was added for checkpoint.txt file for each file write.
- The logic for checkpoint management has been updated. This will make the ddrv command-line more reliable when restarting Subscriptions that have terminated for any unexpected reason, particularly with network dropouts. Subscription Playback should also be more reliable as a result.
- Can set
ddrv
CLI log files to automatically “roll” on a time period set by your configuration. For example, the CLI can change log files daily so that they do not get too large. Optionally, old log files can be automatically gzipped. - There is a new command-line configuration option to indicate where to write log-files.
- Subscriptions to Saved-Searches support special characters like #
- Added Publish functionality to upload files automatically.
- Simplified the build process by using Docker to manage dependencies (“make build”). This requires Docker to be running.