Skip to main content

Cosmo Launch

This command will help you to quickstart an actor on a local wasmCloud host. This will check if you have a wasmCloud host running locally and if not, it will start one on your local system. Then, it will launch an actor from the current project directory. You may specify a different project directory to pull the actor artifact from by passing the -p flag. Once you have launched your actor, you may view it in the Cosmonic UI. By default, the launched actor is published to the Cosmonic registry. If you want to publish your actor to a different registry, you can specify a registry URL with the -r option

Usage

cosmo launch
cosmo launch --project-directory=path/to/folder

Options

--output (Alias -o) Specify output format (text or json) [default: text]

--project-directory (Alias -p) Path to project directory to build the actor from

--registry-url (Alias -r) URL to use to push the artifact [default: registry.cosmonic.sh]