From ec54acfe7ba68cc36c70962da13a89804412d916 Mon Sep 17 00:00:00 2001 From: Gautier Darchen Date: Wed, 24 Jul 2024 19:28:48 +0200 Subject: [PATCH] docs(link): update the `--api` option description --- docs/repo-docs/reference/link.mdx | 10 ++++++++++ docs/repo-docs/reference/logout.mdx | 10 ---------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/repo-docs/reference/link.mdx b/docs/repo-docs/reference/link.mdx index 800aa4b94dd70..c9a2712182f15 100644 --- a/docs/repo-docs/reference/link.mdx +++ b/docs/repo-docs/reference/link.mdx @@ -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 ` + +Specifies the URL of your Remote Cache provider. + +```bash title="Terminal" +turbo link --api https://acme.com +``` \ No newline at end of file diff --git a/docs/repo-docs/reference/logout.mdx b/docs/repo-docs/reference/logout.mdx index e31d2fad405e7..428c77fa9f194 100644 --- a/docs/repo-docs/reference/logout.mdx +++ b/docs/repo-docs/reference/logout.mdx @@ -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 ` - -Specifies the URL to logout of your Remote Cache provider. - -```bash title="Terminal" -turbo logout --api https://acme.com -``` \ No newline at end of file