Description | Update app or version fields. Support Supports setting string or JSON values for existing fields. One or more field parameters provide the JSON location to be updated and its value using 'location=value' syntax where the location is a JSON pointer (https://www.baeldung.com/json-pointer). For simple locations, think of it as a path through the json like '\tagline' for an app or '/vendorLinks/documentation' for an app version. An example is --field /vendorLinks/documentation=https://appfire.atlassian.net/wiki/display/MCLI. Use getApp or getVersion with '--outputType json --pretty' to see the JSON structure. |
---|