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.
Syntax:
sasjs add cred -t target --insecure
Issue example:
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.