Getting Started
There are two things you need to do to get started with Proggy:
- Install the Proggy CLI
- Create your Proggy account
Install the Proggy CLI
To get started with Proggy, you will need to download and install the Proggy CLI program. Proggy comes as a compiled binary, which you can download from our download page.
Create your Proggy account
You can create a Proggy account either through the Proggy CLI, or at our sign up page.
To create an account, you will need to provide:
- Your email address
- Choose your password
- Choose an unique username, which will provide you with an address at Proggy (ie. proggy.io/your-username)
Already have an account?
If you have an existing Proggy account, you do not need to create a new account. Login to your existing account by typing:
proggy login
You can check whether you are already logged into your account (from the CLI) by typing:
proggy whoami
If the CLI is not authenticated, you will be prompted to login.
Creating an account with the Proggy CLI
You can use the Proggy CLI to create an account. To do so, type the following into the command line:
proggy register
The Proggy CLI will prompt you for your email address, a password, and an unique username.
Once completed, the Proggy CLI will automatically authenticate itself to work with your account.
Creating an account on the web
Our sign up page can also be used to register a new account.
Click on the above link and you can create a new account in the typical manner. Once your account is created, you will need to authenticate the Proggy CLI to work with your account.
You can do that by typing:
proggy login