To add a new command to wizard, you need to touch the following locations: - bin/wizard Add a line describing your command in the helpstring - lib/wizard/command/__init__.py Add the line "import commandname" - lib/wizard/command/commandname.py Implement your command there as commandname()