Command

miru schema push PATH... [OPTIONS]

Description

Upload one or more config schemas to miru.

Examples

Single Schema
miru schema push ./path/to/config/schema.yaml
Multiple Schemas
miru schema push \
	./path/to/config/schema1.yaml \
	./path/to/config/schema2.yaml

Options

  -h, --help   help for push

Options inherited from parent commands

  -q, --quiet   suppress output except errors