Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 846 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 846 Bytes

Shuffle CLI

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

Usage

$ shufflecli --help

Apptesting

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>

Coming features

  • Binary releases: GOOS=darwin GOARCH=arm64 go build -o shufflecli-macos-arm64
  • Testing scripts & functions by themselves
  • Workflow building (maybe)
  • Organization administration (maybe)