Skip to content

CLI

apply

speakeasy overlay apply

Given an overlay, construct a new specification by extending a specification and applying the overlay, and output it to stdout.

speakeasy overlay apply [flags]
-h, --help help for apply
--out string write directly to a file instead of stdout
-o, --overlay string the overlay file to use
-s, --schema string the schema to extend
--strict fail if the overlay has any action target expressions which match no nodes, and produce warnings if any overlay actions do nothing
--logLevel string the log level (available options: [info, warn, error]) (default "info")