Sławek Koszewski slawek
  • Joined on 2023-10-09
slawek pushed to main at slawek/sk-tools 2026-03-10 19:51:15 +01:00
7264e91663 Fix versions in lock file.
slawek pushed to main at slawek/sk-az-tools 2026-03-10 19:49:30 +01:00
dda13b7e2a chore: bump version to 0.7.1 in package.json
5265e5300c refactor: remove unused usage functions and migrate argument parsing to commander.js
Compare 2 commits »
slawek pushed to main at slawek/sk-tools 2026-03-10 07:41:53 +01:00
047e342842 Finished migration to commander.js, updated table rendering engine to use code blocks for resource Guids.
slawek pushed to main at slawek/sk-az-tools 2026-03-10 07:15:05 +01:00
9fd770999b Migrated from parseArgs from node:util to commander.js.
slawek pushed to main at slawek/sk-tools 2026-03-09 08:43:47 +01:00
47a8b19748 Refactor bump-patch script to use Commander for argument parsing
slawek pushed to main at slawek/sk-az-tools 2026-03-08 19:07:14 +01:00
a98c77cd2e Refactor of authentication code. Added configuration file selectable authentication method. Selectable from built-in Azure Identity, and custom PCA using MSAL.
slawek pushed to main at slawek/sk-az-tools 2026-03-08 10:30:38 +01:00
0829b35113 refactor: remove unused imports and function for cleaner code
slawek pushed to main at slawek/sk-az-tools 2026-03-07 21:51:23 +01:00
63eb9c3cad Updated sk-tools to version 0.3.0.
slawek pushed to main at slawek/sk-tools 2026-03-07 21:48:02 +01:00
9142518cc3 Refactored CLI to support multiple commands as sk-az-tools do. Added table-info command.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 19:14:23 +01:00
cd119c90c2 Fix: resolved package-lock issues.
slawek pushed to main at slawek/sk-tools 2026-03-07 19:10:18 +01:00
a4b08d6a15 Fix: removed hand editing of package-lock.json from bump script.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 18:49:18 +01:00
88ac901222 update: adopted new output options. Various optimizations.
slawek pushed to main at slawek/sk-tools 2026-03-07 18:48:33 +01:00
281b0c13aa Removed header output relabeling and added column filtering with label handling.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 16:33:17 +01:00
059590fde4 fix: removed unefficient AI generated call pattern using one-use object types created for 2-3 variable passing.
63029d1119 refactor: streamline session state management using configuration functions
aa6f9e24f8 Refactored configuration loading function.
Compare 3 commits »
slawek pushed to main at slawek/sk-tools 2026-03-07 15:26:48 +01:00
f5877d2ccd Exporteed getConfigDir.
slawek pushed to main at slawek/sk-tools 2026-03-07 14:40:58 +01:00
4dac95e081 Dropped custom GUID validation function in favour of standard uuid library.
slawek pushed to main at slawek/sk-az-tools 2026-03-07 11:06:14 +01:00
67dd2045e3 refactor: moved bump-patch.mjs to the generic sk-tools package.
slawek pushed to main at slawek/sk-tools 2026-03-07 11:05:29 +01:00
fe1b8f0e1f bump version to 0.1.2 and add bump-patch script for version management
slawek pushed to main at slawek/sk-az-tools 2026-03-07 11:04:26 +01:00
94a573f1e1 refactor: simplify bump function and improve version handling
slawek pushed to main at slawek/sk-tools 2026-03-07 10:51:22 +01:00
d74dafbe01 update getConfig function to accept custom config file names
751a49f268 add config module and update exports in package.json
Compare 2 commits »