-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |