Skip to content

Commit

Permalink
docs(link): update the --api option description
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jul 24, 2024
1 parent 9d4673f commit ec54acf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 10 additions & 0 deletions docs/repo-docs/reference/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ description: API reference for the `turbo link` command
Link the repository to a Remote Cache provider.

The selected owner (either a user or an organization) will be able to share [cache artifacts](/repo/docs/core-concepts/remote-caching) through [Remote Caching](/repo/docs/core-concepts/remote-caching).

## Flag options

### `--api <url>`

Specifies the URL of your Remote Cache provider.

```bash title="Terminal"
turbo link --api https://acme.com
```
10 changes: 0 additions & 10 deletions docs/repo-docs/reference/logout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,3 @@ description: API reference for the `turbo logout` command
---

Log out of the account associated with your Remote Cache provider.

## Flag options

### `--api <url>`

Specifies the URL to logout of your Remote Cache provider.

```bash title="Terminal"
turbo logout --api https://acme.com
```

0 comments on commit ec54acf

Please sign in to comment.