List Setters
List setters for a package
List setters displays the setters that may be provided to the set command. It also displays:
- The current setter value
- A record of who last set the value
- A description of the value or setter
- The name of fields that would be updated by calling set
See create-setter and create-subst for how setters and substitutions are defined in a Kptfile.
Examples
# list the setters in the hello-world package
kpt cfg list-setters hello-world/
NAME VALUE SET BY DESCRIPTION COUNT
replicas 4 isabella good value 1
Synopsis
kpt cfg list-setters DIR [NAME]
DIR
Path to a package directory
NAME
Optional. The name of the setter to display.
Last modified July 7, 2020: Docs: Fix W3 Link Checker results (c78d6c56)