feat(cli): add graph commands with query and table output
This commit is contained in:
@@ -11,12 +11,16 @@
|
||||
"@azure/msal-node": "^5.0.3",
|
||||
"@azure/msal-node-extensions": "^1.2.0",
|
||||
"@microsoft/microsoft-graph-client": "^3.0.7",
|
||||
"azure-devops-node-api": "^15.1.2"
|
||||
"azure-devops-node-api": "^15.1.2",
|
||||
"jmespath": "^0.16.0"
|
||||
},
|
||||
"author": {
|
||||
"name": "Sławomir Koszewski",
|
||||
"email": "slawek@koszewscy.waw.pl"
|
||||
},
|
||||
"bin": {
|
||||
"sk-az-tools": "./src/cli.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
".": "./src/index.js",
|
||||
|
||||
Reference in New Issue
Block a user