Blox is the CLI for working with CueBlox.
See our rapidly-evolving documentation here
A Blox is a collection of DataSets, grouped into a Schema, and distributed as a repository.
These Blox can be consumed using the blox
CLI to provide data validation and generation for your content repositories, ensuring type safety across your content.
A DataSet is a type with a strongly defined schema, using Cue.
See examples
A Schema is a Cue file definition of one or more DataSets, with some metadata to help connect some dots for the blox
CLI.
See examples
Collection of schemas, distributed via HTTP with a manifest.json
. Can be downloaded by the blox
CLI.