pm1 1.0.25

dotnet tool install --global pm1 --version 1.0.25
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local pm1 --version 1.0.25
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=pm1&version=1.0.25
                    
nuke :add-package pm1 --version 1.0.25
                    

pm1

Azure DevOps automation CLI for repository setup, CI pipelines, and work item management.

Installation

Install the CLI tool globally using:

dotnet tool install --global pm1

To upgrade to the latest release (currently 1.0.23):

dotnet tool update --global pm1 --version 1.0.23

Usage

After installation, you can use the pm1 command from anywhere in your terminal.

pm1 --help

Features

  • Azure DevOps repository setup automation
  • CI pipeline configuration and management
  • Work item management
  • Streamlined DevOps workflows

Requirements

  • .NET 9.0 or later

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Alexander Nachtmann

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.