Skip to content

Commit

Permalink
Merge pull request #306 from sasjs/add-credentials
Browse files Browse the repository at this point in the history
feat(add-cred): sasjs add cred command
  • Loading branch information
YuryShkoda committed Dec 8, 2020
2 parents 96f6b51 + f6cad51 commit 802d09f
Show file tree
Hide file tree
Showing 21 changed files with 928 additions and 649 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CLIENT=clientXYZ
SECRET=secretXYZ
ACCESS_TOKEN=QWERTY!@#$%
REFRESH_TOKEN=QWERTY!@#$%
LOG_LEVEL= Debug / Info / Warn / Error / Off
22 changes: 17 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"@sasjs/adapter": "^1.19.2",
"@sasjs/core": "^1.12.3",
"@sasjs/utils": "^1.1.2",
"base64-img": "^1.0.4",
"btoa": "^1.2.1",
"chalk": "^4.1.0",
Expand All @@ -58,8 +59,7 @@
"ora": "^5.1.0",
"prompt": "^1.0.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4",
"valid-url": "^1.0.9"
"shelljs": "^0.8.4"
},
"devDependencies": {
"@babel/preset-env": "^7.11.5",
Expand Down
316 changes: 0 additions & 316 deletions src/commands/add.js

This file was deleted.

0 comments on commit 802d09f

Please sign in to comment.