@sasjs/cli
Version:
Command line interface for SASjs
6 lines (5 loc) • 371 B
TypeScript
/**
* Creates new target/ updates current target(if found) for either local config or global config file.
* @param {boolean} insecure- boolean to use insecure connection, default is false. lf true the server will not reject any connection which is not authorized with the list of supplied CAs
*/
export declare function addTarget(insecure: boolean): Promise<boolean>;