temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
241 stars 32 forks source link

How to build Temporal CLI for FreeBSD #586

Open ymandge opened 1 month ago

ymandge commented 1 month ago

We are trying to build the Temporal Server, SDK, and other temporal components for FreeBSD. With the collaboration of the Temporal Server and SDK team, we have successfully built and executed it on FreeBSD. Now, to engage and experiment with the same sample POCs, we require a CLI on FreeBSD. Hence, we seek your assistance in building it and learning how to interact with the Temporal Server.

slack thread - https://temporalio.slack.com/archives/C04S80QKB2Q/p1715768747665189

ymandge commented 1 month ago

getting below error while running install script on FreeBSD

# sh install.sh
temporal: Unsupported OS FreeBSD
cretz commented 1 month ago

Note that Slack thread will go away after 90 days, so if there's anything pertinent you want to retain, can add it explicitly here in the issue. Will discuss with company whether we will officially support FreeBSD or if you'll have to build it yourself. Regardless, the install.sh method of installation is being deprecated in favor package managers coming up, and that installation method does not support FreeBSD.