sasjs / cli

Command line interface for creating, compiling, and building SAS® projects

Home Page:https://cli.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

deprecate returnStatusOnly and enable debugging

allanbowe opened this issue · comments

Currently the returnStatusOnly flag enables a 0,1,2 CLI response depending on the job success, warning, error status.

In fact, this should be the default behaviour and a flag is not required. It should be replaced with a console log (this flag is deprecated).

We can replace it with a debug flag. The aim of this is to show additional console logs, including ALL the requests to Viya (request URL & body, response headers & body).

This will significantly help in debugging, and producing test cases for future error scenarios.

🎉 This issue has been resolved in version 4.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀