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

Using --subgroups when there are no subgroups does not properly return data #19

@elboletaire

Description

@elboletaire

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.

imatge

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...

imatge

What am I doing wrong¿?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions