{"id":16936148,"url":"https://github.com/tristanmorgan/awsrubycli","last_synced_at":"2026-04-18T19:31:55.246Z","repository":{"id":50732893,"uuid":"402591056","full_name":"tristanmorgan/awsrubycli","owner":"tristanmorgan","description":"a pale imitation of the aws-cli","archived":false,"fork":false,"pushed_at":"2025-10-28T04:07:14.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-28T06:07:35.039Z","etag":null,"topics":["awscli","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tristanmorgan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-09-02T23:41:30.000Z","updated_at":"2025-10-28T04:07:17.000Z","dependencies_parsed_at":"2023-11-08T06:09:46.662Z","dependency_job_id":"60b959b1-964b-46ec-a4bb-25f665b50196","html_url":"https://github.com/tristanmorgan/awsrubycli","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/tristanmorgan/awsrubycli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristanmorgan%2Fawsrubycli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristanmorgan%2Fawsrubycli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristanmorgan%2Fawsrubycli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristanmorgan%2Fawsrubycli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tristanmorgan","download_url":"https://codeload.github.com/tristanmorgan/awsrubycli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tristanmorgan%2Fawsrubycli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["awscli","ruby"],"created_at":"2024-10-13T20:56:11.400Z","updated_at":"2026-04-18T19:31:55.219Z","avatar_url":"https://github.com/tristanmorgan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aws (ruby) cli\n\nThis is a quick and incomplete clone of the aws-cli (python) except this one is written in Ruby.\n\nI was hoping to hack together some sort of reflection technique to auto-generate the commands but so far I just implemented a couple of my most frequently used commands.\n\n## Usage\n\n    Aws commands:\n      aws --version, -v              # print the version number\n      aws cloudformation SUBCOMMAND  # run cloudformation commands\n      aws ec2 SUBCOMMAND             # run ec2 commands\n      aws help [COMMAND]             # Describe available commands or one specific command\n      aws iam SUBCOMMAND             # run iam commands\n      aws kms SUBCOMMAND             # run kms commands\n      aws s3 SUBCOMMAND              # run s3 commands\n      aws sts SUBCOMMAND             # run sts commands\n\n      aws cloudformation delete-stack NAME       # delete a stack with name\n      aws cloudformation describe-stacks [NAME]  # get stacks with name\n\n      aws dynamodb delete-table    # delete a table\n      aws dynamodb describe-table  # describe a table\n      aws dynamodb list-tables     # List tables in account\n\n      aws ec2 create-key-pair NAME                       # create a new key-pair\n      aws ec2 delete-key-pair                            # Deletes a key pair\n      aws ec2 describe-images TAG                        # describe images with tag\n      aws ec2 describe-instances TAG                     # get instances with tag\n      aws ec2 describe-instances TAG                     # get_console_output from and instance\n      aws ec2 describe-key-pairs                         # Describes all of your key pairs\n      aws ec2 describe-subnetss                          # Describes subnets`s\n      aws ec2 get-windows-password instance_id pem_path  # Gets the windows password for an instance\n\n      aws iam list-access-keys  # List access keys for User\n      aws iam list-users        # List users in account\n\n      aws s3 cp SOURCE [PATH]  # Copy from SOURCE to PATH\n      aws s3 ls [SOURCE]       # list buckets or object in SOURCE\n      aws s3 mb BUCKET         # make a new BUCKET\n      aws s3 pressign PATH     # generate a presigned URL for PATH\n      aws s3 rb bucket         # delete a bucket\n      aws s3 rm PATH           # delete a PATH\n\n      aws sts decode-authorization-message MESSAGE  # Decode an authorization MESSAGE\n      aws sts get-access-key-info                   # Get info about access keys\n      aws sts get-caller-identity                   # Get current users details\n      aws sts passcheck PASSWORD                    # check a password\n\n\nawsrubycli uses [Thor](https://github.com/rails/thor) for cli argument parsing and providing the help messages.\n\n## License\n\nReleased under the MIT License. See the LICENSE file for further details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristanmorgan%2Fawsrubycli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftristanmorgan%2Fawsrubycli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftristanmorgan%2Fawsrubycli/lists"}