Sebastian Scholl
1 min readJun 29, 2020

--

Thanks, Michael!

Just updated step to to include the configure command.

I think all you need to do is move into the project directory, as that error only shows up when you're in a directory that doesn't have an 8base.yml file.

```

git clone <REPO _URL> group-chat

cd group-chat

npm install --global 8base-cli

8base login

8base configure

8base import -f chat-schema.json -w <WORKSPACE_ID>

```

Hope this helps!

--

--

Sebastian Scholl
Sebastian Scholl

Written by Sebastian Scholl

Wrestling ideas, sharing experiences.

Responses (1)