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

feat: add project tags create/list/delete #63

Merged
merged 3 commits into from
Apr 8, 2024
Merged

feat: add project tags create/list/delete #63

merged 3 commits into from
Apr 8, 2024

Conversation

ps-kwang
Copy link
Contributor

@ps-kwang ps-kwang commented Apr 5, 2024

Depends on #57

short: "Delete a project tag.",
long: `
Delete a project by its name. If you don't provide a name, this command will
prompt you for one.
Copy link

@ani-ps ani-ps Apr 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like youre prompting both, projects and tags if they dont exists. Wonder if the long description should say both, instead of just name. Also, is name what we are using across the app? I feel like name is confusing since it is an id (project id) what it needs.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we delete by name. For tags it's a bit odd because we don't actually surface the id, and also the id is not team/project specific, so we match by name.

@ps-kwang ps-kwang requested a review from ani-ps April 8, 2024 13:38
@ps-kwang ps-kwang merged commit 0137724 into main Apr 8, 2024
2 checks passed
@ps-kwang ps-kwang deleted the project-tags branch April 8, 2024 18:31
Copy link

github-actions bot commented Apr 9, 2024

🎉 This PR is included in version 1.9.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

2 participants