registry-cli icon indicating copy to clipboard operation
registry-cli copied to clipboard

Fix use of IMAGE:TAG syntax

Open john-forrest opened this issue 4 years ago • 3 comments

The help text showed (and still shows) the option to use IMAGE:TAG for image, but in practice was trying to use this as the image name itself. Update to explicitly handle this - if used then, other ways of setting tags (e.g. --tags-like) are ignored. Still need to use -n 0 for consistency.

This partly relates to #50.

john-forrest avatar May 09 '20 07:05 john-forrest

did you run tests against these changes?

andrey-pohilko avatar May 11 '20 09:05 andrey-pohilko

@andrey-pohilko I didn't run formal tests, just used the change in practice. I was hoping they might run automatically somewhere:) Can you point me as to how to run them?

john-forrest avatar May 16 '20 08:05 john-forrest

I didn't run formal tests, just used the change in practice. I was hoping they might run automatically somewhere:) Can you point me as to how to run them?

@john-forrest You can run existing tests via python test.py and it would be nice if you can write extra cases related to your contribution.

ipavlushin avatar Sep 23 '20 07:09 ipavlushin