- Notifications
You must be signed in to change notification settings - Fork924
feat(cli): add provisioner list and provisioner jobs list#16030
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
5edf87e
to90a2e64
Compare346ca29
toebaf498
Compare90a2e64
to90f19d1
Compareebaf498
toed828f6
Compare180bf45
to4dcb7cb
Compareed828f6
to8bee6f5
Compare4dcb7cb
to10475cc
Compare8bee6f5
tod76be47
Comparevar got bytes.Buffer | ||
inv, root := clitest.New(t, | ||
"provisioners", |
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.
Is itprovisioners
orprovisioner
?
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.
The end goal is to showprovisioners
in the help for consistency with our other commands. I think you mentioned to move the rename from provisioner -> provisioners to a follow-up PR in#15940 so I implemented it here. Since it's aliased it doesn't really matter what the test calls out, so it'll be one less change in the follow-up PR.
return cmd | ||
} | ||
func (r *RootCmd) provisionerList() *serpent.Command { |
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.
sane question
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
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.
Ready to merge 👍
10475cc
toc1a8874
Comparee4b4e2f
tod967f4b
Compare555f4f3
to33fc30d
Compared967f4b
tob1fbc82
Compare8726bd9
to3dcee5e
Compare5633448
to4bc3559
Compare3dcee5e
to4c5b63b
Comparea37b1bd
toc924457
Compare4c5b63b
tob28a888
Comparec924457
to9525abd
Compareb28a888
to965d618
Compare9525abd
to51f628c
Compare965d618
to737d4b1
Compare51f628c
to1b40a44
Compare737d4b1
toef7b2eb
Compareb6eb60d
to8d5fca2
Compare504fc08
tod36df1a
Comparedd49c08
to0fd9aa7
Compared36df1a
toa8dd9a1
Comparea8dd9a1
tob9fc3a4
Comparec0db364
intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Stack:
feat(cli): add provisioner list and provisioner jobs list
Closes#15191
Updates#15084
Supercedes#15940
(The column ordering in the tables is not ideal, I've created a follow-up issue for that:#16055.)