Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

RuachTech/mcpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

2 Commits

Repository files navigation

mcpl - CLI for the MCPLambda Platform

Installation

macOS / Linux

curl -fsSL https://mcplambda.io/mcpl/install.sh | sh

The installer auto-detects your OS and architecture, fetches the latest release from GitHub, verifies the SHA-256 checksum, and places mcpl in /usr/local/bin (or ~/.local/bin if /usr/local/bin is not writable). Set MCPL_SKIP_CHECKSUM=1 to bypass checksum verification (not recommended).

To pin a specific version:

MCPL_VERSION=1.2.3 curl -fsSL https://mcplambda.io/mcpl/install.sh | sh

Windows (PowerShell 5.1+)

irm https://mcplambda.io/mcpl/install.ps1 | iex

The installer downloads the correct .zip for your architecture, verifies the checksum, extracts mcpl.exe to %LOCALAPPDATA%\mcpl, and adds it to your user PATH. Set $env:MCPL_SKIP_CHECKSUM = '1' to bypass checksum verification (not recommended).

To pin a specific version:

$env:MCPL_VERSION = '1.2.3'; irm https://mcplambda.io/mcpl/install.ps1 | iex

About

Official CLI for the MCPLambda Platform

Resources

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /