From 40ebc89587d824c87ee47a7767494322ce7236da Mon Sep 17 00:00:00 2001 From: Raycast Bot Date: Fri, 14 Jun 2024 12:35:15 +0000 Subject: [PATCH] Update Script Commands documentation --- commands/README.md | 1 + commands/extensions.json | 60 +++++++++++++++++++++++++++++----------- 2 files changed, 45 insertions(+), 16 deletions(-) diff --git a/commands/README.md b/commands/README.md index 3bddfda97..d3975184f 100644 --- a/commands/README.md +++ b/commands/README.md @@ -1000,6 +1000,7 @@ This repository contains sample commands and documentation to write your own one | Icon | Title | Description | Author | Args | Templ | Lang | | :--: | ----- | ----------- | :----: | :--: | :---: | :--: | | 🤖 | [Find AWS Region by IP](developer-utils/aws/whatismyregion.sh) | Copies the AWS IPv4 to the clipboard. | [Oğuzhan Yılmaz](https://github.com/c1982) | | | | + | | [S3 Download](developer-utils/aws/amazon-s3-download.sh) | Download from Amazon S3 via URL | [Chris Cook](https://github.com/zirkelc) | ✅ | | | | | [Single Sign-On](developer-utils/aws/aws-sso-util.sh) | Login to AWS using aws-sso-util | [David Molinero](https://github.com/doktor500) | | | | #### Brew diff --git a/commands/extensions.json b/commands/extensions.json index 86c81f55f..416dd2f39 100644 --- a/commands/extensions.json +++ b/commands/extensions.json @@ -10577,6 +10577,34 @@ "name" : "Aws", "path" : "aws", "scriptCommands" : [ + { + "authors" : [ + { + "name" : "Chris Cook", + "url" : "https:\/\/github.com\/zirkelc" + } + ], + "createdAt" : "2024-06-14T14:31:44+02:00", + "currentDirectoryPath" : null, + "description" : "Download from Amazon S3 via URL", + "filename" : "amazon-s3-download.sh", + "hasArguments" : true, + "icon" : { + "dark" : null, + "light" : "images\/amazon-s3.png" + }, + "identifier" : "b4dd5f3fe1c6dd1b9b44fc9f0fe88364", + "isTemplate" : false, + "language" : "bash", + "mode" : "fullOutput", + "needsConfirmation" : null, + "packageName" : "AWS", + "path" : "developer-utils\/aws\/", + "refreshTime" : null, + "schemaVersion" : 1, + "title" : "S3 Download", + "updatedAt" : "2024-06-14T12:34:01Z" + }, { "authors" : [ { @@ -23637,39 +23665,39 @@ ], "languages" : [ { - "displayName" : "Node", - "icon" : "icon-nodejs.png", - "name" : "node" + "displayName" : "Ruby", + "icon" : "icon-ruby.png", + "name" : "ruby" }, { - "displayName" : "Python", - "icon" : "icon-python.png", - "name" : "python" + "displayName" : "Bash", + "icon" : "icon-bash.png", + "name" : "bash" }, { "displayName" : "Swift", "icon" : "icon-swift.png", "name" : "swift" }, - { - "displayName" : "Bash", - "icon" : "icon-bash.png", - "name" : "bash" - }, { "displayName" : "AppleScript", "icon" : "icon-applescript.png", "name" : "applescript" }, { - "displayName" : "Ruby", - "icon" : "icon-ruby.png", - "name" : "ruby" + "displayName" : "Node", + "icon" : "icon-nodejs.png", + "name" : "node" + }, + { + "displayName" : "Python", + "icon" : "icon-python.png", + "name" : "python" } ], "metadata" : [ ], - "totalScriptCommands" : 822, - "updatedAt" : "2024-05-23T07:33:06Z" + "totalScriptCommands" : 823, + "updatedAt" : "2024-06-14T12:34:01Z" } \ No newline at end of file