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

Add support for argument file (primary used by init) #690

Closed
barchetta opened this issue Apr 6, 2022 · 0 comments · Fixed by #704
Closed

Add support for argument file (primary used by init) #690

barchetta opened this issue Apr 6, 2022 · 0 comments · Fixed by #704
Assignees
Labels
Milestone

Comments

@barchetta
Copy link
Member

helidon --args-file myargs init  
helidon init --args-file myargs 

Argument file would be one argument per line, like this:

# Ignore comments
--verbose
--batch
--flavor se
--artifactid  myexample
-Dfoo=bar
@barchetta barchetta added the cli label Apr 6, 2022
@barchetta barchetta added this to the 3.0.0-M4 milestone Apr 6, 2022
@barchetta barchetta added this to To do in Archetype V2 via automation Apr 6, 2022
@aserkes aserkes moved this from To do to In progress in Archetype V2 Apr 13, 2022
aserkes added a commit to aserkes/helidon-build-tools that referenced this issue Apr 25, 2022
Signed-off-by: aserkes <andrii.serkes@oracle.com>
aserkes added a commit to aserkes/helidon-build-tools that referenced this issue Apr 26, 2022
Signed-off-by: aserkes <andrii.serkes@oracle.com>
aserkes added a commit to aserkes/helidon-build-tools that referenced this issue Apr 29, 2022
Signed-off-by: aserkes <andrii.serkes@oracle.com>
Archetype V2 automation moved this from In progress to Done May 3, 2022
romain-grecourt pushed a commit that referenced this issue May 3, 2022
* Add support for argument file #690

Signed-off-by: aserkes <andrii.serkes@oracle.com>

* Add support for argument file #690

Signed-off-by: aserkes <andrii.serkes@oracle.com>

* clean code

Signed-off-by: aserkes <andrii.serkes@oracle.com>

* fix test that fails in Windows

Signed-off-by: aserkes <andrii.serkes@oracle.com>

* refactoring

Signed-off-by: aserkes <andrii.serkes@oracle.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
2 participants