Skip to main content

Clients commands

The Clients commands are used to generate and build API clients.

Usage

language and client defaults to all

yarn docker generate <language | all> <client | all>

Available options

OptionCommandDescription
verbose-v, --verboseMake the process verbose, display logs from third party tools
interactive-i, --interactiveOpen prompt to query parameters

Generate

Generate all clients for all supported languages

yarn docker generate

Generate specific client for specific language

yarn docker generate java sources

Build

Build all clients for all supported languages

yarn docker build clients

Build specific client for specific language

yarn docker build clients javascript recommend