fastbackend generate

Parse your schema and write IR and OpenAPI. Does not generate route code.

fastbackend generate [options]

Options

Flag Description
-c, --config <path> Path to fastbackend.yaml
--debug Verbose logging

Output

  • .fastbackend/ir.json
  • .fastbackend/openapi.yaml

Example

fastbackend generate
fastbackend generate --debug