You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To gather more info, most users on Windows are utilizing Powershell without issue - is there a reason that you cannot utilize Powershell in this use case?
I mean yea I can use Powershell but there are other cons. For example, we have bash scripts that are used cross OS that are easier to implement in bash (yes with Powershell Core you can have powershell on Linux and macOS but it is less popular). So in a bash shell, I can be running some commands, get to a point when I need to re-login and basically have to switch to Chrome to get the bash exports because calling alks ... will give me Powershell specific commands
On Windows when using
GitBash
, Linux terminologyexport
is used instead ofset
.Ideally we would provide the ability to set an override setting to use Export over Set.
Example:
alks-cli/lib/keys.js
Line 256 in de622cc
The text was updated successfully, but these errors were encountered: