{"id":22351892,"url":"https://github.com/screwdriver-cd/toolbox","last_synced_at":"2025-07-30T07:31:54.519Z","repository":{"id":15479371,"uuid":"78231306","full_name":"screwdriver-cd/toolbox","owner":"screwdriver-cd","description":"Central repository for handy Screwdriver-related scripts and other tools","archived":false,"fork":false,"pushed_at":"2024-09-12T18:12:01.000Z","size":45,"stargazers_count":5,"open_issues_count":0,"forks_count":7,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-09-13T07:36:25.678Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/screwdriver-cd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-01-06T19:05:09.000Z","updated_at":"2024-09-12T18:12:03.000Z","dependencies_parsed_at":"2024-09-13T05:25:15.137Z","dependency_job_id":"e2b0bc86-04a3-4590-acae-6753a01fa5e8","html_url":"https://github.com/screwdriver-cd/toolbox","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/screwdriver-cd%2Ftoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Ftoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/toolbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228106386,"owners_count":17870438,"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-12-04T12:16:18.880Z","updated_at":"2024-12-04T12:16:19.443Z","avatar_url":"https://github.com/screwdriver-cd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toolbox\nCentral repository for handy Screwdriver-related scripts and other tools\n\n## Recreate all pipelines\nThis script will create all pipelines and their corresponding secrets, except for the `GIT_KEY`s. Those will need to be created manually.\n\n1. Put all secrets into the `.secrets_config.json` file.\n1. Run\n```bash\n$ npm install request\n$ node mass-create-pipelines.js\n```\n\n## Re-tag Docker Images\nMakes it easy to retag specific docker images as stable\n\n```bash\n$ ./docker-tag.sh ui v1.0.4 stable\n```\n\n## Code Coverage\nAutomatically uploads the code coverage to Coveralls inside a Screwdriver build.  Requires npm module coveralls.\n\n```bash\n$ npm install coveralls\n$ ./coverage.sh\n```\n\n## Trigger Docker Build\nTickles the Docker Hub webhook to start a build for master and a specified tag.\n\n```bash\n$ export DOCKER_TRIGGER=\"webhook API key\"\n$ export DOCKER_REPO=\"screwdrivercd/screwdriver\"\n$ export DOCKER_TAG=\"v1.2.3\"\n$ ./docker-trigger.sh\n```\n\n##  Wait for Docker Hub Build\nWaits until a Git tag is finished building on Docker Hub.\n\n```bash\n$ export DOCKER_REPO=\"screwdrivercd/screwdriver\"\n$ export DOCKER_TAG=\"v1.2.3\"\n$ ./docker-wait.sh\n```\n\n## Get Latest Tag\nChecks the Git tags for the latest version and writes it to a file.\n\n*requires either Linux or Screwdriver build environment to run*\n\n```bash\n$ ./git-latest.sh\n$ cat VERSION\nv1.2.3\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Ftoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Ftoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Ftoolbox/lists"}