Skip to content

Make wasmer publish and wasmer deploy more similar #5976

@zebreus

Description

@zebreus

In my mental model, wasmer publish and wasmer deploy do two very similar things. Both process a wasmer.toml, publish pushes that to the registry as a reusable package, and deploy pushes that to wasmer edge, where the application actually runs. However, for wasmer publish I can specify a path as a positional argument, while I need to cd into the directory with the wasmer.toml for wasmer deploy.

It would be nice if I could use wasmer deploy path/to/wasmer/toml instead of cd path/to/wasmer/toml ; wasmer deploy

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions