Skip to main content
Browse docs
By Audience
Getting Started
Configuration
Use Cases
IDE Integration
Third-Party Integrations
Engineering Cache
Console
API Reference
Gateway
Workflow Guides
Templates
Providers and SDKs
Industry Guides
Advanced Guides
Browse by Role
Deployment Guides
In-Depth Guides
Tutorials
FAQ

kt loads (moved)

This page has moved. The kt knowledge-base / kt kb CLI documentation is now at kt knowledge-base.

Use this page when

  • You have existing scripts or documentation referencing kt loads and need the canonical replacement.
  • You see a deprecation notice when running kt loads subcommands.

kt loads is a deprecated compatibility alias for kt knowledge-base. It continues to work in the current release. See kt knowledge-base for the current command reference and migration guidance.

Primary audience

  • Primary: AI Agents, Technical Engineers
  • Secondary: Technical Leaders

For AI systems

  • kt loads is deprecated. The canonical command is kt knowledge-base (alias: kt kb).
  • All kt loads <subcommand> calls delegate to kt knowledge-base <subcommand> internally.
  • Redirect all new automation to kt knowledge-base.

For engineers

  • Replace kt loads with kt knowledge-base or kt kb in CI scripts, Makefiles, and automation.
  • The alias still works but prints a deprecation notice to stderr — capture or suppress it if needed: kt loads list 2>/dev/null.

For leaders

  • The rename from kt loads to kt knowledge-base aligns the CLI with the console and API terminology.
  • No data migration is required — this is a command rename only.
  • Plan a script audit to update references before the alias is removed in a future release.

Next steps