Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 720 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 720 Bytes

Fermyon Platform Plugin

A Spin plugin for interacting with the Fermyon self-hosted Platform from the Spin CLI.

Installing the latest plugin

spin plugin install --url https://github.com/fermyon/platform-plugin/releases/download/canary/platform.json

Building and installing local changes

  1. Install spin pluginify

    spin plugins update
    spin plugins install pluginify --yes
  2. Build, package and install the plugin.

    cargo build --release
    spin pluginify --install
  3. Run the plugin.

    spin platform --help