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

[CLI] Warning when using name parameter in batch mode #938

Open
danielkec opened this issue Jun 6, 2023 · 3 comments
Open

[CLI] Warning when using name parameter in batch mode #938

danielkec opened this issue Jun 6, 2023 · 3 comments
Labels
cli enhancement New feature or request
Milestone

Comments

@danielkec
Copy link
Contributor

➜  tmp helidon init --batch --version 3.2.1 \
--flavor MP \
--package io.helidon.example \
--name helidon-rest
warning: --name option is not used in Helidon 3.x
@danielkec
Copy link
Contributor Author

➜  tmp helidon version                       
build.date              2023-02-09 02:32:30 UTC
build.version           3.0.4
build.revision          98537338
latest.helidon.version  3.2.1

@romain-grecourt
Copy link
Contributor

Use --artifactid instead. I guess the warning should say that.

helidon init --batch --version 3.2.1 \
--flavor MP \
--package io.helidon.example \
--artifactid helidon-rest

@romain-grecourt romain-grecourt added cli enhancement New feature or request labels Jun 6, 2023
@romain-grecourt romain-grecourt added this to the 3.0.6 milestone Jun 6, 2023
@romain-grecourt
Copy link
Contributor

Also the message should be decoupled from Helidon and instead mention the Archetype Engine v2.

@romain-grecourt romain-grecourt modified the milestones: 3.0.6, 3.0.7 Jul 6, 2023
@romain-grecourt romain-grecourt modified the milestones: 4.0.0, 4.0.1, 4.0.2 Oct 23, 2023
@romain-grecourt romain-grecourt modified the milestones: 4.0.2, 4.0.3 Nov 15, 2023
@romain-grecourt romain-grecourt modified the milestones: 4.0.3, 4.0.5, 4.0.6 Jan 9, 2024
@romain-grecourt romain-grecourt modified the milestones: 4.0.6, 4.0.7 Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants