This guide will walk you through getting started with Nuon.

You must request an org before you can complete this guide. Please reach out to us.

Install the CLI

brew install nuonco/tap/nuon

If you are not using Homebrew, refer to our CLI documentation for other installation options.

Authenticate

Once you have installed the Nuon CLI, log in.

nuon login

Follow the prompts in the browser and log in using a Google account. Once you’ve logged in you can verify your API token with the nuon orgs api-token command. You should also now have a config file at ~/.nuon. Values saved to this file will be used as CLI flag defaults.

Select your Org

Now that you are logged in you can select your organization to start using it.

nuon orgs select

Confirm you have selected the correct organization.

nuon orgs current

Connect your GitHub Account

To deploy code from private repos you will need to connect to your GitHub account or organization.

nuon orgs connect-github

Confirm the repo is connected.

nuon orgs list-connected-repos

Create an App

Now that you are set up, the next step is to configure and deploy an app.