microsoft/containers-toolkit
Install commands uninstall and reinstall the tool even it exists
开放
#20 创建于 2024年5月29日
enhancementgood first issue
仓库指标
- 星标
- (26 个星标)
- PR 合并指标
- (PR 指标待抓取)
描述
Describe the bug Install commands uninstall and reinstall the tool version is already installed. If the specified version is installed, stop execution.
To Reproduce Steps to reproduce the behavior:
- Install any tool using the commands eg: Install-Containerd
- Rerun the command: Install-Containerd
Expected behavior If the the version of the tool is already installed, show info log, and stop execution.