feat(clean): Make the command interactive: add smartinteract prompts, docker context detection, and selective resource removal with support for --all and -y auto-confirm

This commit is contained in:
2026-02-07 05:17:32 +00:00
parent 3085eb590f
commit 2d4d7c671a
6 changed files with 480 additions and 17 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@git.zone/tsdocker',
version: '1.14.0',
version: '1.15.0',
description: 'develop npm modules cross platform with docker'
}