nuon dev
allows you to iterate on configs with a single command, view install state, view an app dependency graph and more.
May 16th, 2025
nuon dev
CLI CommandThis feature is currently in alpha. Please reach out to use if you are interested in using it.
We have added a new CLI command, nuon dev
, that you can use to create a new app version and deploy it to a dev install.
To use it:
nuon installs select
to select the install you want to develop with.nuon dev
and follow the prompts.A new app version will be created and deployed to your dev install. This new version will only be deployed to your dev install. Other installs will not be affected.
Additionally, you can pass the flag --yes
to auto-approve all prompts. Make sure you have the correct branch and install set up before you do this.
If you update only the source code of a component, and not it’s config, a new build will not be created. You must create a build for that component yourself. This shortcoming will be resolved in a future update of this feature.
Using the existing nuon apps sync
command will update all installs to the config being synced, where as nuon dev
will only update the current install.
You can now view a graph of component dependencies for an app. On the the “Components” tab of any app, click the “View dependency graph” button.
You can now view the complete state of an install in JSON format. On any install, click the “View state” item in the “Manage” drop-down menu.
We have made improvements to the step viewer that make it easier to work with and debug steps.
The install components page has been overhauled to load faster, and support rendering more components.
You can now cancel workflows from the history page.
current-inputs
would show all historical inputs.