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 --all-tags flag to crane cp #1682

Merged
merged 1 commit into from
May 1, 2023

Conversation

jonjohnsonjr
Copy link
Collaborator

This will copy every tag in the src repo to dst.

This adds a --no-clobber flag that crane cp will respect that avoids overwriting an existing tag (at the time of command invocation).

Fixes #1355

This will copy every tag in the src repo to dst.

This adds a --no-clobber flag that crane cp will respect that avoids
overwriting an existing tag (at the time of command invocation).
@codecov-commenter
Copy link

codecov-commenter commented May 1, 2023

Codecov Report

Merging #1682 (eaa733d) into main (43710a9) will decrease coverage by 0.68%.
The diff coverage is 4.90%.

@@            Coverage Diff             @@
##             main    #1682      +/-   ##
==========================================
- Coverage   72.81%   72.13%   -0.68%     
==========================================
  Files         121      121              
  Lines        9633     9733     +100     
==========================================
+ Hits         7014     7021       +7     
- Misses       1941     2035      +94     
+ Partials      678      677       -1     
Impacted Files Coverage Δ
pkg/crane/copy.go 19.32% <3.33%> (-51.65%) ⬇️
pkg/crane/options.go 73.97% <16.66%> (-11.28%) ⬇️

... and 1 file with indirect coverage changes

@jonjohnsonjr jonjohnsonjr merged commit afd15f1 into google:main May 1, 2023
18 checks passed
@jonjohnsonjr jonjohnsonjr deleted the copy-all-tags branch May 1, 2023 18:58
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.

feature request: (g)crane copy tags
3 participants