update documentation to include API Key Preview information#189
Merged
mattkim merged 3 commits intorelease/apikeysfrom May 16, 2023
Merged
update documentation to include API Key Preview information#189mattkim merged 3 commits intorelease/apikeysfrom
mattkim merged 3 commits intorelease/apikeysfrom
Conversation
tminusplus
previously approved these changes
May 16, 2023
Contributor
tminusplus
left a comment
There was a problem hiding this comment.
Two small comments otherwise LGTM ![]()
| ``` | ||
|
|
||
| # API Key Management (Preview) | ||
| <em>The API Key feature is currently in "Preview Release". Customers must be invited to use this feature. Please reach out to Temporal Cloud support for more information.</em> |
Contributor
There was a problem hiding this comment.
Alternatively _ or * is the markdown syntax, just happens to display fine in GitHub since it supports HTML tags.
|
|
||
| Create an API key by running the following command: | ||
| ``` | ||
| tcld apikey create --name <api-key-name> --description <api-key-description> --duration <api-key-duration> |
Contributor
There was a problem hiding this comment.
We could mention the duration must be between 1 to 90 days.
tminusplus
approved these changes
May 16, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What was changed
update documentation to include API Key Preview information
Why?
to help users use API Keys