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

Convert output from list-tasks to quoted and space separated list #54

Merged
merged 1 commit into from
May 29, 2024

Conversation

Warren-Johnson-TID
Copy link
Contributor

In my commit comment I said "comma separated". I meant to say "space separated".

Asana task:
https://app.asana.com/0/1113545750913664/1204864778315054

list-tasks output piped into jq was creating a comma separated list of ARNs. describe-tasks however requires a list of ARNs that are quoted and space delineated. So instead of ARN001,ARN002 we need "ARN001" "ARN002" as input to describe-tasks.

I'm adding two shell script samples into this PR description demonstrating old and new method. Feel free to download and run them.

Archive.zip

@Warren-Johnson-TID Warren-Johnson-TID requested a review from a team as a code owner May 1, 2024 16:34
@Warren-Johnson-TID Warren-Johnson-TID requested a review from napilla May 1, 2024 16:34
@ianwestcott ianwestcott requested review from ianwestcott and removed request for napilla May 28, 2024 20:28
@ianwestcott ianwestcott merged commit e78d8a1 into main May 29, 2024
4 checks passed
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 this pull request may close these issues.

2 participants