Keeper-Security / keeper-sdk-dotnet

.Net and PowerShell version of Keeper Commander, a CLI and SDK interface for the Keeper Security platform.
https://docs.keeper.io/secrets-manager/commander-cli/using-commander/dotnet-powershell
MIT License
29 stars 20 forks source link

PowerCommander Module only for Windows? #94

Closed joergrenn closed 1 year ago

joergrenn commented 1 year ago

Is the PowerCommander Module only compatible with Windows Operating systems or also with macOS or Linux? Where would I need to install the module in macOS? I tried using the module in macOS in Powershell 7.3.4 and after importing the moduel and running "kc" I get:

InvalidOperation: keeper-sdk-dotnet-master/PowerCommander/AuthCommands.ps1:416 Line | 416 | … thFlow.Step -is [KeeperSecurity.Authentication.Sync.HttpProxyStep]) { | ~~~~~~~~~~ | Unable to find type [KeeperSecurity.Authentication.Sync.HttpProxyStep].

sk-keeper commented 1 year ago

Thank you for letting us know that PowerCommander is broken. This issue is fixed. Yes, PowerCommander works with MacOS.

joergrenn commented 1 year ago

Hello @sk-keeper, I Downloaded the newest version and I am still getting the same error message. I cannot confirm, that "kc" cmdlet works in Powershell 7.3.4 on macOS.

sk-keeper commented 1 year ago

The original message mentions Unable to find type [KeeperSecurity.Authentication.Sync.HttpProxyStep error This master branch commit fixes this error. https://github.com/Keeper-Security/keeper-sdk-dotnet/commit/637b69e0ff4e1ead814dfd7c03f34c1ab617c6a4

joergrenn commented 1 year ago

Hello @sk-keeper , I have cleared everything and downloaded again. Now it works on my system, I must have overlooked something the last time. Thanks a lot.