Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

sysand info metamodel

Get or set the metamodel of the project

Usage

sysand info metamodel [OPTIONS]

Description

Prints the metamodel of the given project. With modifying options, updates the metamodel.

There are two ways to set the metamodel:

Standard SysML v2 or KerML metamodel — use --set with an optional --release:

sysand info metamodel --set sysml
sysand info metamodel --set kerml --release 20250201

Custom metamodel URI — use --set-custom (mutually exclusive with --set):

sysand info metamodel --set-custom https://example.com/my-metamodel/1.0

Options

Global options