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

Volo.Abp.Studio.Cli.Commands cannot create Console template. #20855

Closed
1 task done
mahmut-gundogdu opened this issue Sep 20, 2024 · 2 comments
Closed
1 task done

Volo.Abp.Studio.Cli.Commands cannot create Console template. #20855

mahmut-gundogdu opened this issue Sep 20, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@mahmut-gundogdu
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Description

the command that I executed
abp new Acme.MyConsoleApp -t console
the code come from document. https://abp.io/docs/latest/get-started/console

image

Version

0.8.2

Operation System

macOS

Solution Configuration

No response

Other information

No response

@EngincanV
Copy link
Member

For a quick workaround, you can pass the --old parameter to the end of the command:

abp new Acme.MyConsoleApp -t console --old

This will create a console template with the old cli.

@EngincanV
Copy link
Member

I created an internal issue to add the console & wpf templates to the new templating system. In meantime, you can create the template by passing the --old parameter at the end of the command. BTW, documentation will be updated with #20929

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