Skip to content
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

Downgrade ABP CLI / Install a specific version of ABP CLI #10016

Closed
amsaighi opened this issue Sep 12, 2021 · 4 comments
Closed

Downgrade ABP CLI / Install a specific version of ABP CLI #10016

amsaighi opened this issue Sep 12, 2021 · 4 comments
Labels

Comments

@amsaighi
Copy link

I tried to downgrade our project via ABP CLI using from 4.4.2 to 4.3.1
Abp update --nuget --npm --version 4.3.1 it doesn't work

@ebicoglu
Copy link
Member

use the following commands

dotnet tool uninstall -g volo.abp.cli
dotnet tool install -g volo.abp.cli --version 4.3.1

@ebicoglu ebicoglu changed the title Add downgrade to ABP CLI Downgrade ABP CLI / Install a specific version of ABP CLI Sep 12, 2021
@amsaighi
Copy link
Author

amsaighi commented Sep 12, 2021

use the following commands

dotnet tool uninstall -g volo.abp.cli
dotnet tool install -g volo.abp.cli --version 4.3.1

My scenario we created a new project ( Application ) based in 4.4.2 and it related with our modules 4.3.1 we found some problem.
We have a lot of module developed by 4.3.1 and we are working with. in our case we can't update all of them because it use in dev for others projects.

By the way I know all of ABP and dotnet CLI ( I read docs ) :D

@yekalkan
Copy link
Member

yekalkan commented Sep 13, 2021

Hi @amsaighi,

abp downgrade command won't be much useful. It will cover very rare cases.

Thank you for your suggestion.

@amsaighi
Copy link
Author

Hi @amsaighi,

abp downgrade command won't be much useful. It will cover very rare cases.

Thank you for your suggestion.

Yep it's rare cases, I did it manually
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants