-
Notifications
You must be signed in to change notification settings - Fork 5
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
posh 6 (osx) #3
Comments
looks hardcoded at the moment:
maybe an option to use |
I can't test it unfortunately, since it won't compile on my mac ;) |
Yes, the plan is to migrate it over to PowerShell Standard 5.1 so then it will be compatible with both Windows PowerShell 5.x and PowerShell Core 6. This work might start soon. Not sure how you mean by hardcoded -- thos constant path strings are fed into the PowerShell library's |
In the PowerShell Core variation of |
oh the expansion of the $HOME isn't the issue .. its the .vault-address at the end. (the backslash) But like i said my c# is newb level. So i haven't read and understood your code fully. |
Yeah. I'm running into this issue too. I'm not seeing this behaviour in my PS console unfortunately: $ExecutionContext.InvokeCommand.ExpandString('/Users/test\.vault-address')
/Users/test\.vault-address |
any plans to resolve this issue ? |
Any plans to support this for Powershell 6 on Mac?
For what I can see the module works it just cannot save the "profiles" because of the whole forward / backslack issue.
New-VltAuth : Access to the path '/Users/<username>\.vault-address' is denied.
I am pretty decent in Powershell but this is written in c# so will need to get myself some new skills to work on this myself.
The text was updated successfully, but these errors were encountered: