Mcpb.Cli
0.3.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global Mcpb.Cli --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local Mcpb.Cli --version 0.3.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Mcpb.Cli&version=0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package Mcpb.Cli --version 0.3.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
MCPB .NET CLI
Experimental .NET port of the MCPB CLI.
Build
cd dotnet/mcpb
dotnet build -c Release
Install as local tool
cd dotnet/mcpb
dotnet pack -c Release
# Find generated nupkg in bin/Release
dotnet tool install --global Mcpb.Cli --add-source ./bin/Release
Commands
| Command | Description |
|---|---|
mcpb init [directory] [--server-type node\|python\|binary\|auto] [--entry-point path] |
Create manifest.json |
mcpb validate [manifest\|directory] |
Validate manifest |
mcpb pack [directory] [output] |
Create .mcpb archive |
mcpb unpack <file> [outputDir] |
Extract archive |
mcpb sign <file> [--cert cert.pem --key key.pem --self-signed] |
Sign bundle |
mcpb verify <file> |
Verify signature |
mcpb info <file> |
Show bundle info (and signature) |
mcpb unsign <file> |
Remove signature |
License Compliance
MIT licensed
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. 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.