An open API service indexing awesome lists of open source software.

https://github.com/shuffle/shufflecli

The Shuffle CLI is a program that helps you do normal Shuffle activity from the CLI
https://github.com/shuffle/shufflecli

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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
```bash
$ 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](https://github.com/Shuffle/app_sdk/blob/main/README.md#usage).

**Static test an app**
```bash
$ shufflecli app test
```

**Upload an app:**
```bash
$ shufflecli app upload
```

## 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)