From eb8bd6623ef34570611ab93aaa351ac47733efa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:32:15 +0200 Subject: [PATCH 1/5] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3d3492c..0fd5098 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "ghostzero/bunny", + "name": "own3d/bunny-cli", "description": "Replicate and store your files to the edge!", "keywords": ["bunny", "cdn", "console", "cli"], "homepage": "https://github.com/ghostzero/bunny-cli", From 024a92eccdaf077bec82bd5e1c9f41ca8e843ca8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:34:40 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 065ef77..58efc51 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ With Bunny CDN's Storage Edge, your web applications benefit from replicated sto ## How do I use Bunny CLI? +To install Bunny CLI, you need to be using Composer in your project. For more details about Composer, see the [Composer documentation](https://getcomposer.org/doc/). + +```bash +composer global require own3d/bunny-cli +``` + Bunny CLI currently only comes with a `deploy` command. With this command, you can easily synconizise your `dist` folder with your edge storage. > All files in the edge storage that are **not** in your local `dist` directory will be deleted. From 9ea04160b51b98f2905b20fff7224325834a1e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:35:57 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 58efc51..5c520ac 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ We offer you a [GitHub Action for Bunny CLI](https://github.com/marketplace/acti ``` - name: Deploy to Edge Storage - uses: ghostzero/bunny-action@main + uses: own3d/bunny-action@main env: BUNNY_API_ACCESS_KEY: ${{ secrets.BUNNY_API_ACCESS_KEY }} BUNNY_STORAGE_USERNAME: bunny-cli @@ -65,12 +65,6 @@ A: No. Bunny CLI is a community-driven tool and is not affiliated with Bunny CDN For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). -## Support the development - -**Do you like this project? Support it by donating** - -- Patreon: [Donate](https://patreon.com/ghostzero) - ## License Bunny CLI is an open-source software licensed under the Apache 2.0 license. From cc85f3309b9bbfb011f913b70abde73a84bb743f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:36:09 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 5c520ac..f73ed3b 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,6 @@ We hope that together with Bunny CDN, we can solve this problem. A: No. Bunny CLI is a community-driven tool and is not affiliated with Bunny CDN. -## Documentation - -For full documentation, visit [laravel-zero.com](https://laravel-zero.com/). - ## License Bunny CLI is an open-source software licensed under the Apache 2.0 license. From bc2d0ed2826a08d74f962fcef9a30aed9a6c429d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Preu=C3=9F?= Date: Wed, 21 Jul 2021 19:41:30 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73ed3b..7912e81 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ With Bunny CDN's Storage Edge, your web applications benefit from replicated sto ## How do I use Bunny CLI? -To install Bunny CLI, you need to be using Composer in your project. For more details about Composer, see the [Composer documentation](https://getcomposer.org/doc/). +To install Bunny CLI, you need to be using Composer. For more details about Composer, see the [Composer documentation](https://getcomposer.org/doc/). ```bash composer global require own3d/bunny-cli