-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
ABP CLI Replace Packages with Previews #2837
Comments
How about: abp sources switch --preview
abp sources switch --stable Inspired by |
Good suggestion. But "source" has a single meaning for NuGet, while it may mean "the source of the modules" for abp. We have/will another command to replace a module reference by its source code, so a root "sources" command would not be suitable. Maybe "abp package-sources -p" and "abp package-sources -s" (long versions are --preview and --stable). |
Do you mean replace a remote reference with a local reference? |
You know, startup project is using the modules as NuGet packages. For example, for the Identity module, you don't have the source code. We will try to add a command to CLI to remove Identity Nuget packages, download and add its source code directly into the current solution, so you can freely modify it. |
We re-started to release nightly previews. However, it is tedious to replace all NuGet/NPM packages with the previews and return to stables when its released.
So, add a new command to the ABP CLI to replace all NuGet/NPM packages with the previews and vice verse. Example commands:
If anyone has a better command name, it is appreciated :)
The text was updated successfully, but these errors were encountered: