-
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
7 additions
and
7 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,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) |