Sanity · Arazzo Workflow
Sanity Bootstrap Project
Version 1.0.0
Create a project, add an initial dataset, then list the project datasets.
View Spec
View on GitHub
Headless CMSContent ManagementGROQReal-TimeStructured ContentDeveloper PlatformArazzoWorkflows
Provider
Workflows
bootstrap-project
Stand up a new project with an initial dataset in one pass.
Creates a project, reads back its id, creates an initial dataset within the new project, and lists the project's datasets to confirm the result.
1
createProject
createProject
Create a new Sanity project and capture its generated id.
2
createInitialDataset
createDataset
Create the first dataset inside the newly created project using its generated id.
3
listDatasets
listDatasets
List the project's datasets to confirm the bootstrap completed.