Join the Webstudio community

Updated 3 weeks ago

Webstudio-CLI on remote environments instead of local

I am trying to use webstudio cli to get the static build (templates:ssg), its working fine in local environment but the config json file cant be fetched while running the same on remote environments or UATs . what could be the issue? what could I be doing wrong ?

Other small questions -
  1. whats the difference between GLOBAL_CONFIG_FILE_NAME = "webstudio-config.json" AND LOCAL_CONFIG_FILE = ".webstudio/config.json" ??
  1. What's exactly stored in these config files? are they project specific ?
O
D
3 comments
stores the credentials you are providing for accessing the API for your project
you are setting up the project only once and then calling sync etc without providing credentials every time
oh okay got it .
how does the file get created ? how can that be done in a uat environment ?
Add a reply
Sign up and join the conversation on Discord