8cbd1d6399
Add support for CSV and TSV input formats in table command
build / build (push) Successful in 12s
2026-03-06 11:43:47 +01:00
21b6a51330
Add comprehensive command documentation for SK Azure Tools
build / build (push) Successful in 50s
2026-03-06 06:20:42 +01:00
9b9aefc9a5
Fix usageTable command help text for header option
2026-03-06 06:20:36 +01:00
849a8505a2
Bump version to 0.3.1 in package.json and package-lock.json
build / build (push) Successful in 12s
2026-03-05 23:29:45 +01:00
ba7bacbe12
Update: Refactored commands into their own source files.
2026-03-05 23:28:08 +01:00
9581ee1a31
Add REST command support with method and URL options
build / build (push) Successful in 12s
2026-03-05 23:18:47 +01:00
9f023d44cc
Fix badge link in README to use correct YAML file extension
2026-03-05 22:57:09 +01:00
d74d133a60
Add build status badge to README
2026-03-05 22:56:15 +01:00
05d517709b
Refactor code structure for improved readability and maintainability
build / build (push) Successful in 12s
2026-03-05 22:51:36 +01:00
e70e668432
Add workflow_dispatch trigger to build workflow
2026-03-05 22:49:31 +01:00
e246657740
Add build workflow for CI/CD pipeline
2026-03-05 22:48:27 +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
d2001e1b1c
Replaced unnecessary function with inline code.
2026-02-09 07:04:40 +01:00
064ee1db21
Add browser profile option and TSV output mode
...
- add --browser-profile for login and validate browser/profile combinations\n- validate browser options eagerly and keep default-browser behavior when omitted\n- add TSV output format (no header)\n- change header default to auto; add --header original/-H o\n- remove explicit json/j output mode usage and keep JSON as implicit default\n- add tini to Dockerfile entrypoint path to improve signal handling
2026-02-08 21:35:40 +01:00
2180d5aa4c
Add explicit login/logout flows and browser selection
2026-02-08 20:35:36 +01:00
5888cb4d1a
Added more filtering options to app listing.
2026-02-08 15:26:24 +01:00
400d418763
Refactored usage writing helpers.
2026-02-08 15:10:06 +01:00
9f0b4eddd6
refactor(cli): split command dispatcher into per-command handlers
2026-02-08 14:56:47 +01:00
3d03600cef
refactor(cli): split commands and utils; restore cli executable bit
2026-02-08 14:54:08 +01:00
eb8a2562a6
feat(graph): add resource permission listing and output mode aliases
2026-02-08 14:46:51 +01:00
7cbfbbe7f1
feat(cli): extend permission filter to resource-permissions command
2026-02-08 14:45:53 +01:00
2661e4dc5b
feat(table): add header spec support and explicit auto mode
2026-02-08 14:17:20 +01:00
861b509b15
feat(cli): add -s alias and generic short option help
2026-02-08 13:50:37 +01:00
a03af7d5f3
feat(cli): add resolve output and improve table formatting options
2026-02-08 13:44:52 +01:00
61111cc082
feat(graph): add --resolve for list-app-permissions
2026-02-08 13:19:50 +01:00
2474fa79d3
fix(cli): restore executable permissions
2026-02-08 12:12:51 +01:00
20b8f51791
chore(license): add MIT LICENSE and SPDX headers to source files
2026-02-08 12:05:53 +01:00
97f6599056
docs(jsdoc): fix async return and param annotations
2026-02-08 11:53:53 +01:00
6c5b628c70
feat(cli): add stdin table command and pretty rendering option
2026-02-08 11:52:51 +01:00
a22b762180
feat(cli): add graph commands with query and table output
2026-02-08 11:42:47 +01:00
b4cddcc50a
refactor(config): load JSON configs and emit JSON-only PCA output
2026-02-08 10:44:04 +01:00
ec5b0906ba
fix(loadConfig): correct config file extensions from .js to .json and update loading method
2026-02-08 08:04:24 +01:00
483f8878b7
Added to configuration directory path resolution and dynamic config loader.
2026-02-08 08:00:09 +01:00
04132f024a
fix(create-pca): update usage text and remove redundant app-name option
2026-02-08 07:40:41 +01:00
d023defecc
feat(create-pca): support optional config file output
2026-02-08 07:31:51 +01:00
fc26edb30a
fix(create-pca): make admin consent failure non-fatal
2026-02-08 07:31:07 +01:00
a9551ee8ef
refactor(create-pca): use parseArgs and support positional app name
2026-02-08 07:30:20 +01:00
303f4d31be
Formatted the script.
2026-02-08 07:12:59 +01:00
3d05b45725
Added JavaScript version of Create PCA script, and removed platfrom specific Bash and PowerShell ones.
2026-02-08 07:12:00 +01:00
0748210744
Refactor createPca function to dynamically import msal-node-extensions and improve cache plugin fallback handling
2026-02-07 13:30:24 +01:00
752c6c797c
Add file cache plugin for token caching fallback in createPca function
2026-02-07 13:27:10 +01:00
5b9074a1af
Add config template output
2026-02-07 13:25:09 +01:00
2628cb632f
Prompt update and output config
2026-02-07 13:22:31 +01:00
932d1e0dda
Fix PowerShell app update flow
2026-02-07 13:21:09 +01:00
c2820c0320
Fix: typo in create-pca.sh script name.
2026-02-07 12:57:24 +01:00
aff7d88cfd
Add delegated permissions step
2026-02-07 12:53:57 +01:00