[jboss-jira] [JBoss JIRA] (WFCORE-3245) Unify deployment operations
Brian Stansberry (JIRA)
issues at jboss.org
Tue Sep 5 18:28:01 EDT 2017
Brian Stansberry created WFCORE-3245:
----------------------------------------
Summary: Unify deployment operations
Key: WFCORE-3245
URL: https://issues.jboss.org/browse/WFCORE-3245
Project: WildFly Core
Issue Type: Enhancement
Components: CLI
Reporter: Jean-Francois Denise
Assignee: Jean-Francois Denise
Priority: Minor
*Now*
* Webconsole provides clear set of operations over deployment (disable, replace, remove, ...). It is clear always how to use them and where they are.
* In CLI, the same operations can be called in different ways and some of them have different names in comparsion to webconsole.
*Problem*
* CLI deployment commands has lack of unified approach.
Examples
* Webconsole command: Disable
** undeploy --name=my-deployment --keep-content
* Replace
** deploy --force /.../jboss-ejb-in-war.war --name=my-deployment.war --runtime-name=my-deployment.war
* Remove
** undeploy --name=my-deployment
* Explode
** /deployment=my-deployment.war:explode()
* Browse content
** /deployment=my-deployment.war:browse-content()
*Proposed solution*
1. Unify vocabulary, check following words at least:
* disable vs. keep-content
* replace vs. force
2. Provide CLI commands for explode and browse content as well, for example.
* deployment-explode --name=my-deployment
* deployment-browse-content --name=my-deployment
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list