Follow a project

## Usage

`circleci project follow [flags]`

## Flags

| Flag               | Description                                             |
| ------------------ | ------------------------------------------------------- |
| `--project string` | Project slug (e.g. gh/org/repo); defaults to git remote |

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

## Examples

- Follow the project for the current git repository: 
  `circleci project follow`
- Follow a specific project: 
  `circleci project follow --project gh/myorg/myrepo`
- Follow a Bitbucket project: 
  `circleci project follow --project bb/myorg/myrepo`

## Details

Follow a CircleCI project to enable builds and receive status updates.

Following a project that is already followed is a no-op.

