Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
frikky authored Nov 13, 2024
1 parent 98e75ce commit 8fac0b3
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
# shufflecli
The Shuffle CLI helps you develop, test and deploy Shuffle apps more easily.
# Shuffle CLI
The Shuffle CLI helps you develop, test and deploy apps to Shuffle more easily.

**PROTOTYPE: Do not use this yet. It is built to figure out if this is the right direction to go for developer experience**
**ALPHA: We are building this to check if it is of interest or not**

## Usage
```bash
$ shufflecli --help
```

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

Coming soon~
```bash
$ shufflecli app test
```

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

0 comments on commit 8fac0b3

Please sign in to comment.