- Notifications
You must be signed in to change notification settings - Fork1k
feat(cli): support description in create and presets list CLI commands#19079
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation
…nd JSON fix, show preset description in 'coder create'
Uh oh!
There was an error while loading.Please reload this page.
runErr=inv.Run() | ||
}() | ||
<-doneChan |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
suggestion:testutil.TryReceive
instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I didn't know about this. I will address it in a follow-up PR to update the other tests as well 👍
4e7331a
intomainUh oh!
There was an error while loading.Please reload this page.
Description
This PR improves the
coder templates presets
andcoder create
CLI commands to include preset descriptions.Changes
description
column to thecoder templates presets list
CLI command.-o json
output forcoder templates presets list
to correctly include and format data.coder create
CLI command to display the preset's description in the selection menu.Follow-up from: