Vendia CLI command - client | Vendia

Vendia CLI command - client

share client

Generate type-safe clients.

Commands for share client

Manage your local Vendia client

Usage for share client

share client <subcommand>
Sub command description
client generate Generate a custom client for accessing your project’s API.
client pull Writes your project’s schema files to a local directory - needed in order to generate a custom client for accessing your project’s API.

Examples for share client

❯ Manage Vendia client

share client:pull --uni <uniName>

client generate

Generate a custom client for accessing your project’s API.

Usage for client generate

share client generate

Flags for client generate


client pull

Writes your project’s schema files to a local directory - needed in order to generate a custom client for accessing your project’s API.

Usage for client pull

share client pull

Flags for client pull

Examples for client pull

share client:pull --uni <uniName>