Sam Corbett created BROOKLYN-465: ------------------------------------ Summary: CLI: Cannot set config on entities Key: BROOKLYN-465 URL: https://issues.apache.org/jira/browse/BROOKLYN-465 Project: Brooklyn Issue Type: New Feature Reporter: Sam Corbett Priority: Minor
I get an error from the server when trying to set config on an entity: {code} $ br application rjifivcnbe entity zi1rx7mn42 config akey set "hello" JsonParseException: Unrecognized token 'hello': was expecting ('true', 'false' or 'null') at [Source: org.apache.cxf.transport.http.AbstractHTTPDestination$1@171d57a; line: 1, column: 11] {code} Replacing "hello" with `true` or `false` sets the config key to the boolean value and replacing it with `null` nulls the value. Per the exception I'd guess the request is malformed. -- This message was sent by Atlassian JIRA (v6.3.15#6346)