docs/book/src/reference/alpha_commands.md
Kubebuilder provides experimental alpha commands to assist with advanced operations such as project migration and scaffold regeneration.
These commands are designed to simplify tasks that were previously manual and error-prone by automating or partially automating the process.
<aside class="warning"> <h3>Alpha commands are experimental</h3>Alpha commands are under active development and may change or be removed in future releases. They make local changes to your project and may delete files during execution.
Always ensure your work is committed or backed up before using them.
</aside>The following alpha commands are currently available:
alpha generate — Re-scaffold the project using the installed CLI versionalpha update — Automate the migration process via 3-way merge using scaffold snapshotsFor more information, see each command's dedicated documentation.