Sign-up for a new CircleCI account

## Usage

`circleci auth signup [flags]`

## Flags

| Flag           | Description                                          |
| -------------- | ---------------------------------------------------- |
| `--no-browser` | Print the authorize URL instead of opening a browser |

Global flags: `-c, --config`, `--debug`, `--no-color`, `-q, --quiet` — see `circleci --help`.

## Examples

- Open the signup page in your browser: 
  `circleci auth signup`
- Print the authorize URL instead of opening a browser: 
  `circleci auth signup --no-browser`
- Authenticate against a non-default host: 
  `CIRCLE_HOST=https://example.circleci.com circleci auth signup`

## Details

Create a CircleCI account by opening the signup page in your browser.
This uses the same browser-based OAuth flow as 'circleci auth login'
but routes you to the signup page instead of the login page.

If a token is already configured, run 'circleci auth logout' first
(signup will not silently overwrite an existing token). If you
already have a CircleCI account, use 'circleci auth login' instead.

