Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: show card ID after creating new card #136

Closed
pylipp opened this issue Nov 12, 2022 · 2 comments
Closed

Feature request: show card ID after creating new card #136

pylipp opened this issue Nov 12, 2022 · 2 comments
Milestone

Comments

@pylipp
Copy link
Contributor

pylipp commented Nov 12, 2022

It would be convenient to have the card ID printed after trello add-card to run further operations, like assigning a user.

@mheap mheap added this to the v2 Alpha milestone Dec 3, 2022
@mheap
Copy link
Owner

mheap commented Dec 6, 2022

This is possible in attached milestone (not yet released)

$ trello card:create -n "Hello Pylipp" --board "Phase 1" --list "To Do" --format json
{
  "id": "638fa789ab242504b4eb73e6",
  "name": "Hello Pylipp",
  "due": null,
  "description": "",
  "labels": [],
  "url": "https://trello.com/c/MfuCcF3z/11-hello-pylipp"
}

@mheap mheap closed this as completed Dec 6, 2022
@pylipp
Copy link
Contributor Author

pylipp commented Dec 7, 2022

Sweet, looking forward to the release! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants