Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties


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.

Required Parameters

app, field

Optional Parameters

vendor, version

Type

Update

Category

Apps

Output Formats

Replacement Variables

Since Version11.1

Examples

updateFields


...