Syncing installs is now independent from app config syncing. The new “installs sync” command can
be used with a single Install config file or with a directory
containing multiple install config files.
Copy
Ask AI
nuon installs sync -a <app-name-or-id> -d <path-to-file-or-dir>
The “forget install” command is now available in our CLI client, bringing feature parity with the Dashboard UI. This gives developers more flexibility in managing their installs directly from the command line.
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.