helloworld

command module
v0.0.0-...-eec4662 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 22, 2022 License: MIT Imports: 3 Imported by: 0

README

Helloworld

This is helloworld powered by M3O.

Usage

Run it using the M3O Apps service.

Cloud

Use M3O Cloud at cloud.m3o.com

CLI
m3o app run --name=helloworld --repo=github.com/m3o/helloworld

Get an app url back. In this case helloworld.m3o.app.

curl https://helloworld.m3o.app?name=Alice
API
curl "https://api.m3o.com/v1/app/Run" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $M3O_API_TOKEN" \
  -d '{
    "branch": "master",
    "name": "helloworld",
    "port": 8080,
    "region": "europe-west1",
    "repo": "github.com/m3o/helloworld"
  }'

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL