Skip to content

Set Up Confighub

Prerequisites

Sign up

You will need a ConfigHub account to go through this tutorial. It's free in preview and sign-up is quick and easy:

Sign Up

If you didn't sign up with a social login, you will need to confirm your email address before your account is created. Check your spam folder if you didn't see an email from ConfigHub.

Install the CLI

Install the CLI with:

curl -fsSL https://hub.confighub.com/cub/install.sh | bash
ln -sf ~/.confighub/bin/cub ~/bin/cub

Adjust the symlink to your local situation. See the CLI docs for more detail.

Warning

If you already have the CLI installed, make sure you upgrade to the latest version:

cub upgrade

Authenticate

cub auth login

This connects to hub.confighub.com and starts an authentication flow in your browser. The token and context are saved under ~/.confighub.

Summary

  • Get a free preview account to start using ConfigHub
  • All you need to get started is the cub CLI and a few tools installed on your computer

Next

Set up a Cluster

Further reading