Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI: "wasmer deploy" does not allow specifying a particular app.yaml anymore #4845

Closed
theduke opened this issue Jun 13, 2024 · 2 comments · Fixed by #4861
Closed

CLI: "wasmer deploy" does not allow specifying a particular app.yaml anymore #4845

theduke opened this issue Jun 13, 2024 · 2 comments · Fixed by #4861
Labels
bug Something isn't working edge-cli

Comments

@theduke
Copy link
Contributor

theduke commented Jun 13, 2024

In the recent refactors, "wasmer deploy" has lost the option to specify the path
to a speciic app.yaml.

Not having that option is annoying when you have multiple app.yamls for one package,
since it requires creating a separate sub-directory for each app...

@theduke theduke added bug Something isn't working edge-cli labels Jun 14, 2024
@xdoardo
Copy link
Contributor

xdoardo commented Jun 17, 2024

The --dir flag allows to pass a path to the app.yaml file.
We either:

  1. Change --dir to --path (breaking)
  2. Leave --dir as it is and add --path

@theduke
Copy link
Contributor Author

theduke commented Jun 17, 2024

Option 2 sounds good to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working edge-cli
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants