This repository was archived by the owner on May 22, 2025. It is now read-only.

Description
I'm unable to get this working.. I've tried a lot of things, and I only get two errors:
Error: could not resolve "false"
Error parsing configuration
I installed the latest version using yarn, and I've gtt installed in yarn's default binary path. Using node version 6.11.3.
Here's my configuration file (located under ~/.gtt/config.yml):
url: https://gitlab.cirici.com/api/v4/
token: MY_PRIVATE_TOKEN
Using that file, I only get the error Error: could not resolve false.

If I create a .gtt.yml file in home with the following contents:
url: https://gitlab.cirici.com/api/v4/
token: MY_PRIVATE_TOKEN
extend: false
Then rises the error Error parsing configuration...

What am I doing wrong¿?