> ## 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.

# 016 - Enhanced Install Config Files and Improved Plans

> Directory and file-level install config file syncing. More clear Helm diffs. Improved performance with optimized state management.

*August 19th, 2025*

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

## New Installs Sync CLI Command

Syncing installs is now independent from app syncing. The new "installs sync"
command can be used with a single
[Install config file](/configuration-files#install-config) or with a directory
containing multiple install config files.

```bash theme={null}
nuon installs sync -a <app-name-or-id> -d <path-to-file-or-dir>
```

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/016-cli-installs-sync.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=1bee829b00a985ee96d58169cce5dcd6" alt="Installs Sync CLI Command" width="1984" height="728" data-path="updates/assets/016-cli-installs-sync.png" />

## Forget Install CLI Command

The "forget install" command is now available in our CLI client, bringing
feature parity with the dashboard. This gives developers more flexibility in
managing their installs directly from the command line.

```bash theme={null}
nuon installs forget -i inlcz0349isibg7pyw1f5p8zf5 --confirm
```

## Improved Plans

Added inline YAML diff support to Helm plan UI so Helm plan changes now display
with inline YAML diffs for better visibility.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/016_improved_diff.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=9bab7cc002cfa834351417cb37b1f877" alt="improved_diff" width="1984" height="868" data-path="updates/assets/016_improved_diff.png" />

## State Management Improvements

We've refactored our install state generation and fetching to deliver better
performance across the platform. This optimization reduces loading times for
Dashboard views that rely on state data and improves memory efficiency in our
temporal background processes.

## Bug Fixes

* Fixed CLI nuon installs deploy-components command.
* Fixed missing stack outputs from state.
* Fixed teardown of Docker build images not working.
* Upgraded AWS EKS sandbox AWS provider version.
* Improved error display for "build is not deployable".
