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 -o short option for argo cli get command #5533

Merged
merged 2 commits into from
Apr 7, 2021

Conversation

vivek-26
Copy link
Contributor

Closes #3090

Adds short option to -o flag to argo get command:

$: ./argo get hello-world-44bzs -o short
STEP                  TEMPLATE  PODNAME            DURATION  MESSAGE            NODENAME
 ◷ hello-world-44bzs  whalesay  hello-world-44bzs  1m        ContainerCreating  microk8s-vm

@codecov
Copy link

codecov bot commented Mar 28, 2021

Codecov Report

Merging #5533 (e1ef742) into master (eb6f3a1) will decrease coverage by 0.02%.
The diff coverage is 41.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5533      +/-   ##
==========================================
- Coverage   47.03%   47.01%   -0.03%     
==========================================
  Files         240      240              
  Lines       15011    15020       +9     
==========================================
+ Hits         7060     7061       +1     
- Misses       7052     7057       +5     
- Partials      899      902       +3     
Impacted Files Coverage Δ
cmd/argo/commands/get.go 56.95% <41.66%> (-0.38%) ⬇️
workflow/metrics/server.go 12.50% <0.00%> (-4.17%) ⬇️
workflow/controller/operator.go 70.91% <0.00%> (-0.06%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update eb6f3a1...e1ef742. Read the comment docs.

@vivek-26 vivek-26 closed this Mar 28, 2021
@vivek-26 vivek-26 reopened this Mar 28, 2021
Signed-off-by: Vivek Kumar <vivek.26@outlook.com>
@vivek-26 vivek-26 marked this pull request as ready for review March 28, 2021 19:39
Signed-off-by: Vivek Kumar <vivek.26@outlook.com>
@alexec
Copy link
Contributor

alexec commented Apr 6, 2021

@sarabala1979 bump

Copy link
Member

@sarabala1979 sarabala1979 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sarabala1979 sarabala1979 merged commit 2baae1d into argoproj:master Apr 7, 2021
@simster7 simster7 mentioned this pull request Apr 19, 2021
50 tasks
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.

Add -o short option for argocli get command
3 participants