From 8fac0b314f2e1bc5f7f9816862f9f9329372f91e Mon Sep 17 00:00:00 2001 From: Frikky Date: Wed, 13 Nov 2024 23:34:44 +0100 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b90d10e..5df6c39 100644 --- a/README.md +++ b/README.md @@ -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 +``` + +Coming soon~ +```bash $ shufflecli app test ``` + +## Coming features +- Full App testing +- Testing scripts by themselves +- Workflow building (maybe) +- Organization administration (maybe)