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

fix(apps.rs): fix formatting for description #186

Merged
merged 1 commit into from
Mar 19, 2024

Conversation

vdice
Copy link
Member

@vdice vdice commented Mar 19, 2024

Fixes formatting of description on apps info.

$ spin cloud apps info new-rust
Warning: You're using a pre-release version of Spin (2.4.0-pre0). This plugin might not be compatible (supported: >=1.3). Continuing anyway.
Name: new-rust
DescriptionMy new Spin app using the Rust SDK
URL: https://new-rust-oar3balb.fermyon.app

->

$ spin cloud apps info new-rust
Warning: You're using a pre-release version of Spin (2.4.0-pre0). This plugin might not be compatible (supported: >=1.3). Continuing anyway.
Name: new-rust
Description: My new Spin app using the Rust SDK
URL: https://new-rust-oar3balb.fermyon.app

Signed-off-by: Vaughn Dice <vaughn.dice@fermyon.com>
@vdice vdice merged commit 51a3478 into fermyon:main Mar 19, 2024
8 checks passed
@vdice vdice deleted the fix/app-info-description branch March 19, 2024 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants