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

[Foundry] Include Windows support in Foundry library #153

Open
acuarica opened this issue Dec 12, 2024 · 0 comments
Open

[Foundry] Include Windows support in Foundry library #153

acuarica opened this issue Dec 12, 2024 · 0 comments
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.

Comments

@acuarica
Copy link
Contributor

acuarica commented Dec 12, 2024

The Foundry library assumes it is running on a Unix-like operating system. It uses curl (tail, sed, tr and bash) to make requests and parse responses.

Windows users would need to install these tools separately in order to use the Foundry library.

Add Windows support by using commands that are available in Windows out-of-the-box.

Alternative

Add the Unix-like tools as prerequisites to use the library. Windows users would need to install a Linux subsystem in order to use it.

@acuarica acuarica added the feature Enhancing an existing feature driven by business requirements. Typically backwards compatible. label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Enhancing an existing feature driven by business requirements. Typically backwards compatible.
Projects
Status: Backlog
Development

No branches or pull requests

1 participant