microsoft/containers-toolkit
Install commands uninstall and reinstall the tool even it exists
Open
#20 opened on May 29, 2024
enhancementgood first issue
Repository metrics
- Stars
- (26 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.