> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 012 - Approval Diffs

> Helm teardown diffs, plan-only workflow mode, manual secret sync, and CLI pagination flags.

*July 15th, 2025*

<div className="badge badge--primary">v0.19.601</div>

## Improved Helm Resource Diff

Improved the diff for helm teardowns.

<img src="https://mintcdn.com/nuoninc/9iPczvWtZjaPMqNy/updates/assets/2025-07-08-21-18-48.png?fit=max&auto=format&n=9iPczvWtZjaPMqNy&q=85&s=53b111c8333131c0176057944d21e210" alt="Improved Helm Resource Diff" width="1984" height="980" data-path="updates/assets/2025-07-08-21-18-48.png" />

## Plan Only Mode

You can now run most workflows in plan only mode. This means that changes will only be planned, and execution skipped.
This is useful for checking for drift, for instance.

<img src="https://mintcdn.com/nuoninc/9iPczvWtZjaPMqNy/updates/assets/2025-07-08-21-26-56.png?fit=max&auto=format&n=9iPczvWtZjaPMqNy&q=85&s=3e87fde7f3b864f1f4720a1f29d76346" alt="Plan Only Mode" width="1984" height="840" data-path="updates/assets/2025-07-08-21-26-56.png" />

## Sync Secrets

You can sync secrets manually, using the UI.

## Nuon CLI list command pagination

The CLI now accepts limit & offset options for listing out items from commands.
`nuon components list --offset=15 --limit=5`

## Improved naming for manual Action Workflow runs

Workflow runs for manually triggered Actions now show the Action name in the Workflows page.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/012_improved_workflow_history_for_actions.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=9e024898e933111e44ca8b4a5ec11051" alt="Improved Workflow history for Action runs" width="1984" height="1032" data-path="updates/assets/012_improved_workflow_history_for_actions.png" />

## Bug Fixes

* Fixed an issue where the Terraform state for a component would show an old state version.
* Fixed an issue where deprovisioning was not properly tearing down from a plan.
* Fixed an issue where some workflows would not get executed, due to an internal error.
* Fixed an issue with empty workflow on input update.
