cli
cli copied to clipboard
Move all HTTP requests to @sasjs/adapter
Problem
- Currently
@sasjs/cliand@sasjs/adapteruse separate instances ofaxioswhich makes managing HTTP clients more difficult. - Verbose mode can't be enabled for the HTTP client used in
@sasjs/cli.
To-do
- Move logic from
createFileFromUrlutility to@sasjs/adapter. - Move logic from
isSasJsServerInServerModeutility to@sasjs/adapter. - Remove
axiosdepency from@sasjs/cli