Workshop CLI

Workshop is the developer CLI for building and publishing WebAssembly components to BuildEverything.ai.

Installation

macOS / Linux:

$ curl -sSL https://registry.buildeverything.ai/install.sh | sh -s -- both

Windows (PowerShell):

PS> iex "& { $(irm https://registry.buildeverything.ai/install.ps1) } -Tool both"

Authentication

$ workshop login --registry https://registry.buildeverything.ai

Building Components

$ workshop build

Publishing

$ workshop supply --tag v1.0.0