Commit Graph

31 Commits

Author SHA1 Message Date
d69402a33d Updated package versions.
All checks were successful
build / build (push) Successful in 22s
2026-03-10 20:36:01 +01:00
97f7011f97 Fix: dependencies.
All checks were successful
build / build (push) Successful in 14s
2026-03-10 19:52:24 +01:00
dda13b7e2a chore: bump version to 0.7.1 in package.json
All checks were successful
build / build (push) Successful in 14s
2026-03-10 19:49:26 +01:00
9fd770999b Migrated from parseArgs from node:util to commander.js.
All checks were successful
build / build (push) Successful in 14s
2026-03-10 07:15:00 +01:00
a98c77cd2e Refactor of authentication code. Added configuration file selectable authentication method. Selectable from built-in Azure Identity, and custom PCA using MSAL.
Some checks failed
build / build (push) Failing after 14s
2026-03-08 19:07:10 +01:00
63eb9c3cad Updated sk-tools to version 0.3.0.
All checks were successful
build / build (push) Successful in 13s
2026-03-07 21:51:18 +01:00
cd119c90c2 Fix: resolved package-lock issues.
All checks were successful
build / build (push) Successful in 13s
2026-03-07 19:14:19 +01:00
88ac901222 update: adopted new output options. Various optimizations.
Some checks failed
build / build (push) Failing after 15s
2026-03-07 18:49:15 +01:00
059590fde4 fix: removed unefficient AI generated call pattern using one-use object types created for 2-3 variable passing.
Some checks failed
build / build (push) Failing after 13s
2026-03-07 16:33:13 +01:00
aa6f9e24f8 Refactored configuration loading function. 2026-03-07 15:18:46 +01:00
9c2aea491c feat: bump version to 0.4.3 and add bump-patch script for automated versioning
All checks were successful
build / build (push) Successful in 15s
2026-03-07 10:13:47 +01:00
d39fdb3e33 feat: add make-deps script for function dependency graph generation
Some checks failed
build / build (push) Failing after 15s
2026-03-07 10:01:04 +01:00
fff80047c2 fix: restored accidentialy removed sk-tools dependency.
All checks were successful
build / build (push) Successful in 17s
2026-03-06 23:11:10 +01:00
a629a3a32d Fix incorrect handling of table output.
Some checks failed
build / build (push) Failing after 12s
2026-03-06 23:03:19 +01:00
2fa9462657 Refactor CLI commands: remove table command and related utilities; update dependencies and version
All checks were successful
build / build (push) Successful in 17s
2026-03-06 19:05:34 +01:00
350577420b update command usage formatting for consistency
All checks were successful
build / build (push) Successful in 12s
2026-03-06 12:11:06 +01:00
8cbd1d6399 Add support for CSV and TSV input formats in table command
All checks were successful
build / build (push) Successful in 12s
2026-03-06 11:43:47 +01:00
849a8505a2 Bump version to 0.3.1 in package.json and package-lock.json
All checks were successful
build / build (push) Successful in 12s
2026-03-05 23:29:45 +01:00
71ec95b52b Bump version to 0.3.0 and add get-token command for Azure token retrieval 2026-03-05 22:39:42 +01:00
21b8179d40 Update version to 0.2.1 and add create-pca script for Azure app management 2026-03-05 22:03:10 +01:00
b88b35cb90 Bump version to 0.2.0 and update build script to make CLI executable 2026-03-05 21:36:52 +01:00
cb41e7dec1 Migrated to TypeScript. 2026-03-05 21:29:58 +01:00
5aacde4f67 Update package name to scoped format and add Gitea configuration documentation 2026-03-05 21:09:31 +01:00
eb8a2562a6 feat(graph): add resource permission listing and output mode aliases 2026-02-08 14:46:51 +01:00
a22b762180 feat(cli): add graph commands with query and table output 2026-02-08 11:42:47 +01:00
aa75ad11f1 Update logout userPrincipalName 2026-02-07 09:40:52 +01:00
7c2228ec5b Add author and license information to package.json; create .npmignore file 2026-02-05 07:36:03 +01:00
21b469c118 Reorganized the module structure. 2026-02-05 05:55:08 +01:00
4aae2dc31d Add Azure DevOps API dependency and update exports in package.json 2026-02-04 21:52:17 +01:00
ec7410ccd5 Add Azure and Microsoft Graph integration with credential management and API functions 2026-02-04 19:58:24 +01:00
42afd80831 Initialize project with basic structure, including .gitignore, README, package.json, and entry point 2026-02-04 09:19:03 +01:00