Projects properties
Set / Get a project properties
Use the project get
command to get project properties.
howl project # Get all project properties
howl project get name
howl project get version --id 1
howl project get editor ../path/to/project
howl project get editor.version
Use the project set
command to set project properties.
howl project set name "New project Name"
howl project set version "v0.0.2" --id 1
howl project set editor.version 3.647 ../path/to/project
howl project set editor.full_release true
Update a project editor
Use the project editor use
command to switch to another Wolf RPG Editor
version for the given howl project.
howl project editor use x.y.z
howl project editor use x.y.z ../path/to/project
howl project editor use x.y.z --id 1
To set a full release version for the project editor, do not forget to use the
--full
flag.
howl project editor use --full