scalyr / scalyr-tool

Command-line tool for accessing Scalyr services
Apache License 2.0
56 stars 37 forks source link

add client-side validation for putFile method #48

Closed FedorZhdanov closed 1 year ago

FedorZhdanov commented 1 year ago

In addition to the server-side validation of configuration files we opt-in for a client-side validation to check whether the files to be uploaded are valid json/hocon.

In addition, some formatting fixes.