---
title: "Modernization at Scale with the CLI and CI/CD Pipelines"
url: https://daily.dev/posts/modernization-at-scale-with-the-cli-and-ci-cd-pipelines-ld66tlulc
source_url: https://www.youtube.com/watch?v=AvEfMgMjOOs
type: video:youtube
source: "Microsoft Developer"
published: 2026-05-14T16:27:50.056Z
updated: 2026-05-14T16:28:08.705Z
tags: ["github", "java", "cicd", "cli"]
reading_time: 9
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Modernization at Scale with the CLI and CI/CD Pipelines

**[Microsoft Developer](https://daily.dev/sources/microsoftdeveloper)** · 9 min read · 4 upvotes · 0 comments

## Summary

A walkthrough of using GitHub Copilot CLI to modernize a multi-repo distributed system called Java Social at scale. The system consists of three separate services: a legacy .NET SOAP backend, a Java JSP/servlet frontend, and a Java background worker. Instead of working inside an IDE, the demo shows how to run the 'modernize' command from the terminal, which spins up parallel cloud coding agents — one per repository — to generate assessment reports and upgrade plans simultaneously. The resulting artifacts (assessment dashboards, upgrade plans, diffs, and pull requests) are reviewable on GitHub just like any other engineering work. The key insight is that this CLI-based approach enables modernization to be wired into CI/CD pipelines and scheduled jobs, turning it from a one-off project into regular, automated maintenance across large codebases.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.youtube.com/watch?v=AvEfMgMjOOs>

---

Tags: [#github](https://daily.dev/tags/github), [#java](https://daily.dev/tags/java), [#cicd](https://daily.dev/tags/cicd), [#cli](https://daily.dev/tags/cli)

[View this post on daily.dev](https://daily.dev/posts/modernization-at-scale-with-the-cli-and-ci-cd-pipelines-ld66tlulc)
