trello-cli icon indicating copy to clipboard operation
trello-cli copied to clipboard

card:create accepts an optional flag "description"

Open gloaysa opened this issue 6 months ago • 3 comments

gloaysa avatar Jun 26 '25 18:06 gloaysa

@gloaysa Could you please make sure tests pass locally?

mheap avatar Jun 29 '25 14:06 mheap

hey, thank you for the review! They were passing locally, but I had to mess with my env vars for it. I'll have a look and see what's going on.

gloaysa avatar Jun 29 '25 17:06 gloaysa

@mheap I can't reproduce the issue I see in the pipeline.

It's pointing to this line in the commands/card/create.ts file:

if (this.flags.due) {
      dueDate = chrono.parseDate(this.flags.due).toString(); // <- THIS IS LINE 30
    }

which makes extra strange the error.

But, I noticed that I have modified the pnpm-lock.yaml file with a quite bigger version:

- lockfileVersion: '6.0'
+ lockfileVersion: '9.0'

so I understand (first time using pnpm) I'm using a more recent pnpm version that expected? (9.0.6)

gloaysa avatar Jun 29 '25 17:06 gloaysa