-
Notifications
You must be signed in to change notification settings - Fork 15
uninstall: add tt uninstall tcm command #1160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cae4a59
to
51c77de
Compare
f2e9b9f
to
6444749
Compare
Works as expected. Please fix |
e7cd8d4
to
bde48b9
Compare
Done |
bde48b9
to
1c0cf9c
Compare
51c77de
to
622b4bc
Compare
1c0cf9c
to
b402558
Compare
622b4bc
to
58570fb
Compare
b402558
to
27380ae
Compare
This commit adds the ability to remove installed TCM package using the `tt uninstall tcm` command. The TCM uninstallation works like to the removing other Tarantool executables. @TarantoolBot Title: added `tt uninstall tcm` The command finds the locally installed version of TCM and removes it from the system. If no version is specified, the current version of TCM that is in use at the moment is deleted. If the actual version is deleted, the symbolic link `tcm` in the `bin` folder is also deleted. **Usage Example**: Remove specific TCM version: ```bash tt uninstall tcm 1.2.3-0-geae7e7d49 ``` Remove actual active TCM version: ```bash tt uninstall tcm ``` Closes #TNTP-1096
Part of #TNTP-1096
27380ae
to
02d3397
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are red.
It seems as flaky |
Please, add examples of the command into the PR message. |
Done |
Added opposite command to remove installed tcm.
The command finds the locally installed version of TCM and removes
it from the system. If no version is specified, the current version
of TCM that is in use at the moment is deleted. If the actual version
is deleted, the symbolic link
tcm
in thebin
folder is also deleted.Usage Example:
Remove specific TCM version:
Remove actual active TCM version:
I didn't forget about (remove if it is not applicable):
Closes #TNTP-1096