Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

cli: Pass context to Bootstrapped in server_run #3196

Merged
merged 2 commits into from
Apr 11, 2022
Merged

Conversation

jgwhite
Copy link
Contributor

@jgwhite jgwhite commented Apr 8, 2022

Why the change?

Without the context argument, the casting always failed and we’d never show the prompt with the bootstrap command.

What does it look like?

Before

CleanShot 2022-04-08 at 11 42 06@2x

After

CleanShot 2022-04-08 at 11 41 14@2x

How do I test it?

  1. git checkout cli/run-bootstrap-fix
  2. make bin
  3. rm data.db
  4. ./waypoint server run -accept-tos
  5. Verify you see the bootstrap message

Without the context argument, the casting always failed and we’d never
show the prompt with the bootstrap command.
@github-actions github-actions bot added the core label Apr 8, 2022
@jgwhite jgwhite self-assigned this Apr 8, 2022
@jgwhite jgwhite requested a review from a team April 8, 2022 09:46
Copy link
Member

@briancain briancain left a comment

Choose a reason for hiding this comment

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

Good find! Thanks 👍🏻 👢

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants