If you would like to test app configs without creating real cloud resources, you can create a sandbox org. A sandbox org will simulate the provisioning of cloud resources on the backend. If a process has a step that interacts with a cloud platform, that step will be skipped, and the process will assume it succeeded. Otherwise everything will work exactly the same as in a real org.

A a sandbox org cannot be converted into a real org, or vice-versa. If you create a sandbox org, we recommend giving it an explicit name to identify it as such.

nuon orgs create --name={your-real-org-name}-sandbox --sandbox-mode=true

Limitations

You can use sandbox mode to test that your app configuration is valid, that variables are interpolating correctly, and that releases will work as intended. But, because sandbox mode doesn’t interact with your target platform, it won’t test your component or sandbox source code. We recommend testing the source code of each component beforehand as part of your CI process, as testing it by deploying all of your components to an install can be time-consuming and costly.