-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
envchain --list reports include dupe #34
Comments
I have the same issue. |
Hmm, it might be related to the recent Ventura release? Can you confirm that the issue has been started to occur after upgrade? |
Yes, this issue occurred after upgrading.
My Mac Version is Monterey, not Ventura.
|
Because the project is not affiliated with Homebrew so I don't want to give support for Homebrew-provided binary. To distinguish the cause of precompiled binary, can you try reproducing the issue by |
Thanks for your instruction.
However, XCode is not installed in my laptop, and I need to upgrade OS to install XCode. |
The warning message says Homebrew does not provide support for non-prebuilt binaries, not build-from-source option is not supported for the formulae |
xcodebuild should be available if you have CLI tools installed (you should have as you have Homebrew), xcodebuild -version should report version information - isn't it available? |
Thank you for the comments. Finannly, I could check the xcodebuild version.
Plus, I noticed that the namespace duplication occurs randomly even if I used the same command; I could see no duplicate in the first try, but duplicate appeared in the second try.
As I upgraded to the Mac OS version to 14.0, this may be caused by the new OS specifications. |
Finally, I tried the installation from the source code. It resolved my problem completely. Everything seems to work fine.
|
@JammalGerardo @kromiii I think this is an issue on Homebrew prebuilt binary, please report to Homebrew if you'd want to keep using Homebrew for envchain: https://docs.brew.sh/Troubleshooting |
oops, appearently this is a dupe of #24 - I'll proceed to release the new version 😫 sorry |
Oh, I didn't notice. Thank you for your resolving the issue. |
Background
I am using
envchain
from a while ago, but recently I am experiencing issues with the namespaces.The
AWS_ACCESS_KEY_ID , AWS_SECRET_ACCESS_KEY
secrets are not getting updated on both namespaces (nonprod and prod), the problem is that when I check for the available namespaces I am seeing duplications:Note: Namespaces 'test', 'nonprod1' and 'prod1' I set them for testing purposes.
Problem
I already tried a couple things:
envchain
to have a clean installation and set the namespaces again, but it keeps carrying the old and bad namespaces.brew uninstall envchain
As well, I checked for any residual files but nothing is prompting.
And there is no configuration in the shell in my '.zshrc' related to
envchain
.--unset
option but seem like the version available for Homebrew is not getting the latest release that includes that option.Any help is more than welcome =D
Thanks!
The text was updated successfully, but these errors were encountered: