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]: Add exec command args for xlinectl lock command #823

Closed
1 task done
Phoenix500526 opened this issue May 16, 2024 · 6 comments
Closed
1 task done

[Feature]: Add exec command args for xlinectl lock command #823

Phoenix500526 opened this issue May 16, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers Stale

Comments

@Phoenix500526
Copy link
Collaborator

Description about the feature

The etcdctl provides the exec-command arg for the lock command. Therefore, when you want to execute some commands after acquiring a lock, you can use one-line command, like ./etcdctl lock mylock ./etcdctl put foo bar, instead of several shell commands, like ./etcdctl lock mylock; ./etcdctl put foo bar. I think this way is more user-friendly.

So far, the xlinectl doesn't support the exec command args for the lock command. I think it's not hard to implement. I leave an issue here to track. Please feel free to take this issue if you are interested in it. And please let me know if you need any help or more information.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@Phoenix500526 Phoenix500526 added enhancement New feature or request good first issue Good for newcomers labels May 16, 2024
Copy link

👋 Thanks for opening this issue!

Reply with the following command on its own line to get help or engage:

  • /contributing-agreement : to print Contributing Agreements.
  • /assignme : to assign this issue to you.

@bhavik-goplani
Copy link
Contributor

/assignme

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jun 29, 2024
@bhavik-goplani
Copy link
Contributor

Working on it. Need to incorporate new changes to the lock command

Copy link

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the Stale label Jul 31, 2024
Copy link

This issue was closed because it has been stalled for 14 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Stale
Projects
None yet
Development

No branches or pull requests

2 participants