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 - process-compose ls #232

Closed
brandonbiggs opened this issue Aug 20, 2024 · 2 comments
Closed

Feature Request - process-compose ls #232

brandonbiggs opened this issue Aug 20, 2024 · 2 comments
Labels
done Done, awaiting release enhancement New feature or request

Comments

@brandonbiggs
Copy link

Feature Request

I'd like to see a shortcut for process-compose process list that could be accessible as process-compose ls.

Use Case:

To allow for easier adoption from docker-compose, having a command process-compose ls would be helpful for listing running processes.

Proposed Change:

Add a new command line option ls that functions the same way as process list.

Who Benefits From The Change(s)?

People who are excited to use process-compose rather than docker-compose but have experience with docker-compose and other compose tools that use ls as a way to list running processes.

Alternative Approaches

We could make a bash alias instead.

I'd be open to submitting a PR for this if this is something that would be beneficial. I just barely discovered this repo, but am not great with go, so a little explanation or a link to documentation that describes how the app is built would be very much appreciated. :)

Thanks!

@brandonbiggs
Copy link
Author

This seems to be really easy to add. One line addition -

rootCmd.AddCommand(listCmd)

@F1bonacc1 F1bonacc1 added enhancement New feature or request done Done, awaiting release labels Sep 13, 2024
F1bonacc1 added a commit that referenced this issue Sep 14, 2024
@F1bonacc1
Copy link
Owner

Added in v1.27.0

Please let me know if everything is as expected.

Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
done Done, awaiting release enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants