Skip to main content

CLI specs commands

Usage

yarn docker build specs <client | all>

Available options

OptionCommandDescription
verbose-v, --verboseMake the process verbose, display logs from third party tools
interactive-i, --interactiveOpen prompt to query parameters
skip cache-s, --skip-cacheSkip cache checking to force building specs

Build all specs

yarn docker build specs

Build specific spec

yarn docker build specs recommend

Fix the specs format

This is used by the build script and should not need to be called manually but if you want to format all specs file do:

yarn specs:fix

If you just want to check the format (not override the files), run:

yarn specs:lint <client>
yarn specs:lint search