Get Started
Sign up
Start by signing up for a ConfigHub account.
If you sign up with email and password, you will receive an email to verify your address. Once verified, your account is created and you can access the product. If you sign up with a social login, your account is created immediately and you can start using ConfigHub right away.
Install the CLI
Once your account is created, it is time to get started for real. While you can do most things in the Hub, you will definitely want to install the CLI:
curl -fsSL https://hub.confighub.com/cub/install.sh | bash
The CLI is a single binary which will be saved to ~/.confighub/bin/cub and you will need to add it to your PATH with something like:
sudo ln -sf ~/.confighub/bin/cub /usr/local/bin/cub
or
ln -sf ~/.confighub/bin/cub ~/bin/cub
or
export PATH=~/.confighub/bin:$PATH