Clients commands
The Clients commands are used to generate
and build
API clients.
Usage
language
andclient
defaults toall
yarn docker generate <language | all> <client | all>
Available options
Option | Command | Description |
---|---|---|
verbose | -v, --verbose | Make the process verbose, display logs from third party tools |
interactive | -i, --interactive | Open 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