cmplstofB / whatsnew

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get-WhatsNew

Get-WhatsNew is a cmdlet that provides information about changes and new features for a version of PowerShell, delivered to the local terminal experience.

Motivation

Customers are unaware of benefits, new features and changes, that could impact their automation, performance and security. Today, this useful information is provided through Microsoft Docs and the PowerShell GitHub repository. PowerShell customers would benefit from being able to get this information in the terminal as they expect.

  • Customers expect to learn about available features that may enable new solutions
  • Customers expect version specific information available from within PowerShell to make upgrade decisions.

As an admin, I can list the new features released in my current version of PowerShell, similar to webview so that I can discover and implement new features in managing my products.

As a developer, I can list the new features released in my current version of PowerShell, similar to webview so that I can discover and implement new features to develop automation solutions.

NOTE

This is a prototype for the draft RFC #317. We welcome your feedback in this repository.

About

License:MIT License


Languages

Language:PowerShell 100.0%