{"id":23750841,"url":"https://github.com/pforret/pushver","last_synced_at":"2026-04-16T11:02:18.356Z","repository":{"id":269986919,"uuid":"909046931","full_name":"pforret/pushver","owner":"pforret","description":"Push new version of component into projects that use it","archived":false,"fork":false,"pushed_at":"2025-01-07T10:29:48.000Z","size":777,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-08T19:34:42.680Z","etag":null,"topics":["bashew","git"],"latest_commit_sha":null,"homepage":"","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/pforret.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-12-27T16:09:34.000Z","updated_at":"2025-01-07T10:29:47.000Z","dependencies_parsed_at":"2025-05-24T22:34:31.721Z","dependency_job_id":"0057abc0-db3f-4d4a-bfc8-bb5811085d89","html_url":"https://github.com/pforret/pushver","commit_stats":null,"previous_names":["pforret/pushver"],"tags_count":5,"template":false,"template_full_name":"pforret/bashew","purl":"pkg:github/pforret/pushver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpushver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpushver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpushver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpushver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pforret","download_url":"https://codeload.github.com/pforret/pushver/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pforret%2Fpushver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31882886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T09:23:21.276Z","status":"ssl_error","status_checked_at":"2026-04-16T09:23:15.028Z","response_time":69,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["bashew","git"],"created_at":"2024-12-31T16:59:29.552Z","updated_at":"2026-04-16T11:02:18.336Z","avatar_url":"https://github.com/pforret.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"![bash_unit CI](https://github.com/pforret/pushver/workflows/bash_unit%20CI/badge.svg)\n![Shellcheck CI](https://github.com/pforret/pushver/workflows/Shellcheck%20CI/badge.svg)\n![GH Language](https://img.shields.io/github/languages/top/pforret/pushver)\n![GH stars](https://img.shields.io/github/stars/pforret/pushver)\n![GH tag](https://img.shields.io/github/v/tag/pforret/pushver)\n![GH License](https://img.shields.io/github/license/pforret/pushver)\n[![basher install](https://img.shields.io/badge/basher-install-white?logo=gnu-bash\u0026style=flat)](https://www.basher.it/package/)\n\n# pforret/pushver\n\n![](assets/pushver.jpg)\n\nPush new version of component into projects that use it (currently only PHP/Composer)\n\n## 🔥 Usage\n\n```\nProgram : pushver  by peter@forret.com\nVersion : v0.1.0 (2025-01-07 10:50)\nPurpose : Push new version of component into projects that use it\nUsage   : pushver [-h] [-Q] [-V] [-f] [-L \u003cLOG_DIR\u003e] [-T \u003cTMP_DIR\u003e] [-B \u003cBRANCH\u003e] \u003caction\u003e \u003ccomponents?\u003e \u003capplications?\u003e\nFlags, options and parameters:\n    -h|--help        : [flag] show usage [default: off]\n    -Q|--QUIET       : [flag] no output [default: off]\n    -V|--VERBOSE     : [flag] also show debug messages [default: off]\n    -f|--FORCE       : [flag] do not ask for confirmation (always yes) [default: off]\n    -L|--LOG_DIR \u003c?\u003e : [option] folder for log files   [default: log]\n    -T|--TMP_DIR \u003c?\u003e : [option] folder for temp files  [default: .tmp]\n    -B|--BRANCH \u003c?\u003e  : [option] branch to update  [default: main]\n    \u003caction\u003e         : [choice] action to perform  [options: php,check,env,update]\n    \u003ccomponents\u003e     : [parameter] component repo(s) e.g. pforret/statistics_module (optional)\n    \u003capplications\u003e   : [parameter] application(s) that use the component(s) and should be upgraded e.g. pforret/finixproject (optional)\n                                                                                                                                                                                                                                                                     \n### TIPS \u0026 EXAMPLES\n* use pushver php to .push a new PHP component/library version into dependent applications (with composer)\n  pushver php pforret/statistics_module pforret/finixproject\n  pushver php pforret/module1,pforret/module2 pforret/project1,company/project2\n* use pushver check to check if this script is ready to execute and what values the options/flags are\n  pushver check\n* use pushver env to generate an example .env file\n  pushver env \u003e .env\n* use pushver update to update to the latest version\n  pushver update\n* \u003e\u003e\u003e bash script created with pforret/bashew\n* \u003e\u003e\u003e for bash development, also check out pforret/setver and pforret/progressbar\n```\n\n## ⚡️ Examples\n\n```bash\n# you just updated your component \u003cauthor/component\u003e \n# and now you want your \u003cauthor/project1\u003e and \u003cauthor/project2\u003e to 'composer upgrade' to this latest version\npushver php \"author/component\" \"author/project1,git@bitbucket.org:author/project2\"\n# will do the following steps for git@github.com:author/project1 and git@bitbucket.org:author/project2\n# 1. git clone project\n# 2. checkout the right branch\n# 3. composer install\n# 4. composer upgrade author/component\n# 5. if there was an upgrade: git commit \u0026 git push\n# 6. delete cloned project folder\n```\n\n## 🚀 Installation\n\nwith [basher](https://github.com/basherpm/basher)\n\n\t$ basher install pforret/pushver\n\nor with `git`\n\n\t$ git clone https://github.com/pforret/pushver.git\n\t$ cd pushver\n\n## 📝 Acknowledgements\n\n* script created with [bashew](https://github.com/pforret/bashew)\n\n\u0026copy; 2024 pforret\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpushver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpforret%2Fpushver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpforret%2Fpushver/lists"}