Skip to content

Rewrite SCE CLI in Golang for cross-platform support#80

Open
adarshm11 wants to merge 5 commits intomasterfrom
feature/make-sce-cli-great-again
Open

Rewrite SCE CLI in Golang for cross-platform support#80
adarshm11 wants to merge 5 commits intomasterfrom
feature/make-sce-cli-great-again

Conversation

@adarshm11
Copy link
Copy Markdown
Contributor

@adarshm11 adarshm11 commented Apr 24, 2026

Motivation

The current SCE CLI is split into two versions: sce.sh for MacOS/Linux, and sce.bat for Windows. Re-writing in Golang allows for the CLI to be compiled into one binary which can be run on any platform, improving ease-of-access and usability.

Implementation

Whenever a change is made to the source code on the master branch, a GitHub Actions workflow is triggered to compile the new binary and initiate a GitHub release with the new version. This new version will be accessible for installation and setup with a single one-line command, specified in the README for both MacOS/Linux and Windows users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant