Get Started
Sign up
Start by signing up for a ConfigHub account
ConfigHub is currently in preview and not yet generally available. You will be able to create an account. But you need to wait for approval before you get your personal org and can access the product. You will receive a welcome email immediately and an approval email once you are approved.
Install the CLI
Once your account has been enabled, 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