You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1) Run backplane-api locally in a second terminal ( requires being logged into ocm )
112
+
113
+
```
114
+
./test/backplane.sh
115
+
```
116
+
117
+
> If there is an issue with this step, comment out the `BACKPLANE_URL` env in `set_stage_env.sh`. You will then run against stage backplane, meaning backplane wont be able to see any local changes to metadata files, expect errors like `file not found`
118
+
2) Export the required ENV variables, see [required ENV variables](#required-env-variables).
0 commit comments