sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

Add enable insecure connection to add cred command #428

Closed YuryShkoda closed 3 years ago

YuryShkoda commented 3 years ago

Syntax: sasjs add cred -t target --insecure

Issue example: image

Definition of done: user should be able to run sasjs add cred to run in insecure mode against servers with self signed certificates. When insecure mode is enabled, we should have a warning in the log.

If --insecure flag was provided, CLI should display a warning.

ghost commented 3 years ago

:tada: This issue has been resolved in version 2.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: