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 tilt alpha delete #4429

Merged
merged 1 commit into from Apr 14, 2021
Merged

cli: add tilt alpha delete #4429

merged 1 commit into from Apr 14, 2021

Conversation

nicks
Copy link
Member

@nicks nicks commented Apr 14, 2021

Hello @landism, @milas,

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

8ab9e31 (2021-04-14 12:20:22 -0400)
cli: add tilt alpha delete

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 landism and milas April 14, 2021 16:20
@shortcut-integration
Copy link

This pull request has been linked to Clubhouse Story #11864: add tilt alpha delete.

@nicks nicks force-pushed the nicks/ch11864 branch 2 times, most recently from 9b67d70 to 5ed7b0a Compare April 14, 2021 16:34
err = deleteCmd.run(f.ctx, []string{"cmd", "my-sleep"})
require.NoError(t, err)

assert.Contains(t, out.String(), `cmd.tilt.dev "my-sleep" deleted`)
Copy link
Contributor

Choose a reason for hiding this comment

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

Might be worth an assertion that f.client.Get() returns not found after this

Copy link
Member Author

Choose a reason for hiding this comment

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

done

@nicks nicks merged commit a3cf764 into master Apr 14, 2021
@nicks nicks deleted the nicks/ch11864 branch April 14, 2021 20:41
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

2 participants