Skip to content

Commit 0a34966

Browse files
committed
docs edits
1 parent 041cad9 commit 0a34966

File tree

2 files changed

+11
-17
lines changed

2 files changed

+11
-17
lines changed

docs/vendor/environment-setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ sudo mv linux-amd64/helm /usr/local/bin/helm
9797

9898
The Replicated CLI is the primary interface for the Replicated Platform. With the Replicated CLI, you can create and manage applications, releases, channels, customers, and more. You also use the Replicated CLI to create clusters with the Compatibility Matrix.
9999

100-
After installing, authorize the Replicated CLI using the Replicated credentials to begin working with your applications. See [Authenticate](#auth) in _Install the Replicated CLI_.
100+
After installing, authorize the Replicated CLI using your Replicated credentials. See [Authenticate](#auth) in _Install the Replicated CLI_.
101101

102102
For more information about installing and authorizing the Replicated CLI, see [Install the Replicated CLI](/reference/replicated-cli-installing).
103103

docs/vendor/replicated-api-tokens.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ import TeamTokenNote from "../partials/vendor-api/_team-token-note.mdx"
44

55
This topic describes the available types of API tokens and how to generate them for use with the Replicated CLI and Replicated Vendor API v3.
66

7+
The Replicated CLI also supports creating multiple authentication profiles for managing tokens across different accounts or environments. For more information, see [Authenticate](/reference/replicated-cli-installing#auth) in _Installing the Replicated CLI_.
8+
79
## About API Tokens
810

911
The Vendor API v3 is the API that manages applications in the Replicated Vendor Portal. The Replicated CLI is an implementation of the Vendor API v3.
1012

1113
Using the Replicated CLI and Vendor API V3 requires an API token for authorization. Tokens are primarily used for automated customer, channel, and release management. You create tokens in the Vendor Portal.
1214

13-
:::tip
14-
The Replicated CLI supports multiple authentication profiles for managing tokens across different accounts or environments. See [CLI Authentication Profiles](/reference/cli-profiles).
15-
:::
16-
1715
The following types of tokens are available:
1816

1917
- [Service Accounts](#service-accounts)
@@ -68,13 +66,11 @@ To generate a service account:
6866

6967
1. Copy the service account token and save it in a secure location. The token will not be available to view again.
7068

71-
:::tip
72-
You can store this token in a CLI authentication profile for easy management. See [CLI Authentication Profiles](/reference/cli-profiles).
73-
:::
69+
1. (Recommended) Add the token to a Replicated authentication profile. See [Authenticate](/reference/replicated-cli-installing#auth) in _Installing the Replicated CLI_.
7470

75-
:::note
76-
To remove a service account, select **Remove** for the service account that you want to delete.
77-
:::
71+
:::note
72+
To remove a service account, select **Remove** for the service account that you want to delete.
73+
:::
7874

7975
### Generate a User API Token
8076

@@ -101,10 +97,8 @@ To generate a user API token:
10197

10298
1. Copy the user API token that displays and save it in a secure location. The token will not be available to view again.
10399

104-
:::tip
105-
You can store this token in a CLI authentication profile for easy management. See [CLI Authentication Profiles](/reference/cli-profiles).
106-
:::
100+
1. (Recommended) Add the token to a Replicated authentication profile. See [Authenticate](/reference/replicated-cli-installing#auth) in _Installing the Replicated CLI_.
107101

108-
:::note
109-
To revoke a token, select **Revoke token** for the token that you want to delete.
110-
:::
102+
:::note
103+
To revoke a token, select **Revoke token** for the token that you want to delete.
104+
:::

0 commit comments

Comments
 (0)