lcatallo
10/11/2017, 3:14 PM0.7.0-beta.5
of the CLInikolasburk
graphcool env
command, so .graphcoolrc
will have to be managed manually. Documentation for it is coming in the next 2 hours!lcatallo
10/11/2017, 5:00 PMnikolasburk
lcatallo
10/11/2017, 5:08 PMtarget.split is not a function
nikolasburk
graphcool.yml
). it’s probably a bug if it doesn’t work right nownikolasburk
lcatallo
10/11/2017, 5:15 PM.graphcoolrc
file. I knew that this was possible before with environments.tim2
10/11/2017, 5:23 PM.graphcoolrc
didn't handle any environment variableslcatallo
10/11/2017, 5:26 PMenvironments:
staging:
projectId: xxxxxxxxxx
envVars:
WEBHOOK_URL: <http://www.example.com/webhook>
lcatallo
10/11/2017, 5:51 PMtim2
10/11/2017, 5:55 PM${opt:target}
, which you can use in your graphcool.yml to have target depended environment variables. The reasoning behind that was to keep the .graphcoolrc clean and simple and to have all env var definitions in the graphcool.ymltim2
10/11/2017, 5:57 PMlcatallo
10/11/2017, 6:07 PM