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

Upgrade Edge CLI: Fix "app.yaml" not created Bug #4128

Closed
theduke opened this issue Aug 4, 2023 · 0 comments · Fixed by #4164
Closed

Upgrade Edge CLI: Fix "app.yaml" not created Bug #4128

theduke opened this issue Aug 4, 2023 · 0 comments · Fixed by #4164
Assignees
Labels
bug Something isn't working 📦 lib-cli About wasmer-cli priority-medium Medium priority issue
Milestone

Comments

@theduke
Copy link
Contributor

theduke commented Aug 4, 2023

Currently the "app create" command does not actually create an "app.yaml" file if the user does not chose to publish the app immediatelyl.

Can be done after https://github.com/wasmerio/edge/issues/739 .

@theduke theduke self-assigned this Aug 4, 2023
@theduke theduke added bug Something isn't working 📦 lib-cli About wasmer-cli labels Aug 4, 2023
@Michael-F-Bryan Michael-F-Bryan added the priority-medium Medium priority issue label Aug 8, 2023
@Michael-F-Bryan Michael-F-Bryan added this to the v4.1.2 milestone Aug 8, 2023
theduke added a commit that referenced this issue Aug 18, 2023
Fixes a bug where the "app create" command would not create a wasmer.toml
if the package wasn't published immediately.

Improves output.

Adds a "wasmer app info" command for getting high-level app info.

The "app get/info" commands will now infer the app from an app.yaml in
the current directory.

Closes #4128
theduke added a commit that referenced this issue Aug 18, 2023
Fixes a bug where the "app create" command would not create a wasmer.toml
if the package wasn't published immediately.

Improves output.

Adds a "wasmer app info" command for getting high-level app info.

The "app get/info" commands will now infer the app from an app.yaml in
the current directory.

Closes #4128
ptitSeb pushed a commit that referenced this issue Aug 18, 2023
Fixes a bug where the "app create" command would not create a wasmer.toml
if the package wasn't published immediately.

Improves output.

Adds a "wasmer app info" command for getting high-level app info.

The "app get/info" commands will now infer the app from an app.yaml in
the current directory.

Closes #4128
theduke added a commit that referenced this issue Aug 21, 2023
Fixes a bug where the "app create" command would not create a wasmer.toml
if the package wasn't published immediately.

Improves output.

Adds a "wasmer app info" command for getting high-level app info.

The "app get/info" commands will now infer the app from an app.yaml in
the current directory.

Closes #4128
theduke added a commit that referenced this issue Aug 21, 2023
Fixes a bug where the "app create" command would not create a wasmer.toml
if the package wasn't published immediately.

Improves output.

Adds a "wasmer app info" command for getting high-level app info.

The "app get/info" commands will now infer the app from an app.yaml in
the current directory.

Closes #4128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 📦 lib-cli About wasmer-cli priority-medium Medium priority issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants