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

Add option to abaco executions to list the most recent execution #32

Open
bbartley opened this issue Oct 4, 2019 · 1 comment
Open

Comments

@bbartley
Copy link

bbartley commented Oct 4, 2019

For example, using a -l switch to get the last execution:

$ abaco executions -l <my_actor_alias>
P0BNvJo1M4xyl  COMPLETE

In practice, I typically only care about the most recent execution. In addition, I am using shell scripts that parse the most recent execution from an ever-growing list of executions, which might not be sustainable in the long term.

@bbartley
Copy link
Author

Similarly, it would be helpful to have an option for printing the log of the most recent execution, without having to specify the execution hash. For example:

$ abaco logs -l <my_actor_alias>

This would make debugging a lot more efficient. Currently I have to print out a list of executions, copy the hash of the most recent one, and then paste that into my subsequent logs command, which can be a bit of a hassle.

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

1 participant