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
- Host: GitHub
- URL: https://github.com/shuffle/shufflecli
- Owner: Shuffle
- Created: 2024-10-31T08:58:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T22:25:34.000Z (over 1 year ago)
- Last Synced: 2025-02-08T08:44:09.367Z (over 1 year ago)
- Language: Go
- Size: 56.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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)