-
Notifications
You must be signed in to change notification settings - Fork 2
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
Do initial work on adding the waypoint agent #2
Conversation
94e77c2
to
e2e903f
Compare
fde100b
to
21ce5ec
Compare
21ce5ec
to
97c6b70
Compare
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.
Didn't review anything in internal/pkg/waypoint-agent/*. Will leave that to team reviews
ValueFormat: "{{ .Description }}", | ||
}, | ||
} | ||
return opts.Output.Show(list.Payload.Groups, "name", "description") |
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.
@dadgar Since we're doing this a lot already, I wrote a quick way to infer the fields from the struct value and use it here.
65a0563
to
1ff9520
Compare
e5377a2
to
5e83e2c
Compare
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.
Looks good! For transparency I didn't review the agent code in case you want a set of Waypoint eyes there.
Thanks for the improvements to the Formatter!
5e83e2c
to
9644ae8
Compare
No description provided.