Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS CLI entries in sdks.yaml #5402

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions .doc_gen/metadata/sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,11 @@ CLI:
short: "&CLI;"
expanded:
long: "AWS Command Line Interface"
short: "Command Line Interface"
short: "AWS CLI"
guide: "cli/latest/userguide/cli-chap-welcome.html"
title_override:
title: "&CLI; command examples"
title_abbrev: "Command examples"
api_ref:
uid: "aws-cli"
name: "&guide-cli-ref;"
Expand All @@ -226,8 +229,11 @@ Bash:
short: "&Bash;"
expanded:
long: "AWS Command Line Interface with Bash script"
short: "Command Line Interface with Bash script"
short: "AWS CLI with Bash script"
guide: "cli/latest/userguide/cli-chap-welcome.html"
title_override:
title: "&Bash; code examples"
title_abbrev: "Bash script examples"
api_ref:
uid: "aws-cli"
name: "&guide-cli-ref;"
Expand Down
Loading