Skip to content

Editors management

List editors

You can list either available Wolf RPG Editor versions or locally installed versions.

List available editors for installation

To view available versions, use the editors list command with the --remote flag:

howl editors list --remote

List installed editors

List all of your installed versions with the editors list command:

howl editors list

Install an editor

Use the editors install command to install a version.

howl editors install x.y.z

If you want to install a full release version of an editor, add the --full flag.

howl editors install x.y.z --full

Uninstall an editor

Remove an editor version through the editors uninstall command.

howl editors uninstall x.y.z

To remove a full release version of an editor, add the --full flag.

howl editors uninstall x.y.z --full

Set a default editor

The default editor configuration is used when creating new howl projects.

You can set a default editor version through the editors use command.

howl editors use x.y.z

To set a full release version for the default editor, do not forget to use the --full flag.

howl editors use x.y.z --full