Turbot Guardrails CLI v1.33.0 - GraphQL schema introspection and optional dependency support

Jun 30, 2026GuardrailsCLI

Breaking changes

  • Removed the turbot vcr command as the associated tests have been deprecated.

What's new?

  • Added the turbot graphql schema subcommand for introspecting the GraphQL schema with type listing, inspection, export, and "Did you mean?" suggestions.
  • Added the turbot hub up command to upload internal hub files.
  • Added optional dependency support for turbot inspect and turbot registry publish. Types referencing missing optional deps are auto-filtered with cascade removal.
  • Added the --include-optional-deps flag for turbot install which also installs optionalDependencies alongside peerDependencies.

Bug fixes

  • Fixed --profile=value syntax being silently ignored.
  • Removed invalid examples and nonexistent options in various help texts.