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

[WIP] Feature: Add support for displaying the active Pulumi stack #357

Closed
wants to merge 1 commit into from
Closed

Conversation

scottslowe
Copy link
Contributor

This PR adds support for displaying the active Pulumi stack when in a directory that has a Pulumi.yaml file (indicating the presence of a Pulumi project).

Open to all feedback/suggestions on how I might be able to improve the code.

Fixes #355.

Update main.go to reference a new Pulumi segment. Add Pulumi segment that parses local files to determine active Pulumi stack.

Signed-off-by: Scott Lowe <scott.lowe@scottlowe.org>
@scottslowe scottslowe changed the title Feature: Add support for displaying the active Pulumi stack [WIP] Feature: Add support for displaying the active Pulumi stack Jul 27, 2022
@scottslowe
Copy link
Contributor Author

This branch is NOT READY to merge. I've uncovered an issue between the code I added to show support for the Pulumi stack and the code that displays virtual environments; the result is that the virtual environment segment isn't displayed when my Pulumi stack code is present. Need to debug and figure out what's happening.

@justjanne justjanne marked this pull request as draft July 28, 2022 13:26
@scottslowe
Copy link
Contributor Author

Closing this PR as it is unlikely I will have time to work on it moving forward.

@scottslowe scottslowe closed this Jan 13, 2023
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.

[Feature] Support for displaying Pulumi stack
1 participant