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 cf task <app> <id> command #3308

Open
Samze opened this issue Nov 18, 2024 · 0 comments · May be fixed by #3315
Open

Add cf task <app> <id> command #3308

Samze opened this issue Nov 18, 2024 · 0 comments · May be fixed by #3315

Comments

@Samze
Copy link
Contributor

Samze commented Nov 18, 2024

What's the user value of this feature request?
Related to the problem described in #3274. If I want to run a cf task and get the status of that task, I must do, cf run-task, cf tasks. This can cause issues in larger environments where there are lots of tasks associated with an app.

Who is the functionality for?
Application Developers

How often will this functionality be used by the user?
As part of the core workflow for running and obtaining tasks.

Who else is affected by the change?
New command, so not a breaking change.

Is your feature request related to a problem? Please describe.
#3274

Describe the solution you'd like
A clear and concise description of what you want to happen.

Example output

cf task <my_app> 123

id: 123
name: my-task
start time:  Fri, 08 Nov 2024 16:23:17 UTC   
state:  SUCCEEDED
command: ls
result: null
@Samze Samze linked a pull request Nov 22, 2024 that will close this issue
@Samze Samze changed the title Add cf task <id> command Add cf task <app> <id> command Nov 22, 2024
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

Successfully merging a pull request may close this issue.

1 participant