Skip to content

Commit

Permalink
docs(logout): flags are wrongly listed in link command page
Browse files Browse the repository at this point in the history
  • Loading branch information
gdarchen committed Jul 24, 2024
1 parent 962fdb0 commit 9d4673f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions docs/repo-docs/reference/link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,3 @@ 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 to logout of your Remote Cache provider.

```bash title="Terminal"
turbo logout --api https://acme.com
```
10 changes: 10 additions & 0 deletions docs/repo-docs/reference/logout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ 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 9d4673f

Please sign in to comment.