Alpha Commands
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.
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 snapshots
For more information, see each command’s dedicated documentation.