{"id":15590379,"url":"https://github.com/cdimascio/aws-config-manager","last_synced_at":"2026-05-06T22:10:41.708Z","repository":{"id":83296317,"uuid":"316104162","full_name":"cdimascio/aws-config-manager","owner":"cdimascio","description":"Manage multiple AWS credentials and config files","archived":false,"fork":false,"pushed_at":"2020-12-11T21:03:04.000Z","size":4062,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-03-19T12:04:06.215Z","etag":null,"topics":["aws","brew","cli","config","credentials"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cdimascio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2020-11-26T02:34:41.000Z","updated_at":"2024-06-19T09:08:07.413Z","dependencies_parsed_at":"2023-07-02T21:31:32.428Z","dependency_job_id":null,"html_url":"https://github.com/cdimascio/aws-config-manager","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/cdimascio/aws-config-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Faws-config-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Faws-config-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Faws-config-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Faws-config-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cdimascio","download_url":"https://codeload.github.com/cdimascio/aws-config-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cdimascio%2Faws-config-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32713935,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T19:35:05.142Z","status":"ssl_error","status_checked_at":"2026-05-06T19:35:03.996Z","response_time":117,"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":["aws","brew","cli","config","credentials"],"created_at":"2024-10-02T23:21:40.377Z","updated_at":"2026-05-06T22:10:41.681Z","avatar_url":"https://github.com/cdimascio.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# aws-config-manager\n\nManage multiple AWS credentials and config file pairs.\n\nDo you work with a variety of AWS configs/credentials and want to manage them separately? Now you can.\n\n## Install\n\n```shell\nbrew install cdimascio/tap/aws_config_manager\n```\nor\n```\nbrew tap cdimascio/tap\naws_config_manager\n```\n\n## Usage\n\n```\n➜ acm\nNAME:\n   acm - AWS Config and Credentials Manager\n\nUSAGE:\n   acm command [command options] [\u003csetting\u003e]\n\nDESCRIPTION:\n   Manages many .aws/credentials and .aws/config files as settings\n\nCOMMANDS:\n   cat           cat a credentials or config file.\n   create        creates a new empty setting.\n   current, cur  shows the current setting\n   edit          edits a credentials or config file.\n   list, ls      list all settings\n   remove, rm    removes a setting\n   use           sets the current setting\n   help, h       Shows a list of commands or help for one command\n\nEXAMPLES:\n   acm ls\n   acm use default\n   acm create my-config\n   acm edit -t creds\n   acm edit -t conf my-config\n```\n\n**What is a setting?**\n\nA setting is a name used to identify a pair of aws config and credentials files. The first time you use `acm`, a `default` setting is created. The `default` setting is a reference to your current `~/.aws/credentials` and `~/.aws/config`. To create additional settings, run `acm create my_setting`, then `acm edit -t config my_setting` and `acm edit -t creds my_setting` to edit the config and credentials file for the `my_setting` setting.\n\nAWS enables you to use a single pair e.g. ~/.aws/crendentials and ~/.aws/config. This library allows you manage multiple pairs or 'settings'.\n\n\n\n### List\n\nList all settings\n\n```\nacm list\n```\n\n### Use\n\nUse a specific setting\n\n```\nacm use default\n```\n\n### Edit\n\nEdit a setting\n\n```\n# edit the currently active aws credentials file\nacm edit -t credentials\n\n# edit a specific aws credentials file\nacm edit -t credentials my_creds\n\n# edit the currently active aws config file\nacm edit -t config\n\n# edit a specific aws config file\nacm edit -t config my_creds\n```\n\n### And more...\n\n## License\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Faws-config-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcdimascio%2Faws-config-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcdimascio%2Faws-config-manager/lists"}