{"id":20767023,"url":"https://github.com/binded/scripts","last_synced_at":"2025-08-09T01:42:28.040Z","repository":{"id":97906418,"uuid":"90229640","full_name":"binded/scripts","owner":"binded","description":"Misc bash scripts","archived":false,"fork":false,"pushed_at":"2017-05-15T21:05:57.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-18T06:28:14.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/binded.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":"2017-05-04T06:34:04.000Z","updated_at":"2017-05-04T06:47:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"5d51010d-11f9-4640-987c-06c054ab29ea","html_url":"https://github.com/binded/scripts","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fscripts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fscripts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fscripts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/binded%2Fscripts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/binded","download_url":"https://codeload.github.com/binded/scripts/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243094617,"owners_count":20235531,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-17T11:27:20.203Z","updated_at":"2025-03-11T18:51:28.510Z","avatar_url":"https://github.com/binded.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# random bash scripts\n\n# Install CLI tools\n\nInstalls the following CLI tools:\n\n- terraform\n- kops\n- kubectl\n- helm\n\nNo-op if the tool is already installed with the correct version.\nSupports Mac and Linux.\n\n```bash\n# install all cli tools:\ncurl https://raw.githubusercontent.com/blockai/scripts/master/install-cli-tools.sh | bash\n# install just helm and kubectl\ncurl https://raw.githubusercontent.com/blockai/scripts/master/install-cli-tools.sh | bash -s helm kubectl\n# install just helm v2.4.2 and kubectl\ncurl https://raw.githubusercontent.com/blockai/scripts/master/install-cli-tools.sh | HELM_VERSION=2.4.0 bash -s helm kubectl\n```\n\n# Update k8s registry secret\n\nUses `aws ecr get-login` to get the user/pass for your AWS registry and\nsaves it as a Kubernetes secret named `aws-ecr-registry`.\n\nAssumes the aws cli is available and  AWS credentials are set either\nthrough environment variables (`AWS_ACCESS_KEY_ID` and\n`AWS_SECRET_ACCESS_KEY`) or `~/.aws/credentials`.\n\n```bash\n# prints which cluster the command will use\nkubectl config current-context\n\ncurl https://raw.githubusercontent.com/blockai/scripts/master/update-k8s-registry-secret.sh | bash\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fscripts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinded%2Fscripts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinded%2Fscripts/lists"}