[forge-issues] [JBoss JIRA] (FORGE-2084) support sub-shells?
James Strachan (JIRA)
issues at jboss.org
Mon Oct 20 03:32:35 EDT 2014
James Strachan created FORGE-2084:
-------------------------------------
Summary: support sub-shells?
Key: FORGE-2084
URL: https://issues.jboss.org/browse/FORGE-2084
Project: Forge
Issue Type: Feature Request
Reporter: James Strachan
when working in a particular area (e.g. kubernetes- / project- / jpa- or whatnot) all the command tend to be prefixed by "$area-" which can lead to a bit of extra typing when performing lots of related commands in a particular area.
To avoid typing the prefix a lot I wonder if we should support a kinda 'sub shell' thing where if a user is gonna be working for a while on an area (say project- or jpa-) they could just enter the sub shell / domain.
e.g.
{code}
[foo] $ list-facets
Command: list-facets was not found.
[foo] $ project-list-facest
...
[foo] $ project
now in the *project* sub shell. Type 'exit' to leave
[foo:project] $ list-facets
...
[foo:project] $ exit
[foo] $ list-facets
Command: list-facets was not found.
{code}
--
This message was sent by Atlassian JIRA
(v6.3.1#6329)
More information about the forge-issues
mailing list