Skip to content

The Shuffle CLI is a program that helps you do normal Shuffle activity from the CLI

Notifications You must be signed in to change notification settings

Shuffle/shufflecli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

The Shuffle CLI is a program that helps you do normal Shuffle activity from the CLI

Resources

Stars

Watchers

Forks

Packages

No packages published