[
https://issues.jboss.org/browse/WFCORE-1593?page=com.atlassian.jira.plugi...
]
Chao Wang moved JBEAP-4987 to WFCORE-1593:
------------------------------------------
Project: WildFly Core (was: JBoss Enterprise Application Platform)
Key: WFCORE-1593 (was: JBEAP-4987)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: CLI
(was: CLI)
Target Release: (was: 7.backlog.GA)
Affects Version/s: 3.0.0.Alpha1
(was: 7.0.0.GA)
Update the default variable value in .jbossclirc file
-----------------------------------------------------
Key: WFCORE-1593
URL:
https://issues.jboss.org/browse/WFCORE-1593
Project: WildFly Core
Issue Type: Bug
Components: CLI
Affects Versions: 3.0.0.Alpha1
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
$JBOSS_HOME/bin/.jbossclirc file can be used to set up CLI variables or to run a set of
CLI commands at the beginning of every new CLI session. It contain a *commented out* CLI
variable declaration part.
Although the _myvar_ is commented out by default, we should update it's value to some
real working example to improve the quality of example (one user was already confused :)
).
{code:diff}
-# set myvar=/subsystem=datasources/data-source=myDS
+# set myvar=/subsystem=datasources/data-source=ExampleDS
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)