Skip to content

ThorstenHans/cloud-plugin

 
 

Repository files navigation

Fermyon Cloud Plugin

A Spin plugin for interacting with Fermyon Cloud from the Spin CLI.

Installing the latest version of the plugin

The latest stable release of the cloud plugin can be installed like so:

spin plugins update
spin plugin install cloud

Installing the canary version of the plugin

The canary release of the cloud plugin represents the most recent commits on main and may not be stable, with some features still in progress.

spin plugin install --url https://github.com/fermyon/cloud-plugin/releases/download/canary/cloud.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 cloud --help

About

A Spin plugin for the Spin CLI for managing Spin apps in Fermyon Cloud.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • Shell 1.5%