We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
F:>cd WebProjects
F:\WebProjects>abp new Abp.BookStore -u angular -d mongodb [02:12:24 INF] ABP CLI (https://abp.io) [02:12:25 INF] Version 1.0.2 (Stable channel) [02:12:26 INF] Creating your project... [02:12:26 INF] Project name: Abp.BookStore [02:12:26 INF] Database provider: MongoDb [02:12:26 INF] UI Framework: Angular [02:12:26 INF] Output folder: F:\WebProjects [02:12:26 INF] Using cached template: app, version: 1.0.2 [02:12:28 INF] Check out the documents at https://docs.abp.io/en/abp/latest/Startup-Templates/Application [02:12:29 INF] 'Abp.BookStore' has been successfully created to 'F:\WebProjects'
F:\WebProjects>cd Abp.BookStore The system cannot find the path specified.
F:\WebProjects>cd F:\WebProjects\Abp.BookStore The system cannot find the path specified.
The text was updated successfully, but these errors were encountered:
We can enhance it.
Sorry, something went wrong.
Cli new command to create a project folder.
a1466b6
Resolve #2056
You should use -o or --output-folder to specific a folder, similar to dotnet new command. You can use abp new to see the complete help message.
-o
--output-folder
dotnet new
abp new
Super!!! Thanks!
I did not suspect it deployed to current folder )), now it is clear
maliming
Successfully merging a pull request may close this issue.
F:>cd WebProjects
F:\WebProjects>abp new Abp.BookStore -u angular -d mongodb
[02:12:24 INF] ABP CLI (https://abp.io)
[02:12:25 INF] Version 1.0.2 (Stable channel)
[02:12:26 INF] Creating your project...
[02:12:26 INF] Project name: Abp.BookStore
[02:12:26 INF] Database provider: MongoDb
[02:12:26 INF] UI Framework: Angular
[02:12:26 INF] Output folder: F:\WebProjects
[02:12:26 INF] Using cached template: app, version: 1.0.2
[02:12:28 INF] Check out the documents at https://docs.abp.io/en/abp/latest/Startup-Templates/Application
[02:12:29 INF] 'Abp.BookStore' has been successfully created to 'F:\WebProjects'
F:\WebProjects>cd Abp.BookStore
The system cannot find the path specified.
F:\WebProjects>cd F:\WebProjects\Abp.BookStore
The system cannot find the path specified.
The text was updated successfully, but these errors were encountered: