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

abp new <Project> does not create project folder <Project> actually #2056

Closed
ildafon opened this issue Oct 31, 2019 · 4 comments · Fixed by #2057
Closed

abp new <Project> does not create project folder <Project> actually #2056

ildafon opened this issue Oct 31, 2019 · 4 comments · Fixed by #2057
Assignees
Milestone

Comments

@ildafon
Copy link

ildafon commented Oct 31, 2019

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.

@maliming
Copy link
Member

maliming commented Nov 1, 2019

We can enhance it.

@maliming maliming self-assigned this Nov 1, 2019
@maliming maliming added this to the backlog milestone Nov 1, 2019
maliming added a commit that referenced this issue Nov 1, 2019
@wakuflair
Copy link
Contributor

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.

@yekalkan yekalkan modified the milestones: backlog, 1.1 Nov 1, 2019
@ildafon
Copy link
Author

ildafon commented Nov 3, 2019

Super!!! Thanks!

@ildafon
Copy link
Author

ildafon commented Nov 3, 2019

I did not suspect it deployed to current folder )), now it is clear

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

Successfully merging a pull request may close this issue.

4 participants