From 179a1084aef667be29facf42b45cb8cea6cc2a5d Mon Sep 17 00:00:00 2001 From: Yuvraj Sarathe Date: Tue, 19 May 2026 17:08:04 +0530 Subject: [PATCH 1/4] docs: purge search tracking URLs and seed legacy flat files --- docs/README.md | 4 ++-- docs/v1.1.0.md | 2 ++ docs/v1.2.1.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 docs/v1.1.0.md create mode 100644 docs/v1.2.1.md diff --git a/docs/README.md b/docs/README.md index 25b7f4e..9cce69c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,5 +36,5 @@ kdm config setup ## Version History -* [v1.2.1](https://www.google.com/search?q=v1.2.1.md) -* [v1.1.0](https://www.google.com/search?q=v1.1.0.md) +* [v1.2.1](v1.2.1.md) +* [v1.1.0](v1.1.0.md) diff --git a/docs/v1.1.0.md b/docs/v1.1.0.md new file mode 100644 index 0000000..65935f7 --- /dev/null +++ b/docs/v1.1.0.md @@ -0,0 +1,2 @@ +# KDM CLI Documentation - v1.1.0 +Initial release with core commands. \ No newline at end of file diff --git a/docs/v1.2.1.md b/docs/v1.2.1.md new file mode 100644 index 0000000..0ad4c85 --- /dev/null +++ b/docs/v1.2.1.md @@ -0,0 +1,2 @@ +# KDM CLI Documentation - v1.2.1 +Current release. Docker & Kubernetes monitoring, config management. \ No newline at end of file From 673bddb04b7a3ad70ec1f65c828c837ce9617dd8 Mon Sep 17 00:00:00 2001 From: Yuvraj Sarathe Date: Tue, 19 May 2026 17:14:58 +0530 Subject: [PATCH 2/4] docs: sync real historical markdown files from main branch --- docs/README.md | 40 ++++++---------------------------------- docs/v1.2.3-test.md | 4 ++++ docs/v1.2.4-test.md | 4 ++++ 3 files changed, 14 insertions(+), 34 deletions(-) create mode 100644 docs/v1.2.3-test.md create mode 100644 docs/v1.2.4-test.md diff --git a/docs/README.md b/docs/README.md index 9cce69c..067226b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,40 +1,12 @@ -# KDM CLI — Versioned Command Documentation +# Documentation (Latest: v1.2.4-test) -This directory contains versioned documentation for all KDM CLI commands. Each section documents a top-level command group with usage, parameters, examples, and troubleshooting. +# KDM CLI Documentation - v1.2.4-test +Published on: 2026-05-19 -## Command Index +- no changes -- `show` — Show running runners, pods, containers, or minikube -- `health` — Show health status for pods or containers -- `watch` — Live monitoring mode -- `logs` — Show logs for a container or pod -- `config` — Manage KDM configuration - -## Quick Start - -```bash -# Install globally -npm install -g kdm-cli - -# Show all workloads -kdm show runners - -# Check pod health -kdm health po - -# Live watch -kdm watch - -# View logs -kdm logs - -# Configure notifications -kdm config setup - -``` --- - ## Version History -* [v1.2.1](v1.2.1.md) -* [v1.1.0](v1.1.0.md) +* [v1.2.4-test](v1.2.4-test.md) +* [v1.2.3-test](v1.2.3-test.md) diff --git a/docs/v1.2.3-test.md b/docs/v1.2.3-test.md new file mode 100644 index 0000000..1d91112 --- /dev/null +++ b/docs/v1.2.3-test.md @@ -0,0 +1,4 @@ +# KDM CLI Documentation - v1.2.3-test +Published on: 2026-05-19 + +- no changes diff --git a/docs/v1.2.4-test.md b/docs/v1.2.4-test.md new file mode 100644 index 0000000..686ac6b --- /dev/null +++ b/docs/v1.2.4-test.md @@ -0,0 +1,4 @@ +# KDM CLI Documentation - v1.2.4-test +Published on: 2026-05-19 + +- no changes From a0eac7033852ea599fcdc9932be74a4554d32f0a Mon Sep 17 00:00:00 2001 From: Yuvraj Sarathe Date: Tue, 19 May 2026 17:37:44 +0530 Subject: [PATCH 3/4] actual release --- docs/v1.1.0.md | 2 -- docs/v1.1.3.md | 9 +++++++++ docs/v1.2.0.md | 9 +++++++++ docs/v1.2.1.md | 17 +++++++++++++++-- docs/v1.2.2.md | 23 +++++++++++++++++++++++ docs/v1.2.3-test.md | 4 ---- docs/v1.2.4-test.md | 4 ---- 7 files changed, 56 insertions(+), 12 deletions(-) delete mode 100644 docs/v1.1.0.md create mode 100644 docs/v1.1.3.md create mode 100644 docs/v1.2.0.md create mode 100644 docs/v1.2.2.md delete mode 100644 docs/v1.2.3-test.md delete mode 100644 docs/v1.2.4-test.md diff --git a/docs/v1.1.0.md b/docs/v1.1.0.md deleted file mode 100644 index 65935f7..0000000 --- a/docs/v1.1.0.md +++ /dev/null @@ -1,2 +0,0 @@ -# KDM CLI Documentation - v1.1.0 -Initial release with core commands. \ No newline at end of file diff --git a/docs/v1.1.3.md b/docs/v1.1.3.md new file mode 100644 index 0000000..11376ca --- /dev/null +++ b/docs/v1.1.3.md @@ -0,0 +1,9 @@ +# KDM CLI Documentation — v1.1.3 + +## What's Changed +* Fix/esm compatibility and workflow by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/8 +* Fix/esm compatibility and workflow by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/9 +* Fix/esm compatibility and workflow by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/10 + + +**Full Changelog**: https://github.com/KDM-cli/kdm-cli/compare/v1.1.2...v1.1.3 \ No newline at end of file diff --git a/docs/v1.2.0.md b/docs/v1.2.0.md new file mode 100644 index 0000000..7709e88 --- /dev/null +++ b/docs/v1.2.0.md @@ -0,0 +1,9 @@ +# KDM CLI Documentation — v1.2.0 + +## What's Changed +* added codeowners by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/11 +* Fix: handle connection errors gracefully and add comprehensive tests by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/13 +* Feat: interactive notification setup by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/14 + + +**Full Changelog**: https://github.com/KDM-cli/kdm-cli/compare/v1.1.3...v1.2.0 \ No newline at end of file diff --git a/docs/v1.2.1.md b/docs/v1.2.1.md index 0ad4c85..221f25c 100644 --- a/docs/v1.2.1.md +++ b/docs/v1.2.1.md @@ -1,2 +1,15 @@ -# KDM CLI Documentation - v1.2.1 -Current release. Docker & Kubernetes monitoring, config management. \ No newline at end of file +# KDM CLI Documentation — v1.2.1 + +## What's Changed +* added codeowners by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/11 +* Fix: handle connection errors gracefully and add comprehensive tests by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/13 +* Feat: interactive notification setup by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/14 +* Fix: bypass branch protection in publish workflow by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/15 +* Feat: transition to @vr_patel/tui Spinner by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/17 +* fix: include kdm binary wrapper by @fizyxbt in https://github.com/KDM-cli/kdm-cli/pull/20 +* feat: improve TUI spinner and fix publish workflow by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/21 + +## New Contributors +* @fizyxbt made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/20 + +**Full Changelog**: https://github.com/KDM-cli/kdm-cli/compare/v1.1.3...v1.2.1 \ No newline at end of file diff --git a/docs/v1.2.2.md b/docs/v1.2.2.md new file mode 100644 index 0000000..2e0bf99 --- /dev/null +++ b/docs/v1.2.2.md @@ -0,0 +1,23 @@ +# KDM CLI Documentation — v1.2.2 + +## What's Changed +* feat: add credential setup guidance by @fizyxbt in https://github.com/KDM-cli/kdm-cli/pull/23 +* docs: add versioned command documentation structure by @blut-agent in https://github.com/KDM-cli/kdm-cli/pull/28 +* feat: add auto-labeling and issue templates by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/31 +* feat: use custom JS script for PR labeling by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/32 +* feat: Migrate and Adapt KDM Bot Automation Scripts by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/33 +* ci: bot automation migration by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/35 +* ci: fix issue labeler and duplicate CodeRabbit findings by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/37 +* docs: add contributing and security guidelines by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/39 +* feat(cli): add auto version checking and update prompt by @blut-agent in https://github.com/KDM-cli/kdm-cli/pull/29 +* fix: version check logic and validation by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/41 +* fix: implement real functionality for kdm logs and kdm health commands (#1) by @Rishiraj-Pathak-27 in https://github.com/KDM-cli/kdm-cli/pull/40 +* feat: automate versioned CLI command documentation scaffolding and changelog engine by @Yuvraj-Sarathe in https://github.com/KDM-cli/kdm-cli/pull/43 +* fix: refactor publish workflow and remove obsolete bots by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/45 + +## New Contributors +* @blut-agent made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/28 +* @Rishiraj-Pathak-27 made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/40 +* @Yuvraj-Sarathe made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/43 + +**Full Changelog**: https://github.com/KDM-cli/kdm-cli/compare/v1.2.1...v1.2.2 \ No newline at end of file diff --git a/docs/v1.2.3-test.md b/docs/v1.2.3-test.md deleted file mode 100644 index 1d91112..0000000 --- a/docs/v1.2.3-test.md +++ /dev/null @@ -1,4 +0,0 @@ -# KDM CLI Documentation - v1.2.3-test -Published on: 2026-05-19 - -- no changes diff --git a/docs/v1.2.4-test.md b/docs/v1.2.4-test.md deleted file mode 100644 index 686ac6b..0000000 --- a/docs/v1.2.4-test.md +++ /dev/null @@ -1,4 +0,0 @@ -# KDM CLI Documentation - v1.2.4-test -Published on: 2026-05-19 - -- no changes From 47510c2ae618eb3db2e3bfa30326fa5a1a09f05e Mon Sep 17 00:00:00 2001 From: Yuvraj Sarathe Date: Tue, 19 May 2026 17:43:50 +0530 Subject: [PATCH 4/4] actual release readme update --- docs/README.md | 32 ++++++++++++++++++++++++++------ 1 file changed, 26 insertions(+), 6 deletions(-) diff --git a/docs/README.md b/docs/README.md index 067226b..f071e6e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,12 +1,32 @@ -# Documentation (Latest: v1.2.4-test) +# KDM CLI Documentation — v1.2.2 -# KDM CLI Documentation - v1.2.4-test -Published on: 2026-05-19 +## What's Changed +* feat: add credential setup guidance by @fizyxbt in https://github.com/KDM-cli/kdm-cli/pull/23 +* docs: add versioned command documentation structure by @blut-agent in https://github.com/KDM-cli/kdm-cli/pull/28 +* feat: add auto-labeling and issue templates by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/31 +* feat: use custom JS script for PR labeling by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/32 +* feat: Migrate and Adapt KDM Bot Automation Scripts by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/33 +* ci: bot automation migration by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/35 +* ci: fix issue labeler and duplicate CodeRabbit findings by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/37 +* docs: add contributing and security guidelines by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/39 +* feat(cli): add auto version checking and update prompt by @blut-agent in https://github.com/KDM-cli/kdm-cli/pull/29 +* fix: version check logic and validation by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/41 +* fix: implement real functionality for kdm logs and kdm health commands (#1) by @Rishiraj-Pathak-27 in https://github.com/KDM-cli/kdm-cli/pull/40 +* feat: automate versioned CLI command documentation scaffolding and changelog engine by @Yuvraj-Sarathe in https://github.com/KDM-cli/kdm-cli/pull/43 +* fix: refactor publish workflow and remove obsolete bots by @utkarsh232005 in https://github.com/KDM-cli/kdm-cli/pull/45 -- no changes +## New Contributors +* @blut-agent made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/28 +* @Rishiraj-Pathak-27 made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/40 +* @Yuvraj-Sarathe made their first contribution in https://github.com/KDM-cli/kdm-cli/pull/43 + +**Full Changelog**: https://github.com/KDM-cli/kdm-cli/compare/v1.2.1...v1.2.2 --- + ## Version History -* [v1.2.4-test](v1.2.4-test.md) -* [v1.2.3-test](v1.2.3-test.md) +* [v1.2.2](v1.2.2.md) +* [v1.2.1](v1.2.1.md) +* [v1.2.0](v1.2.0.md) +* [v1.1.3](v1.1.3.md) \ No newline at end of file