{"id":16301018,"url":"https://github.com/melezhik/spazure","last_synced_at":"2025-04-09T22:22:47.970Z","repository":{"id":150532603,"uuid":"273086677","full_name":"melezhik/Spazure","owner":"melezhik","description":"Automation toolset for Azure DevOps written on Sparrow","archived":false,"fork":false,"pushed_at":"2020-06-19T03:39:20.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T14:15:59.774Z","etag":null,"topics":["automation","azuredevops","raku","sparrow"],"latest_commit_sha":null,"homepage":null,"language":null,"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/melezhik.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":"2020-06-17T22:01:06.000Z","updated_at":"2020-06-25T02:42:13.000Z","dependencies_parsed_at":"2023-07-16T08:45:41.128Z","dependency_job_id":null,"html_url":"https://github.com/melezhik/Spazure","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/melezhik%2FSpazure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2FSpazure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2FSpazure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melezhik%2FSpazure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melezhik","download_url":"https://codeload.github.com/melezhik/Spazure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248120668,"owners_count":21050989,"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":["automation","azuredevops","raku","sparrow"],"created_at":"2024-10-10T20:53:18.433Z","updated_at":"2025-04-09T22:22:47.950Z","avatar_url":"https://github.com/melezhik.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spazure\n\nAutomation toolset for Azure DevOps written on Sparrow\n\n\n# Getting started\n\n    zef install --/test Sparrow6\n    \n    export SP6_REPO=http://repo.westus.cloudapp.azure.com\n    \n    s6 --index-update\n    \n    s6 --search ado\n\n    s6 --install ado-git-branch-create\n\n    s6 --plg-run ado-git-branch-create@project=Backends,repo=Catalog,branch_from=dev,branch=feature\n    \nOr if you prefer Raku API:\n\n```raku\n\ntask-run \"create branch\", \"ado-git-branch-create\", %(\n    project =\u003e \"Backends\",\n    repo =\u003e \"Catalog\",\n    branch_from =\u003e \"dev\",\n    branch =\u003e \"feature\"\n);\n\n```\n\n# Authentication\n\nCreate file named `~/.sparrow-azure-devops.sh`\n\n```\ntoken=$PAT\napi=https://dev.azure.com/$organization\nuser=$api_user\n```\n\nWhere:\n\n* `user`\n\nUser to sign requests\n\n* `token`\n\nUser personal access token (PAT)\n\n* `api`\n\nAzure DevOps API URL\n\n# Environment variables\n\n* `SPARROW_ADO_DEBUG`\n\nSet to 1 if you need debug response from API\n\n\n# See also\n\nAdo related Sparrow plugins - http://repo.westus.cloudapp.azure.com/hub/search?q=ado\n\nSparrow plugins source code - https://github.com/melezhik/sparrow-plugins\n\nSparrow project - https://github.com/melezhik/Sparrow6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fspazure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelezhik%2Fspazure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelezhik%2Fspazure/lists"}