[JBoss JIRA] (FORGE-2520) Command Contexts and Help needed
by Gerry Matte (JIRA)
Gerry Matte created FORGE-2520:
----------------------------------
Summary: Command Contexts and Help needed
Key: FORGE-2520
URL: https://issues.jboss.org/browse/FORGE-2520
Project: Forge
Issue Type: Quality Risk
Environment:
*Location*: http://forge.jboss.org/document/sample-forge-usage-tasks
*User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0
*Screen Resolution*: 1920 x 1080
…
[View More] Reporter: Gerry Matte
I often struggle with the command parameter names and sometimes the required order of parameters. Before the list of example commands, perhaps you could provide instruction on how to see the MAN page for a command ?
How to see and switch contexts would also be helpful since many commands are only visible/usable in a specific context.
*Reporter*: Gerry Matte
*E-mail*: [mailto:gerry@gerrymatte.ca]
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 5 months
[JBoss JIRA] (FORGE-2519) build --profile should support tab completions
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2519?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-2519.
----------------------------------
Fix Version/s: (was: 3.x Future)
Resolution: Duplicate Issue
Duplicate of FORGE-2340
> build --profile should support tab completions
> ----------------------------------------------
>
> Key: FORGE-2519
> URL: https://issues.jboss.org/browse/FORGE-2519
> Project: …
[View More]Forge
> Issue Type: Enhancement
> Affects Versions: 2.20.0.Final
> Reporter: Claus Ibsen
>
> If you want to build the project from within forge using the build addon, then the --profile option does not support tab completions. It would be nice if it can detect which profile id's there is i nthe maven project and offer tab completions.
> For example I have these 3 profiles
> {code}
> <profiles>
> <profile>
> <id>f8-build</id>
> <build>
> <defaultGoal>clean install docker:build fabric8:json</defaultGoal>
> </build>
> </profile>
> <profile>
> <id>f8-deploy</id>
> <build>
> <defaultGoal>clean install docker:build docker:push fabric8:json fabric8:apply</defaultGoal>
> </build>
> <properties>
> <fabric8.recreate>true</fabric8.recreate>
> <fabric8.imagePullPolicySnapshot>Always</fabric8.imagePullPolicySnapshot>
> </properties>
> </profile>
> <profile>
> <id>f8-local-deploy</id>
> <build>
> <defaultGoal>clean install docker:build fabric8:json fabric8:apply</defaultGoal>
> </build>
> <properties>
> <fabric8.recreate>true</fabric8.recreate>
> </properties>
> </profile>
> </profiles>
> </project>
> [foo]$ build --profile
> {code}
> And I want to execute that.
> Also it would be nice if the build addon can support the same syntax as mvn does, eg if you can do
> {code}
> build -Pf8-local-deploy
> {code}
> eg using the -P as shorthand for profile.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 5 months
[JBoss JIRA] (FORGE-2519) build --profile should support tab completions
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-2519?page=com.atlassian.jira.plugin... ]
George Gastaldi updated FORGE-2519:
-----------------------------------
Fix Version/s: 3.x Future
> build --profile should support tab completions
> ----------------------------------------------
>
> Key: FORGE-2519
> URL: https://issues.jboss.org/browse/FORGE-2519
> Project: Forge
> Issue Type: Enhancement
> Affects Versions: 2.…
[View More]20.0.Final
> Reporter: Claus Ibsen
> Fix For: 3.x Future
>
>
> If you want to build the project from within forge using the build addon, then the --profile option does not support tab completions. It would be nice if it can detect which profile id's there is i nthe maven project and offer tab completions.
> For example I have these 3 profiles
> {code}
> <profiles>
> <profile>
> <id>f8-build</id>
> <build>
> <defaultGoal>clean install docker:build fabric8:json</defaultGoal>
> </build>
> </profile>
> <profile>
> <id>f8-deploy</id>
> <build>
> <defaultGoal>clean install docker:build docker:push fabric8:json fabric8:apply</defaultGoal>
> </build>
> <properties>
> <fabric8.recreate>true</fabric8.recreate>
> <fabric8.imagePullPolicySnapshot>Always</fabric8.imagePullPolicySnapshot>
> </properties>
> </profile>
> <profile>
> <id>f8-local-deploy</id>
> <build>
> <defaultGoal>clean install docker:build fabric8:json fabric8:apply</defaultGoal>
> </build>
> <properties>
> <fabric8.recreate>true</fabric8.recreate>
> </properties>
> </profile>
> </profiles>
> </project>
> [foo]$ build --profile
> {code}
> And I want to execute that.
> Also it would be nice if the build addon can support the same syntax as mvn does, eg if you can do
> {code}
> build -Pf8-local-deploy
> {code}
> eg using the -P as shorthand for profile.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
[View Less]
9 years, 5 months