feat(cli): add graph commands with query and table output

This commit is contained in:
2026-02-08 11:42:47 +01:00
parent b4cddcc50a
commit a22b762180
4 changed files with 271 additions and 1 deletions

View File

@@ -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",