SShortSingh.
Back to feed

m365-extension-control CLI brings release-intent checks to SPFx estates

0
·1 views

A new open-source command-line tool called m365-extension-control has been released to help SharePoint Framework (SPFx) teams verify that on-disk project state matches their declared release intent. The tool uses an estate.json manifest to record ownership, lifecycle status, release channel, and expected version details for each project in an estate. Running commands such as scan, inventory, evidence, and preflight, the CLI compares those declarations against local file facts and reports drift, inconsistencies, and ownership gaps. It outputs deterministic JSON and Markdown evidence with CI-compatible exit codes, but deliberately does not interact with any SharePoint tenant or App Catalog. The project ships with 20 deterministic tests, TypeScript support, and GitHub Actions CI, and is available on GitHub at vystartasv/m365-extension-control.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingHacker News ·

Developer builds walkable ASCII cyberpunk city in a single HTML file

A developer named Miguel Carino has created an interactive, walkable cyberpunk city rendered entirely in ASCII art, packaged as a single HTML file. The project, called CyberCity, is accessible via a web browser and its source code is publicly available on GitHub. Recent updates to the project have added features such as traffic, interior spaces, elevation changes, and skyscrapers. Demonstration videos shared on YouTube showcase the evolving detail and scope of the browser-based environment. The project has drawn attention on Hacker News as a creative example of what can be achieved with minimal web technology.

0
ProgrammingHacker News ·

Weave, a YC W25 startup, opens roles in ML, AI, product, and design

Weave, a startup from Y Combinator's Winter 2025 batch, is actively hiring across multiple technical and creative disciplines. The open positions span machine learning, artificial intelligence, product engineering, and design. The job listings are hosted on Ashby, a recruiting platform, suggesting a structured hiring process. No further details about the company's product or mission were provided in the announcement.

0
ProgrammingHacker News ·

Student Teacher Arrested After Private Snapchat Complaint About Work Goes Wrong

A student teacher was arrested after sending a private Snapchat message in which she complained about her workday. The message was reportedly seen by someone who alerted authorities, leading police to arrive at her school within an hour. The incident raises questions about privacy expectations on social media platforms, even when messages are intended to be private. The case has drawn attention to the legal and professional risks educators face when venting frustrations online.

m365-extension-control CLI brings release-intent checks to SPFx estates · ShortSingh