Projects management
List projects
List all known projects with the projects list
command:
$ howl projects list
ID Project Name Project Version Editor Version
== ============ =============== ==============
1 Demo Project 3.647 (full)
Create a new project
Create a new howl project with the new
command.
howl new
howl new ../path/to/project
howl will then prompt for project configuration and ask for confirmation before saving.
Once created, import it via the import
command.
Import a project
Add a project to howl configuration with the import
command.
howl import
howl import ../path/to/project
Remove a project
Remove a project from howl configuration with the projects remove
command.
howl projects remove
howl projects remove ../path/to/project
howl projects remove --id 1