-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Replace NewCLIPromptV2
#47927
Replace NewCLIPromptV2
#47927
Conversation
This pull request is automatically being deployed by Amplify Hosting (learn more). |
This pull request is automatically being deployed by Amplify Hosting (learn more). |
f72be93
to
fb56881
Compare
fb56881
to
ab970a4
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.
LGTM, but please address the comments to avoid problems.
@@ -87,6 +72,12 @@ func NewCLIPromptV2(cfg *CLIPromptConfig) *CLIPrompt { | |||
} | |||
} | |||
|
|||
// NewCLIPromptV2 returns a new CLI mfa prompt with the given config. | |||
// TODO(Joerger): remove once /e is no longer dependent on this. | |||
func NewCLIPromptV2(cfg *CLIPromptConfig) *CLIPrompt { |
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.
When the e/ update lands we can remove this, right?
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.
Yeah, so 2 more follow up PRs after this 😅
ab970a4
to
aba6564
Compare
aba6564
to
f282b69
Compare
* Replace NewCLIPromptV2. (#47927) * Update e ref to branch/v15; Add missing changes.
Second follow up to #47874
Depends on https://github.com/gravitational/teleport.e/pull/5251 so that it isn't dependent on
NewCLIPromptV2
2 more follow ups needed to remove
NewCLIPromptV2
from /e and then oss.