The Shuffle CLI helps you develop, test and deploy apps to Shuffle more easily.
ALPHA: We are building this to check if it is of interest or not. It does not yet have a binary version published, so build it first: go build
$ shufflecli --help
Since January 2025 you can test Shuffle Apps standalone outside Shuffle and Docker entirely. See the App SDK details for more info.
Static test an app
$ shufflecli app test <filepath>
Upload an app:
$ shufflecli app upload <filepath>
- Binary releases:
GOOS=darwin GOARCH=arm64 go build -o shufflecli-macos-arm64
- Testing scripts & functions by themselves
- Workflow building (maybe)
- Organization administration (maybe)