nuon apps --help.
Creating an App
Create a directory for your app config files, then create the app:Pinning an App
Pin an app to set its ID as the default for all app commands, avoiding the need to pass-a each time:
Examples below assume you have run
nuon apps select first.Common Commands
Syncing Configuration
Sync uploads your TOML config files to the Nuon control plane and triggers builds for any changed components:values.yaml) have changed, a new build is triggered during sync. If component source files have changed, push those changes to your git repo first, then build the component manually using the dashboard or CLI.
Viewing Configuration
The output of
runner-config, sandbox-config, and input-config is JSON. Pipe through jq or python -m json.tool for readability.Metadata
Add metadata to your app via ametadata.toml file in the app root directory. This metadata is used in installers and the dashboard:
metadata.toml
readme field points to a Markdown file rendered in the dashboard for each install. See the Using READMEs guide for details.