You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great to validate a manifest to ensure the image references and setup are all immediately deployable with wash app deploy. For all custom interfaces, for example, we include a placeholder like MY_REGISTRY:MY_PROVIDER:0.1.0, which would trigger a validation error.
The goal would be the following workflow:
wit2wadm ./my_component.wasm > app.yaml
# if the initial command succeeds, deploy
cat app.yaml | wit2wadm validate && wash app deploy
The text was updated successfully, but these errors were encountered:
It would be great to validate a manifest to ensure the image references and setup are all immediately deployable with
wash app deploy
. For all custom interfaces, for example, we include a placeholder like MY_REGISTRY:MY_PROVIDER:0.1.0, which would trigger a validation error.The goal would be the following workflow:
The text was updated successfully, but these errors were encountered: