You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
99
99
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_.
101
101
102
102
For more information about installing and authorizing the Replicated CLI, see [Install the Replicated CLI](/reference/replicated-cli-installing).
Copy file name to clipboardExpand all lines: docs/vendor/replicated-api-tokens.md
+10-16Lines changed: 10 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,14 @@ import TeamTokenNote from "../partials/vendor-api/_team-token-note.mdx"
4
4
5
5
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.
6
6
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
+
7
9
## About API Tokens
8
10
9
11
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.
10
12
11
13
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.
12
14
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
-
17
15
The following types of tokens are available:
18
16
19
17
-[Service Accounts](#service-accounts)
@@ -68,13 +66,11 @@ To generate a service account:
68
66
69
67
1. Copy the service account token and save it in a secure location. The token will not be available to view again.
70
68
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_.
74
70
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
+
:::
78
74
79
75
### Generate a User API Token
80
76
@@ -101,10 +97,8 @@ To generate a user API token:
101
97
102
98
1. Copy the user API token that displays and save it in a secure location. The token will not be available to view again.
103
99
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_.
107
101
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.
0 commit comments