Changelog
3.9.0 (2021-11-01)
Changelog
3.8.0
It is now possible to edit a contact type with the edit-contacts
action. Additionally, edit-contacts
accepts a new flag --updateOfflineDocs
, that allows editing json docs that already exist in the directory provided in --docDirectoryPath
instead of downloading the docs from the database.
Running the compile-app-settings
command now fails early and provides a more descriptive error message to users.
Commands that require an instance now fail with a more descriptive error message if the instance provided is not reachable
Changelog
3.7.0
cht-conf
.Additionally:
medic-conf
cli command is now deprecated, in favor of cht
.medic-logs
cli command is now deprecated, in favor of cht-logs
pngout-medic
cli command is now deprecated, in favor of pngout-cht
Task definitions can now omit the resolvedIf
function. In this case, the task is resolved by any report assigned to the contact that matches the form
defined in the action of type report
.
For more information, please check the documentation.