trello-cli
trello-cli copied to clipboard
card:create accepts an optional flag "description"
@gloaysa Could you please make sure tests pass locally?
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.
@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)