Skip to content
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

Installation script for Windows #11

Open
ghost opened this issue Nov 23, 2019 · 1 comment
Open

Installation script for Windows #11

ghost opened this issue Nov 23, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@ghost
Copy link

ghost commented Nov 23, 2019

Just looking through the existing install shell script and noting these lines:

#elif [[ "$OSTYPE" == "win32" ]]; then
#        # I'm not sure this can happen.

I haven't been on Windows in a long time, but I know they do support Ubuntu shell now. I'm just not sure how well the integration fits together, so you're probably right in the assumption what we wouldn't get that $OSTYPE.

What I'm thinking is that it might be best if a PowerShell script (.ps1) was provided for installing the CLI on Windows. But, that would mean the Travis build would need to output a Windows executable.

I know you're already working on builds for other operating systems, so no rush to get an .exe built. Just letting you know I'm happy to write the .ps1 file when the time comes.

@ghost ghost mentioned this issue Nov 23, 2019
@sleipnir
Copy link
Collaborator

Thanks! Would be really cool to see a powershell script for windows.
For now cloudstate-cli relies heavily on native system and docker tools, kubernetes, etc. to work properly, so a Windows version is a bit more complicated than Unix like versions. However, we need to add support for Windows as soon as possible.

@sleipnir sleipnir added the enhancement New feature or request label Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant