-
Notifications
You must be signed in to change notification settings - Fork 875
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
5edf87e
to
90a2e64
Compare
346ca29
to
ebaf498
Compare
90a2e64
to
90f19d1
Compare
ebaf498
to
ed828f6
Compare
180bf45
to
4dcb7cb
Compare
ed828f6
to
8bee6f5
Compare
4dcb7cb
to
10475cc
Compare
8bee6f5
to
d76be47
Compare
|
||
var 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 it provisioners
or provisioner
?
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 show provisioners
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
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
to
c1a8874
Compare
e4b4e2f
to
d967f4b
Compare
555f4f3
to
33fc30d
Compare
d967f4b
to
b1fbc82
Compare
8726bd9
to
3dcee5e
Compare
5633448
to
4bc3559
Compare
3dcee5e
to
4c5b63b
Compare
a37b1bd
to
c924457
Compare
4c5b63b
to
b28a888
Compare
c924457
to
9525abd
Compare
b28a888
to
965d618
Compare
9525abd
to
51f628c
Compare
965d618
to
737d4b1
Compare
51f628c
to
1b40a44
Compare
737d4b1
to
ef7b2eb
Compare
b6eb60d
to
8d5fca2
Compare
504fc08
to
d36df1a
Compare
dd49c08
to
0fd9aa7
Compare
d36df1a
to
a8dd9a1
Compare
a8dd9a1
to
b9fc3a4
Compare
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.)