{"id":19792760,"url":"https://github.com/devpro/almops","last_synced_at":"2025-10-24T01:38:26.666Z","repository":{"id":40005733,"uuid":"237941662","full_name":"devpro/almops","owner":"devpro","description":"Command line tool to administrate ALM solutions such as Azure DevOps, GitHub or GitLab","archived":false,"fork":false,"pushed_at":"2023-08-04T15:24:26.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T07:43:12.442Z","etag":null,"topics":["alm","azure-devops","dotnet","github","gitlab"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devpro.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}},"created_at":"2020-02-03T10:40:34.000Z","updated_at":"2023-08-04T13:47:56.000Z","dependencies_parsed_at":"2023-02-09T14:30:59.636Z","dependency_job_id":null,"html_url":"https://github.com/devpro/almops","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpro%2Falmops","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpro%2Falmops/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpro%2Falmops/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devpro%2Falmops/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devpro","download_url":"https://codeload.github.com/devpro/almops/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251812238,"owners_count":21647868,"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":["alm","azure-devops","dotnet","github","gitlab"],"created_at":"2024-11-12T07:07:53.325Z","updated_at":"2025-10-24T01:38:26.372Z","avatar_url":"https://github.com/devpro.png","language":"C#","readme":"﻿# almops - Ops tool for ALM solutions\n\n[![Build Status](https://dev.azure.com/devprofr/open-source/_apis/build/status/almops-ci?branchName=master)](https://dev.azure.com/devprofr/open-source/_build/latest?definitionId=24\u0026branchName=master)\n[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=devpro.almops\u0026metric=alert_status)](https://sonarcloud.io/dashboard?id=devpro.almops)\n[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=devpro.almops\u0026metric=coverage)](https://sonarcloud.io/dashboard?id=devpro.almops)\n[![Nuget](https://img.shields.io/nuget/v/almops.svg)](https://www.nuget.org/packages/almops)\n\nCommand line tool to administrate [ALM (Application lifecycle management)](https://en.wikipedia.org/wiki/Application_lifecycle_management) solutions such as Azure DevOps, GitHub, GitLab.\n\n## How to install\n\n### Option 1 - .NET global tool\n\n* Install [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/install/)\n* Install `almops` globally\n\n```bash\ndotnet tool install --global almops\n```\n\n* If needed, uninstall `almops`\n\n```bash\ndotnet tool uninstall -g almops\n```\n\n### Option 2 - Container\n\n* TODO\n\n## How to authenticate\n\n### Azure DevOps\n\nCreate a Personal Access Token (PAT) in your Azure DevOps organization (ref. [Authenticate access with personal access tokens](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate)).\n\n## How to configure\n\n### Option 1 - Use config action\n\n```bash\nalmops config --org \u003corganization\u003e --user \u003cusername\u003e --token \u003ctoken\u003e\n```\n\n### Option 2 - Set environment variables\n\n```dos\nSET almops__BaseUrl=\u003curl\u003e\nSET almops__Username=\u003cusername\u003e\nSET almops__Token=\u003ctoken\u003e\n```\n\n## How to use\n\n### Quick start\n\n```bash\n# displays tool version\nalmops --version\n\n# displays help\nalmops --help\n\n# configures\nalmops config --org https://dev.azure.com/\u003corganization\u003e --user \u003cemail_address\u003e --token \u003ctoken\u003e\n\n# lists\nalmops list projects\n```\n\n### Examples\n\n```bash\n# lists all builds\nalmops list builds -p myproject\n\n# queues a new build\nalmops queue build -p myproject --id 3 --branch mybranch\n\n# shows build information\nalmops show build -p myproject --id 264\n\n# lists build artifacts\nalmops list artifacts -p myproject --id 90\n\n# creates a new release from a feature branch with the release definition id\nalmops create release -p myproject --id 1 --branch \"feature/something-awesome\"\n\n# creates a new release from master branch with the release name\nalmops create release -p myproject --name myreleasename\n```\n\n## How to contribute\n\nFollow the [Contributing guide](CONTRIBUTING.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpro%2Falmops","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevpro%2Falmops","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevpro%2Falmops/lists"}