## Problem - Currently `@sasjs/cli` and `@sasjs/adapter` use separate instances of `axios` which 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 `createFileFromUrl` utility to `@sasjs/adapter`. - Move logic from `isSasJsServerInServerMode` utility to `@sasjs/adapter`. - Remove `axios` depency from `@sasjs/cli`
Problem
@sasjs/cliand@sasjs/adapteruse separate instances ofaxioswhich makes managing HTTP clients more difficult.@sasjs/cli.To-do
createFileFromUrlutility to@sasjs/adapter.isSasJsServerInServerModeutility to@sasjs/adapter.axiosdepency from@sasjs/cli