-
Notifications
You must be signed in to change notification settings - Fork 6
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
[FEATURE] Add Command to Set Environment Variable #38
Comments
@guibranco can i work on this ? |
Hi @Tharanishwaran , Thanks for picking this up! 🙌 If you have any questions or need clarification along the way, feel free to ask. Good luck and happy coding! 😊 |
Hi @guibranco , |
Hi @Tharanishwaran 👋, I hope all is well! I wanted to check in on the progress of this issue, as we haven’t received any updates or a pull request from you in over two weeks ⏳. Are you still working on this? If you encounter any blockers or need help, please feel free to reach out—we're here to support you 💪. If there’s no progress or response within the next week, we may need to unassign you from this issue to ensure it can be addressed on time 🔄. Thank you for your attention to this, and I look forward to hearing from you soon! 😊 Best, |
Hi @guibranco, |
Thanks for letting me know @Tharanishwaran! |
Hey, I'm a bit lost here! Not sure which file I should be fixing. Could you give me a bit more to go on? Maybe add some details to the issue or drop a comment with some extra hints? Thanks! Have feedback or need help? |
@guibranco Pull request completed! Check it out here #122 🚀 Note: I automatically create a pull request for an unassigned and open issue in order from oldest to newest once a day at 00:00 UTC, as long as you have remaining automation usage. Should you have any questions or wish to change settings or limits, please feel free to contact [email protected] or invite us to Slack Connect. |
Hey, do you need someone to work on this issue? |
Hi @bc2026 , Yes, sure, if you feel comfortable picking this up, I will assign it to you! 😊 |
I can take this |
Hi @nicholasptran👋, Thanks for picking this up! 🙌 If you have any questions or need clarification along the way, feel free to ask. Good luck and happy coding! 😊 |
@guibranco |
Description:
I would like to request a feature that adds a new command to a .NET tool project, allowing users to set environment variables via the command-line interface (CLI). The command should accept two arguments:
User
orMachine
scope).The tool should apply the environment variable to the appropriate scope based on the input.
Why is this needed?
This feature would allow users to easily set environment variables through a .NET CLI tool, simplifying environment setup, especially in CI/CD pipelines or automated scripts. Having the ability to specify the target (User or Machine) will give flexibility based on the user's needs.
Suggested Implementation:
Example Command Usage:
If
--target
is not provided, it will default toUser
.Example Code:
Additional Context:
EnvironmentVariableTarget
).The text was updated successfully, but these errors were encountered: