Is there a simple way to use the CLI to download existing web site and its assets?
So they can be worked on locally, then re-uploaded?
Is there a simple way to use the CLI to download existing web site and its assets?
So they can be worked on locally, then re-uploaded?
I guess in addition to that, can i develop a site locally and then when its ready upload it?
I wouldn’t recomend this. The CLI/local environment shouldn’t be used for this.
The optimal workflow should - as already mentioned - be:
hope this helps
best,
Anton
Hi @silvacarl,
to get things right. HubSpot got templates/layouts and websites/landing-pages/thank-you-pages which are based on those templates/layouts.
You can download/upload
via CLI.
You can’t download/upload pages that are build with the templates/layouts.
But you can export all websites/landing-pages/thank-you-pages but unfortunately not reupload them back to HubSpot.
Additional information:
You could build yourself an “overengineered” API solution for page editing but this is an overkill imo. ( still in beta right now)
To sum up things:
The best-pracitse workflow is:
hope this helps,
best,
Anton
-
thank you! i will check out those beta APIs.
being able to use all of our production tools, testing locally, and then uploading is what we need to do. The drag and drop is nice, but we want to create a large site with many custom features, so doing it on a local dev machine is easier, then uploading.
also, what you poinetd to is EXACTLY what we wanted to find! LOL! even if it is in beta, we can try it out.