Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0.0
-
Fix Version/s: 2.0.0
-
Component/s: Command 'deploy'
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Blocker [ 1 ] | |
| Description |
The command 'deploy' does not permit to configure a component when installing it.
Please add a new argument to the command to define this configuration. |
The command 'deploy' does not permit to configure a component when installing it.
Please add a new argument to the command to define this configuration: {{deploy <artifact-file> [<configuration-file> | <configuration-properties>]}} where: - {{<artifact-file>}} is the local file name or the URL of the artifact to install or deploy and start - {{<configuration-file>}} is the local file name or the URL of the properties file used to configure the artifact. This argument is used only if the component is a component. It has no sens for other artifacts. This argument is exclusive with {{<configuration-properties>}}. - {{<configuration-properties>}} is a list of '{{<property-name>=<property-value>}}', separated by space, where {{<property-name>}} is the name of the property to configure with {{<property-value>}}. This argument is used only if the component is a component. It has no sens for other artifacts. This argument is exclusive with {{<configuration-file>}}. |
| Priority | Blocker [ 1 ] | Critical [ 2 ] |
| Assignee | Christophe DENEUX [ cdeneux ] | |
| Fix Version/s | 2.0.0 [ 10332 ] |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Critical [ 2 ] | Minor [ 4 ] |
| Assignee | Mathieu Carrolle [ mcarrolle ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Component/s | Command 'deploy' [ 10220 ] |