kt loads (moved)
This page has moved. The
kt knowledge-base/kt kbCLI documentation is now at kt knowledge-base.
Use this page when
- You have existing scripts or documentation referencing
kt loadsand need the canonical replacement. - You see a deprecation notice when running
kt loadssubcommands.
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 loadsis deprecated. The canonical command iskt knowledge-base(alias:kt kb).- All
kt loads <subcommand>calls delegate tokt knowledge-base <subcommand>internally. - Redirect all new automation to kt knowledge-base.
For engineers
- Replace
kt loadswithkt knowledge-baseorkt kbin 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 loadstokt knowledge-basealigns 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
- kt knowledge-base — Full command reference for the replacement
- CLI overview — All CLI command groups