{"id":30305339,"url":"https://github.com/masterivanic/sync-repo-uipath","last_synced_at":"2026-05-16T22:01:47.374Z","repository":{"id":303418831,"uuid":"1015419303","full_name":"masterivanic/sync-repo-uipath","owner":"masterivanic","description":"Cli app tio sync uipath orchestrator and git repository","archived":false,"fork":false,"pushed_at":"2025-07-31T01:26:51.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-17T08:21:29.337Z","etag":null,"topics":["automation","cli","git","orchestrator","python","uipath"],"latest_commit_sha":null,"homepage":"","language":"Python","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/masterivanic.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,"zenodo":null}},"created_at":"2025-07-07T13:25:12.000Z","updated_at":"2025-07-31T01:26:55.000Z","dependencies_parsed_at":"2025-07-07T14:58:29.807Z","dependency_job_id":"15c4bc44-90ce-4d4e-906b-53547cbda76e","html_url":"https://github.com/masterivanic/sync-repo-uipath","commit_stats":null,"previous_names":["masterivanic/sync-repo-uipath"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/masterivanic/sync-repo-uipath","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterivanic%2Fsync-repo-uipath","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterivanic%2Fsync-repo-uipath/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterivanic%2Fsync-repo-uipath/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterivanic%2Fsync-repo-uipath/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/masterivanic","download_url":"https://codeload.github.com/masterivanic/sync-repo-uipath/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/masterivanic%2Fsync-repo-uipath/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33120450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"ssl_error","status_checked_at":"2026-05-16T18:38:29.903Z","response_time":115,"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":["automation","cli","git","orchestrator","python","uipath"],"created_at":"2025-08-17T08:08:55.734Z","updated_at":"2026-05-16T22:01:47.332Z","avatar_url":"https://github.com/masterivanic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robot CLI 🤖🤖\n\nA Python command-line tool for managing UiPath automation projects and their Git repositories.  \nAutomate common tasks like repository initialization, deployment to different branches, and publishing to Orchestrator.\n\n## Features\n\n- **robot init**: Initialize a new Git repository for your project.\n- **robot deploy**: Commit and push changes to the `orchestor` remote.\n    - `--dev`: Deploy and commit to the `dev` branch.\n    - `--prod`: Deploy and commit to the `main` branch.\n- **robot analyze**: (Planned) Analyze your automation project.\n- **robot repair 🤖**: (Planned) Repair your automation project.\n\n## Requirements\n\n- Python 3.7+\n- [Git](https://git-scm.com/) installed and available in your PATH\n- [UiPath CLI](https://docs.uipath.com/) installed and available in your PATH\n\n## Installation\n\nClone this repository and install dependencies if any:\n\n```bash\ngit clone https://github.com/masterivanic/sync-repo-uipath.git\ncd robot-cli\n```\n\n## Usage\n\n### Initialize a Git Repository\n\n```bash\nrobot init\n```\n- Initializes a new Git repository in the current directory.\n- Prompts for the remote origin URL.\n\n### Deploy Changes\n\n```bash\nrobot deploy\n```\n- Commits and pushes changes to the `dev` branch by default.\n- Publishes the project to UiPath Orchestrator.\n\n#### Deploy to Dev Branch\n\n```bash\nrobot deploy --dev\n```\n\n#### Deploy to Main (Prod) Branch\n\n```bash\nrobot deploy --prod\n```\n\n### Analyze Project\n\n```bash\nrobot analyze\n```\n- (Coming soon) Analyze your automation project.\n\n### Repair Project\n\n```bash\nrobot repair\n```\n- (Coming soon) Repair your automation project.\n\n## Error Handling\n\n- If Git or UiPath CLI is not installed, the tool will raise a descriptive exception.\n- If the project is not initialized as a Git repository, relevant commands will prompt you to initialize.\n\n## Contributing\n\nPull requests are welcome!  \nFor major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\nMIT License\n\n## Credits\n\n- Inspired by UiPath automation best practices.\n- Developed by @masterivanic.\n\n## Notes\n\n- This tool assumes you have a valid `project.json` in your project root.\n- For more information on UiPath CLI publishing, see [UiPath Documentation](https://docs.uipath.com/fr/studio/standalone/2023.4/user-guide/about-publishing-automation-projects).\n\n**Happy Automating! 🤖🚀**","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterivanic%2Fsync-repo-uipath","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterivanic%2Fsync-repo-uipath","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterivanic%2Fsync-repo-uipath/lists"}