]
Work on SRAMP-587 started by Brett Meyer.
-----------------------------------------
Not possible to add a property with no value via S-RAMP CLI
-----------------------------------------------------------
Key: SRAMP-587
URL:
https://issues.jboss.org/browse/SRAMP-587
Project: S-RAMP
Issue Type: Bug
Components: Shell
Affects Versions: 0.5.0.Final
Reporter: Eric Wittmann
Assignee: Brett Meyer
The s-ramp shell cannot create a custom property on an artifact without also setting a
value (even if the value is empty string).
I think this should be possible with the following syntax (currently invalid):
{code}
s-ramp:property set foo
{code}
If no value is supplied then the property should be simply added without one. If the
property already exists, then the value should be removed.