Windows (PowerShell) Commands Missing in AI Gateway Setup Instructions
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 71
- Forks
- 111
- Avg merge
- 1d 14h
- Merged PRs (30d)
- 110
Description
Please select the area the issue is related to
Area/Management (Management API or Management Portal UI), Area/AIGateway (AI Gateway runtime/control plane)
Please select the aspect the issue is related to
Aspect/UX (User experience, flows, usability, clarity)
Description
The current setup instructions for downloading and configuring AI Gateway v0.8.6 only provide Linux/macOS (bash) commands. These commands do not work in Windows PowerShell because:
curl in PowerShell is an alias for Invoke-WebRequest
-sLO flags are not supported
unzip is not available by default
cat << 'ENVFILE' (heredoc syntax) is not supported in PowerShell
This causes errors for Windows users attempting to follow the documentation.
Steps to Reproduce
Steps to Reproduce
-
Navigate to AI Workspace
https://ai-workspace.bijira.dev/ -
Log in with valid credentials.
-
From the organization selector, choose your organization
-
Navigate to: Gateways
-
Open the Quick Start tab.
-
Follow the instructions in the Quick Start tab using a Windows laptop (PowerShell).
Severity Level of the Issue
Severity/Minor (Non-critical functionality. Can be fixed in future releases)
Environment Details (with versions)
Operating System: Windows 11
Shell: Windows PowerShell
Browser: Google Chrome (latest stable version)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in the AI Workspace Gateways Quick Start tab and review the existing AI Gateway v0.8.6 setup instructions. Add equivalent Windows PowerShell commands for downloading, extracting, and creating the environment file, then verify the instructions on Windows 11 PowerShell.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- powershell
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100