1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. AppUpdateOptions

AppUpdateOptions

    UpdateOptions is the set of operations for configuring the output of an update. Should generally mirror engine.UpdateOptions, but we clone it in this package to add flexibility in case there is a breaking change in the engine-type.

    Properties

    • localPolicyPackPaths array[string] required
      File system paths to local policy packs to apply during this update.
    • color string required
      Terminal color mode for output rendering (e.g. ‘always’, ’never’, ‘auto’).
    • dryRun boolean required
      If true, perform a preview without actually applying changes.
    • parallel integer required
      Maximum number of resource operations to perform in parallel. 0 or -1 for unlimited.
    • showConfig boolean required
      If true, include configuration values in the update output.
    • showReplacementSteps boolean required
      If true, include detailed replacement steps in the update output.
    • showNames boolean required
      If true, include unchanged resources in the update output.
    • summary boolean required
      If true, only show a summary of changes rather than full details.
    • debug boolean required
      If true, enable verbose debug logging during the update.