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

cli: add a helper for querying the tilt server #4218

Merged
merged 1 commit into from Feb 19, 2021
Merged

cli: add a helper for querying the tilt server #4218

merged 1 commit into from Feb 19, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Feb 18, 2021

Hello @maiamcc, @milas,

Please review the following commits I made in branch nicks/ch11415:

51fba76 (2021-02-18 11:57:17 -0500)
cli: add a helper for querying the tilt server

Code review reminders, by giving a LGTM you attest that:

  • Commits are adequately tested
  • Code is easy to understand and conforms to style guides
  • Incomplete code is marked with TODOs
  • Code is suitably instrumented with logging and metrics

@nicks nicks requested review from maiamcc and milas February 18, 2021 16:59
@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #11415: add a helper for querying tilt apiserver.

@@ -52,8 +52,10 @@ func (c *tiltfileResultCmd) name() model.TiltSubcommand { return "tiltfile-resul
func (c *tiltfileResultCmd) register() *cobra.Command {
cmd := &cobra.Command{
Use: "tiltfile-result",
Short: "Exec the Tiltfile and print data about execution. By default, prints Tiltfile execution results as JSON (note: the API is unstable and may change); can also print timings of Tiltfile Builtin calls.",
Long: `Exec the Tiltfile and print data about execution. By default, prints Tiltfile execution results as JSON (note: the API is unstable and may change); can also print timings of Tiltfile Builtin calls.
Short: "Exec the Tiltfile and print data about execution",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shortened this up a bit to improve the tilt alpha --help output

@maiamcc
Copy link
Contributor

maiamcc commented Feb 18, 2021

Is there a design doc somewhere I could read about what you're implementing before I try to do code reviews on it?

@nicks
Copy link
Member Author

nicks commented Feb 18, 2021

Copy link
Member

@milas milas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nicks nicks merged commit 6f6271b into master Feb 19, 2021
@nicks nicks deleted the nicks/ch11415 branch February 19, 2021 18:28
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.

None yet

3 participants