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

copy: add slug_perm to output

Open ThomasAdam opened this issue 5 years ago • 1 comments

When using the copy command to copy packages between repositories, the unique ID (slug_perm) of the package wasn't being printed to stdout. As with other commands (such as 'push') which did, the output of this could then be parsed to further operate on the specific package.

Therefore, make the output from 'copy' behave in the same way.

ThomasAdam avatar Jul 27 '20 08:07 ThomasAdam

Code Climate has analyzed commit bda37d78 and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 0.0% (50% is the threshold).

This pull request will bring the total coverage in the repository to 1.2% (0.0% change).

View more on Code Climate.

qlty-cloud-legacy[bot] avatar Jul 30 '20 20:07 qlty-cloud-legacy[bot]

Codacy Here is an overview of what got changed by this pull request:


Clones removed
==============
+ cloudsmith_cli/cli/commands/copy.py  -1
         

See the complete overview on Codacy

lskillen avatar Oct 16 '20 15:10 lskillen