From 3a92f652b87aa23eea40ec7043abc40fb875f49f Mon Sep 17 00:00:00 2001 From: Flavio Wuensche Date: Wed, 1 Nov 2023 16:08:54 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8286c322..2eb52765 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ For more info about CI/CD integration, refer to the Integrations section below. The run command accepts a couple of different options: -```sh +``` cherry run [--metric=] [--owner=] ``` @@ -82,7 +82,7 @@ cherry run --metric="Skipped tests" --owner=@fwuensche,@rchoquet Your most used command. It submits current project stats to cherrypush.com: -```sh +``` $ cherry push Uploading 42 occurrences... Response: { status: 'ok' } @@ -93,7 +93,7 @@ Your dashboard is available at https://www.cherrypush.com/user/projects Totally optional. This will submit your historic data to cherrypush.com: -```sh +``` cherry backfill [--since=] [--until=] [--interval=] --since will default to a month ago --until will default to today @@ -206,10 +206,10 @@ cherry_push: - main ``` -# Live demo 🔴 +# Feedback 🙏 -To understand what Cherry looks like in the real world, you can play around with our own project here: -[https://www.cherrypush.com/demo](https://www.cherrypush.com/demo) +Any further question or suggestion? -**Found a bug?** Report directly to me via [Twitter](https://twitter.com/fwuensche) or -[GitHub Issues](https://github.com/fwuensche/cherry-cli/issues). +- report a bug via [GitHub Issues](https://github.com/cherrypush/cherrypush.com/issues) +- suggest new features via [GitHub Discussions](https://github.com/cherrypush/cherrypush.com/discussions) +- or shoot me a private message on [Twitter](https://twitter.com/messages/compose?recipient_id=38940653)