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
{{ message }}
This repository was archived by the owner on Sep 15, 2024. It is now read-only.
Working with a new project with a blox.cue at the root, the blox schema commands don't seem to work:
.
├── _build
│ └── data.json
├── blox.cue
├── data
│ ...
├── schemata
│ ├── page.cue
│ ├── person.cue
│ ├── post.cue
└── static
$ blox schema list
Error: open repository.cue: no such file or directory
$ blox schema new thing
Error: open repository.cue: no such file or directory
Am I maybe using them wrong? (I believe I just followed the guide and ran blox init to create this structure.)