Skip to end of banner
Go to start of banner

updateFields

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

See also: Actions

Description

Update app or version fields. Support setting string 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

Related How To's

  • No labels