cub run compute-mutations
cub run compute-mutations
Diffs the previous config data from the parameter with the current config data from the unit and returns a list of resource mutations made to the config data. The output can be used with patch-mutations. Supported toolchains: ConfigHub/YAML, Kubernetes/YAML, OpenTofu/HCL, AppConfig/Env, AppConfig/JSON, AppConfig/TOML, AppConfig/YAML, AppConfig/INI, AppConfig/Properties
cub run compute-mutations [flags]
Options
--already-converted If true, the config-doc-list is already converted to YAML
--config-doc-list string (required) Document list with the previous config data
--function-index int (required) Index of the function from the invocation list that mutated the config data
-h, --help help for compute-mutations
--reverse If true, treat the previous config data as the modified config data instead
Options inherited from parent commands
--change-desc string change description
--changeset string changeset to associate units with
--context string The context to use for this command
--data-only show config data without other response details
--debug Debug output
--display-mutations display resource mutations
--dry-run dry run mode: execute functions but skip updating configuration data
--executor-space string Space ID or slug whose executor to use for builtin functions (org-level only)
--filter string filter to apply (slug, space/filter, or UUID)
--jq string jq expression
--json JSON output
--livestate-type string Invoke the function on the live state and use the flag value as the toolchain type for live state.
--output-jq string apply jq to output JSON
--output-only show output without other response details
--quiet No output
--resource-type string resource-type filter
--space string space ID to perform command on
--toolchain string Toolchain type for the function invocations (default "Kubernetes/YAML")
--unit strings target specific units by slug or UUID (can be repeated or comma-separated)
--wait wait for completion
--where string where filter
--where-data string where data filter
--where-resource string filter which resources the function operates on
--worker string worker to execute the function
--yaml YAML output
--yq string yq expression
SEE ALSO
- cub run - invoke a function