@taylordb/cli
v0.18.1
Published
CLI for TaylorDB
Readme
@taylordb/cli
This is the command-line interface for TaylorDB.
Installation
pnpm installUsage
You can use the CLI by running the taylordb script from the root of the monorepo:
pnpm taylordb --helpCommands
login: Authenticate with TaylorDB.generate-schema <appUrl> <output>: Generate a runtimetaylorSchemaobject and inferredTaylorDatabasetype for@taylordb/query-builder.
pnpm taylordb loginpnpm taylordb generate-schema https://app.taylordb.ai/workspaces/demo/databases/42 ./src/taylorclient.types.ts