Schema

Retrieve or create schemas

Siera offers the following methods for schemas:

Usage

siera schema [OPTIONS] [SUBCOMMAND]

Options

Subcommands

Create a schema

Create a new schema.

siera schema create [OPTIONS] --name <NAME> --attribute <ATTRIBUTE>

Available flags

Example usage

Create a new schema with the properties name and age. The -c flag automatically copies the ID of the created schema to your clipboard.

siera -c schema create -n example -a name -a age

Last updated