Petals ESB CLI

Add a new command to update placeholders

Details

  • Type: Improvement Request Improvement Request
  • Status: New New
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 3.1.1 - Petals CLI
  • Fix Version/s: None
  • Component/s: Command-line, UI
  • Security Level: Public
  • Description:
    Hide

    Add a new command to update placeholders:
    > ./petals-cli.sh -c -- update-configuration [ -u <artifact-file> | -a <artifact-id> ] [ -p (--placeholders-file) <placeholders-file-url> ]
    > ./petals-cli.sh -c -- update-configuration [ -u <artifact-file> | -a <artifact-id> ] [ -P (--placeholders) <key1>=<value1>,<key2>=<value2> ]

    Both commands form creates or updates the placeholder provided, placeholders cannot be removed.

    Show
    Add a new command to update placeholders: > ./petals-cli.sh -c -- update-configuration [ -u <artifact-file> | -a <artifact-id> ] [ -p (--placeholders-file) <placeholders-file-url> ] > ./petals-cli.sh -c -- update-configuration [ -u <artifact-file> | -a <artifact-id> ] [ -P (--placeholders) <key1>=<value1>,<key2>=<value2> ] Both commands form creates or updates the placeholder provided, placeholders cannot be removed.
  • Environment:
    -

Issue Links

Activity

Hide
Alexandre LAGANE added a comment - Fri, 27 Sep 2019 - 15:42:22 +0200

What happens if -v is omitted? Is the placeholder unset or a message is shown because -v is required?
If the placeholder is not unset, the only way to unset it is to use an empty (or the original) properties file and set other placeholders again?

Show
Alexandre LAGANE added a comment - Fri, 27 Sep 2019 - 15:42:22 +0200 What happens if -v is omitted? Is the placeholder unset or a message is shown because -v is required? If the placeholder is not unset, the only way to unset it is to use an empty (or the original) properties file and set other placeholders again?

People

Dates

  • Created:
    Tue, 10 Sep 2019 - 12:21:01 +0200
    Updated:
    Thu, 17 Oct 2019 - 11:16:23 +0200