{"id":18331459,"url":"https://github.com/antonfisher/dscmd","last_synced_at":"2026-04-30T10:03:35.840Z","repository":{"id":145199304,"uuid":"46262128","full_name":"antonfisher/dscmd","owner":"antonfisher","description":"Build distribution tool for SenchaCMD","archived":false,"fork":false,"pushed_at":"2016-05-12T07:19:16.000Z","size":77,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T18:54:15.053Z","etag":null,"topics":["bash","senchacmd"],"latest_commit_sha":null,"homepage":"http://antonfisher.com/posts/2016/03/25/build-distribution-tool-for-senchacmd/","language":"Shell","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/antonfisher.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":"2015-11-16T08:37:00.000Z","updated_at":"2017-04-07T18:04:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"18d8bb06-382c-4a07-ac59-dc11860a559c","html_url":"https://github.com/antonfisher/dscmd","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/antonfisher/dscmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonfisher%2Fdscmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonfisher%2Fdscmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonfisher%2Fdscmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonfisher%2Fdscmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonfisher","download_url":"https://codeload.github.com/antonfisher/dscmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonfisher%2Fdscmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash","senchacmd"],"created_at":"2024-11-05T19:32:24.442Z","updated_at":"2026-04-30T10:03:35.796Z","avatar_url":"https://github.com/antonfisher.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build distribution tool for SenchaCMD\n\n![version](https://img.shields.io/badge/version-0.1.3-green.svg)\n![status](https://img.shields.io/badge/status-beta-lightgray.svg)\n\n![Principle pic](https://raw.githubusercontent.com/antonfisher/dscmd/docs/images/dscmd-principle.png)\n\n## Result on Jenkins builds chart\n\n![Result](https://raw.githubusercontent.com/antonfisher/dscmd/docs/images/dscmd-jenkins-builds-chart.png)\n\n__Note:__ 3 distributed VMs used instead one master.\n\n[Read article](http://antonfisher.com/posts/2016/03/25/build-distribution-tool-for-senchacmd/) about this script.\n\n## Installation\n\n* Copy `dscmd.sh` script to your Sencha applications workspace;\n    * `wget https://raw.githubusercontent.com/antonfisher/dscmd/master/dscmd.sh -O dscmd.sh`\n    * `chmod +x dscmd.sh`\n* Run `$./dscmd.sh config`.\n\n## Usage\n\n```\n$ ./dscmd.sh\nBuild distribution tool for SenchaCMD v0.1.3 [beta]\nUsage:\n  ./dscmd.sh config\n  ./dscmd.sh applications-list\n  ./dscmd.sh add-agent\n  ./dscmd.sh remove-agent [--all]\n  ./dscmd.sh agents-list\n  ./dscmd.sh agents-test\n  ./dscmd.sh build [--all] \u003capplication1,application2,...\u003e\n```\n\n### Add agents (Ubuntu-based host)\n\n* [Copy ssh key](https://www.digitalocean.com/community/tutorials/how-to-set-up-ssh-keys--2) to agent;\n* Run `$ ./dscmd.sh add-agent`.\n\n### Run distributed build\n\n* Run `$ ./dscmd.sh build --all` to build all application in applications folder;\n* Or run `$ ./dscmd.sh build applicationName1,applicationName2`.\n\n## Under hood\n\n```\nfor each agents {\n    copy ssh key --\u003e ssh --\u003e apt-get install --\u003e install sencha cmd --\u003e initial rsync\n}\n\nfor each applications {\n    rsync --\u003e sencha app build --\u003e rsync\n}\n```\n\n## Release History\n\n* 0.1.3 Beta release:\n    * Show build time\n    * Rename init -\u003e config\n    * Show applicaiton list command\n    * Add agent, ssh-key copying action confirmation\n    * Add agent, apt-get update confirmation\n* 0.1.2 Beta release:\n    * Configurable application path\n    * Show list of applications after script init\n    * Show build progress\n    * Support for multi-host add-agent command\n    * Check application's build exit status\n    * Stop build after first fail\n* 0.1.1 Beta release:\n    * Support `build --all` flag\n    * Fix: `add-agent`\n* 0.1.0 Initial release\n\n## ToDo\n\n- [x] Column formating for print output\n- [ ] Check exit code for each agent\n- [ ] Script commands completion(?)\n\n## License\n\nCopyright (c) 2016 Anton Fisher \u003ca.fschr@gmail.com\u003e\n\nMIT License. Free use and change.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonfisher%2Fdscmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonfisher%2Fdscmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonfisher%2Fdscmd/lists"}