Build and push your first Configuration
In this tutorial, you'll learn how to build a Configuration package and push it to the Upbound Marketplace.
By the end of this tutorial, you'll be able to:
- Sign in to Upbound using the CLI
- Create repositories in your Upbound organization
- Build Configuration packages
- Push packages to the Upbound Marketplace
Prerequisites
Before you begin, make sure you have:
- an Upbound account
- The
up
CLI installed - A control plane project ready to package
Read the Create a Control Plane quickstart if you haven't yet.
Sign in to Upbound
To push the Configuration package, you need to sign in with your Upbound
account. Run the following to log in with the up
CLI:
up login
This command opens a browser and prompts you to sign in with your Upbound credentials.
Create a repository
To create a repository in Upbound with the up
CLI, run the following:
up repository create getting-started
This command creates a new repository called getting-started
in your Upbound
account where you can store you Configuration packages.