CMS Development

simonp
Membro

Exporting Field from one module to another - or - transfer a module to different domain?

resolver

Hello All

 

This is a properly a fundamental thing in hubspot -

 

I currently working on a module in a sandpost area that will be moved into adifferent domain.

 

I am creating a number of fields within the module in the sandbox but i am not sure of

 

- Either exporting all  the custom  fields i have created in the sandpost site to a different domain

- OR transfering the complete module (with its dependencies) to a different domain

 

Hope thats clear

 

Many thanks to all

0 Avaliação positiva
1 Solução aceita
stefen
Solução
Conselheiro(a) de destaque | Parceiro
Conselheiro(a) de destaque | Parceiro

Exporting Field from one module to another - or - transfer a module to different domain?

resolver

@simonp you can do this with the HubSpot Local Dev CLI tool. Basically, you can fetch your entire module and it's JSON file which contains all the data for each field. Then once fetched, you can push it to a completely different portal in just a few seconds. Follow this guide to get started: https://developers.hubspot.com/docs/cms/guides/getting-started-with-local-development

Stefen Phelps, Community Champion, Kelp Web Developer

Exibir solução no post original

0 Avaliação positiva
2 Respostas 2
stefen
Solução
Conselheiro(a) de destaque | Parceiro
Conselheiro(a) de destaque | Parceiro

Exporting Field from one module to another - or - transfer a module to different domain?

resolver

@simonp you can do this with the HubSpot Local Dev CLI tool. Basically, you can fetch your entire module and it's JSON file which contains all the data for each field. Then once fetched, you can push it to a completely different portal in just a few seconds. Follow this guide to get started: https://developers.hubspot.com/docs/cms/guides/getting-started-with-local-development

Stefen Phelps, Community Champion, Kelp Web Developer
0 Avaliação positiva
ACantú
Participante

Exporting Field from one module to another - or - transfer a module to different domain?

resolver

And is there a way that doesn't require the CLI?

0 Avaliação positiva