[JBoss JIRA] (FORGE-1299) list-command missing
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1299?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1299:
-------------------------------------
Parent: FORGE-1320
Issue Type: Sub-task (was: Feature Request)
> list-command missing
> --------------------
>
> Key: FORGE-1299
> URL: https://issues.jboss.org/browse/FORGE-1299
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Affects Versions: 2.0.0.Alpha14
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> {{list-command}} and {{list-command --all}} are missing in the CLI. That is quite an important one to have an idea of the commands.
> But following the issue [FORGE-944] it should be {{command-list}} instead of {{list-command}} (component-verb)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-1330) Rename new-project
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1330:
----------------------------------------
Summary: Rename new-project
Key: FORGE-1330
URL: https://issues.jboss.org/browse/FORGE-1330
Project: Forge
Issue Type: Sub-task
Reporter: Antonio Goncalves
I know this one hurts a bit, but we should really rename :
{code}
new-project
{code}
To :
{code}
project-new
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-1329) --named or --xxxname ?
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1329?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1329.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Beta4
(was: 2.x Future)
Resolution: Done
> --named or --xxxname ?
> ----------------------
>
> Key: FORGE-1329
> URL: https://issues.jboss.org/browse/FORGE-1329
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.0.0.Beta4
>
>
> There are several {{name}} attributes in the commands which does not make things consistent. For example we have :
> {code}
> jpa-new-entity --named
> new-project --named
> {code}
> Which clearly indicate "the name of the entity" and "the name of the project". Following that, the command :
> {code}
> jpa-new-field --fieldName
> {code}
> Should be renamed
> {code}
> jpa-new-field --named
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-1329) --named or --xxxname ?
by Antonio Goncalves (JIRA)
Antonio Goncalves created FORGE-1329:
----------------------------------------
Summary: --named or --xxxname ?
Key: FORGE-1329
URL: https://issues.jboss.org/browse/FORGE-1329
Project: Forge
Issue Type: Sub-task
Reporter: Antonio Goncalves
There are several {{name}} attributes in the commands which does not make things consistent. For example we have :
{code}
jpa-new-entity --named
new-project --named
{code}
Which clearly indicate "the name of the entity" and "the name of the project". Following that, the command :
{code}
jpa-new-field --fieldName
{code}
Should be renamed
{code}
jpa-new-field --named
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-1328) Rename addon commands
by George Gastaldi (JIRA)
[ https://issues.jboss.org/browse/FORGE-1328?page=com.atlassian.jira.plugin... ]
George Gastaldi closed FORGE-1328.
----------------------------------
Assignee: George Gastaldi
Fix Version/s: 2.0.0.Beta4
(was: 2.x Future)
Resolution: Done
> Rename addon commands
> ---------------------
>
> Key: FORGE-1328
> URL: https://issues.jboss.org/browse/FORGE-1328
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Reporter: Antonio Goncalves
> Assignee: George Gastaldi
> Fix For: 2.0.0.Beta4
>
>
> If we follow the grammar described in [FORGE-944] the commands should be (technology)-(action). At the moment we have :
> {code}
> build-and-install-an-addon
> install-an-addon
> remove-an-addon
> {code}
> It should be
> {code}
> addon-build-and-install
> addon-install
> addon-remove
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years
[JBoss JIRA] (FORGE-1328) Rename addon commands
by Antonio Goncalves (JIRA)
[ https://issues.jboss.org/browse/FORGE-1328?page=com.atlassian.jira.plugin... ]
Antonio Goncalves updated FORGE-1328:
-------------------------------------
Summary: Rename addon commands (was: Rename build-and-install-an-addon to addon-build-and-install)
Description:
If we follow the grammar described in [FORGE-944] the commands should be (technology)-(action). At the moment we have :
{code}
build-and-install-an-addon
install-an-addon
remove-an-addon
{code}
It should be
{code}
addon-build-and-install
addon-install
addon-remove
{code}
was:If we follow the grammar described in [FORGE-944] the command should be (technology)-(action) so something like {{addon-build-and-install}}
> Rename addon commands
> ---------------------
>
> Key: FORGE-1328
> URL: https://issues.jboss.org/browse/FORGE-1328
> Project: Forge
> Issue Type: Sub-task
> Components: UI - Shell
> Reporter: Antonio Goncalves
> Fix For: 2.x Future
>
>
> If we follow the grammar described in [FORGE-944] the commands should be (technology)-(action). At the moment we have :
> {code}
> build-and-install-an-addon
> install-an-addon
> remove-an-addon
> {code}
> It should be
> {code}
> addon-build-and-install
> addon-install
> addon-remove
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years