From 52d0d78b31fc7beec4a53fb15583cbbe666207db Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Thu, 31 Oct 2024 17:44:36 +0100 Subject: [PATCH] public hub sync with zip file --- docs/core_concepts/32_private_hub/index.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/core_concepts/32_private_hub/index.mdx b/docs/core_concepts/32_private_hub/index.mdx index 454c3eab..d1ee2c14 100644 --- a/docs/core_concepts/32_private_hub/index.mdx +++ b/docs/core_concepts/32_private_hub/index.mdx @@ -33,8 +33,13 @@ Use the commands `wmill-hub pull` and `wmill-hub push` for pulling and pushing, If you want to partially or fully sync your private hub with the public one: -1. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. +1. Pull the scripts locally from the public hub using `wmill-hub wm-pull`. This will pull the scripts to a folder named `hub`. 2. Delete any integration folders you don’t want to add to your Private Hub. 3. Push the scripts to your Private Hub using `wmill-hub push`. +:::info +If for some reason you can't pull from the official hub with `wmill-hub wm-pull`, we also provide a zip file with all the scripts, just ask us for the link! +Once downloaded, simply extract the zip file and move all the integration folders to your local `hub` folder. +::: + If you are interested in having your own Private Hub, please [contact us](mailto:contact@windmill.dev). \ No newline at end of file