Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Jan 14, 2025
1 parent 76df657 commit 48557f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# 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 have a binary version published, so build it first: `go build`**
**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
```

Upload an app:
**Static test an app**
```bash
$ shufflecli app upload <filepath>
$ shufflecli app test <filepath>
```

Coming soon~
**Upload an app:**
```bash
$ shufflecli app test
$ shufflecli app upload <filepath>
```


## Coming features
- Full App testing
- Testing scripts by themselves
- Testing scripts & functions by themselves
- Workflow building (maybe)
- Organization administration (maybe)

0 comments on commit 48557f4

Please sign in to comment.