Petals ESB CLI

When deploying a component, we must be able to configure it

Details

  • Type: Improvement Request Improvement Request
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.0.0
  • Fix Version/s: 2.0.0
  • Component/s: Command 'deploy'
  • Security Level: Public
  • Description:
    Hide

    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>.
    Show
    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>.
  • Environment:
    -

Activity

People

Dates

  • Created:
    Thu, 1 Mar 2012 - 17:18:30 +0100
    Updated:
    Thu, 20 Sep 2012 - 16:54:09 +0200
    Resolved:
    Wed, 9 May 2012 - 10:59:24 +0200