Skip to content

Quickstart

This guide will walk you through getting started with Nuon.

Install the CLI

Terminal window
brew install nuonco/tap/nuon

Authenticate

Once you have installed the Nuon CLI, log in.

Terminal window
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.

Terminal window
nuon orgs select

Confirm you have selected the correct organization.

Terminal window
nuon orgs current

Connect your GitHub Account

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

Terminal window
nuon orgs connect-github

Confirm the repo is connected.

Terminal window
nuon orgs list-connected-repos

Create an App

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