-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: replace the usage of getLocalConfig with process.sasjsConfig (#1335
) * fix: invoke setConstants from getTargetInfo method of TargetCommand class * chore: adjust the position of functional params * chore: mock setConstants in specs * chore: quick fix * fix: get from same source in whole life cycle of a command execution if target is picked from .sasjsrc file then configuration should be picked from same file in whole commands execution and if target is picked from local sasjsconfig.json then configuration should be picked from it too * chore: quick fix * fix: logic for function getProgramFolders * chore: quick fix * fix: get config from local sasjsconfig or global sasjsrc file based on target selection * fix: store sasjs config in process variable to reduce redundant io operations * chore: reset changes in package.json * chore: specs fix * fix: use sasjs config from process variable instead of reading config file every time * fix: replace the usage of getLocalConfig with process.sasjsConfig * chore: organize imports * chore: refactor saveTokens function
- Loading branch information
Showing
8 changed files
with
83 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters