-
Notifications
You must be signed in to change notification settings - Fork 15
Add support for Open Approvals #592
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
Conversation
| return err | ||
| } | ||
|
|
||
| fmt.Fprintf(envcmd.esc.stdout, "Created environment open request with ID: %s\n", resp.ChangeRequests[0].ChangeRequestID) |
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.
note to self: there the console should have a route for viewing an open request so that this can output a link similar to https://github.com/pulumi/esc/blob/main/cmd/esc/cli/env.go#L429
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! I though about that yesterday too
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.
I added deep linking here: https://github.com/pulumi/pulumi-service/pull/33218
|
This PR has been shipped in release v0.19.0. |
This PR adds support for the new Open Approvals feature in Pulumi ESC.