Share CLI command - client
share client
Generate typesafe clients.
Table of Contents
Commands
Manage your local Vendia client
Usage
Sub command | description |
---|---|
client generate | Generate a custom client for your accessing your Uni’s API. |
client pull | Writes your Uni’s schema files to a local directory - needed in order to generate a custom client for your accessing your Uni’s API. |
Examples
client generate
Generate a custom client for your accessing your Uni’s API.
Usage
Flags
auth
(option) - Vendia auth token used for overriding env variable or config values.silent
(boolean) - Silent all CLI outputjson
(boolean) - Output return values as JSONdebug
(boolean) - Print debugging information
client pull
Writes your Uni’s schema files to a local directory - needed in order to generate a custom client for your accessing your Uni’s API.
Usage
Flags
uni
(option) - Name of Uninode
(option) - Name of Node
Examples