Details
-
Type:
Improvement Request
-
Status:
New
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 3.1.1 - Petals CLI
-
Fix Version/s: None
-
Component/s: Command 'deploy'
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||||
|---|---|---|---|---|---|
|
|
||||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Christophe DENEUX [ cdeneux ] | |
| Priority | Major [ 3 ] | |
| Description | Improve the command '{{deploy}}' to be able to configure directly placeholders, adding the optional parameter '{{-p (--placeholders) <placeholders-file-url>}}' where _placeholders-file-url_ is an URL to a properties file. | Improve the command '{{deploy}}' to be able to configure directly placeholders, adding the optional parameter '{{-p (\--placeholders) <placeholders-file-url>}}' where _placeholders-file-url_ is an URL to a properties file. |
| Link | This issue depends on PETALSCDK-199 [ PETALSCDK-199 ] |
| Link | This issue blocks PETALSDISTRIB-402 [ PETALSDISTRIB-402 ] |
| Description | Improve the command '{{deploy}}' to be able to configure directly placeholders, adding the optional parameter '{{-p (\--placeholders) <placeholders-file-url>}}' where _placeholders-file-url_ is an URL to a properties file. | Improve the command '{{deploy}}' to be able to configure directly placeholders, adding the optional parameter '{{\--placeholders <placeholders-file-url>}}' where _placeholders-file-url_ is an URL to a properties file. |
| Description | Improve the command '{{deploy}}' to be able to configure directly placeholders, adding the optional parameter '{{\--placeholders <placeholders-file-url>}}' where _placeholders-file-url_ is an URL to a properties file. |
Improve the command '{{deploy}}' to be able to configure directly placeholders:
{{> ./petals-cli.sh \-c \-- deploy -u <artifact-file> [ \-p (\--placeholders-file) <placeholders-file-url> ]}} {{> ./petals-cli.sh \-c \-- deploy -u <artifact-file> [ -P (\--placeholders) <key1>=<value1>,<key2>=<value2> ]}} The -P parameter works like the existing -D parameter. |