cloudsmith-cli 1.10.2__py2.py3-none-any.whl → 1.10.4__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- cloudsmith_cli/cli/command.py +66 -0
- cloudsmith_cli/cli/commands/auth.py +25 -12
- cloudsmith_cli/cli/commands/check.py +18 -4
- cloudsmith_cli/cli/commands/copy.py +8 -2
- cloudsmith_cli/cli/commands/delete.py +9 -3
- cloudsmith_cli/cli/commands/dependencies.py +1 -1
- cloudsmith_cli/cli/commands/download.py +89 -8
- cloudsmith_cli/cli/commands/entitlements.py +11 -7
- cloudsmith_cli/cli/commands/list_.py +2 -2
- cloudsmith_cli/cli/commands/login.py +21 -13
- cloudsmith_cli/cli/commands/metrics/entitlements.py +2 -2
- cloudsmith_cli/cli/commands/metrics/packages.py +1 -1
- cloudsmith_cli/cli/commands/move.py +10 -3
- cloudsmith_cli/cli/commands/policy/deny.py +8 -6
- cloudsmith_cli/cli/commands/policy/license.py +5 -3
- cloudsmith_cli/cli/commands/policy/vulnerability.py +6 -3
- cloudsmith_cli/cli/commands/push.py +146 -64
- cloudsmith_cli/cli/commands/quarantine.py +7 -4
- cloudsmith_cli/cli/commands/quota/history.py +1 -1
- cloudsmith_cli/cli/commands/quota/quota.py +1 -1
- cloudsmith_cli/cli/commands/repos.py +5 -3
- cloudsmith_cli/cli/commands/resync.py +7 -2
- cloudsmith_cli/cli/commands/status.py +21 -3
- cloudsmith_cli/cli/commands/tags.py +20 -5
- cloudsmith_cli/cli/commands/tokens.py +37 -25
- cloudsmith_cli/cli/commands/upstream.py +2 -3
- cloudsmith_cli/cli/commands/whoami.py +4 -5
- cloudsmith_cli/cli/exceptions.py +86 -49
- cloudsmith_cli/cli/utils.py +17 -2
- cloudsmith_cli/cli/webserver.py +1 -1
- cloudsmith_cli/data/VERSION +1 -1
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/METADATA +1 -1
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/RECORD +37 -37
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/WHEEL +0 -0
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/entry_points.txt +0 -0
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/licenses/LICENSE +0 -0
- {cloudsmith_cli-1.10.2.dist-info → cloudsmith_cli-1.10.4.dist-info}/top_level.txt +0 -0
|
@@ -1,52 +1,52 @@
|
|
|
1
1
|
cloudsmith_cli/__init__.py,sha256=os5rpSQxihzAz72UaZugFVGTE1MOaB2-ocgwVUStcRY,243
|
|
2
2
|
cloudsmith_cli/__main__.py,sha256=sWZCxOvdsp_Op1y4A7cyFVo-5fgQ667grmiy8FKX-5w,219
|
|
3
3
|
cloudsmith_cli/cli/__init__.py,sha256=GK3VaqGyKB8vkN501vzSah_cirIorR5qQpVMry5wv7Y,34
|
|
4
|
-
cloudsmith_cli/cli/command.py,sha256=
|
|
4
|
+
cloudsmith_cli/cli/command.py,sha256=K374dd1eDLTdQyRdqHE7PSKqhh4PbcrDxoUDVr_s23U,4816
|
|
5
5
|
cloudsmith_cli/cli/config.py,sha256=CuDlEQ7NHWP3kABeLrE_MZcPeCvwz5o58s8w9yRjv98,13131
|
|
6
6
|
cloudsmith_cli/cli/decorators.py,sha256=KMc9jv1jxc9nRMGIliDm6KUtdFKcPxiR1Q0rltA83t0,10885
|
|
7
|
-
cloudsmith_cli/cli/exceptions.py,sha256=
|
|
7
|
+
cloudsmith_cli/cli/exceptions.py,sha256=NjtRnF0cSzRIf6B2xuSxz3PdghGn0LPnnlsHUewA7Pc,6762
|
|
8
8
|
cloudsmith_cli/cli/saml.py,sha256=VluL-oM4mReXi0ycdFUQJQisNKo9limAiIjSVzGRBnM,3202
|
|
9
9
|
cloudsmith_cli/cli/table.py,sha256=S03d5izcsz8keKYP3Ep1C4i3sEwYigjUUCSkBKPskHw,1530
|
|
10
10
|
cloudsmith_cli/cli/types.py,sha256=89hPhNtUS1E6GnUxm_Lv_cj9OfNqI6G5s5gD-uRz1Dw,410
|
|
11
|
-
cloudsmith_cli/cli/utils.py,sha256=
|
|
11
|
+
cloudsmith_cli/cli/utils.py,sha256=FY8begpgyhLJjEvE41N85CEmEeTGJzStn_lvodCkW3E,6326
|
|
12
12
|
cloudsmith_cli/cli/validators.py,sha256=J9ZEwGsahFQ5B7PT9Ioz4MlJNM6kd4D-X-7xK0US0pw,10003
|
|
13
|
-
cloudsmith_cli/cli/webserver.py,sha256=
|
|
13
|
+
cloudsmith_cli/cli/webserver.py,sha256=b2-Ei-s62lp9QyYPuZ4DhXwMcYKXobwQtfXT41gK0ek,8079
|
|
14
14
|
cloudsmith_cli/cli/commands/__init__.py,sha256=vW6LrMnln5s0-fmsX-RVlcnUVl0ioSRaC8GP-fQAFsQ,352
|
|
15
|
-
cloudsmith_cli/cli/commands/auth.py,sha256=
|
|
16
|
-
cloudsmith_cli/cli/commands/check.py,sha256=
|
|
17
|
-
cloudsmith_cli/cli/commands/copy.py,sha256=
|
|
18
|
-
cloudsmith_cli/cli/commands/delete.py,sha256=
|
|
19
|
-
cloudsmith_cli/cli/commands/dependencies.py,sha256=
|
|
15
|
+
cloudsmith_cli/cli/commands/auth.py,sha256=xJKT10BbNSdQQUQc1OUyoMjOXCbP4oeIEusVI_AtKaw,3367
|
|
16
|
+
cloudsmith_cli/cli/commands/check.py,sha256=xfqWTOzT5zsdYIUPgKCF3TdhXoX3Koj0UPGyVLC8pSo,4105
|
|
17
|
+
cloudsmith_cli/cli/commands/copy.py,sha256=a2-4inh747i53dRtR_XngM3q2HNO6PAfd3qvaGILLnw,2777
|
|
18
|
+
cloudsmith_cli/cli/commands/delete.py,sha256=xgMCjlNZ2wDXRW2FUDTuAUo0rZNv62ShQn9wubGJFww,2003
|
|
19
|
+
cloudsmith_cli/cli/commands/dependencies.py,sha256=er1pd7SW4v7ETmccilfHc8nzBrU9Fbs2nq16e6RnuwE,3420
|
|
20
20
|
cloudsmith_cli/cli/commands/docs.py,sha256=dBdYuR9hI8oxZ4B1Ax6Cqt2QWUe0llUDFmKZqFndP0Q,376
|
|
21
|
-
cloudsmith_cli/cli/commands/download.py,sha256=
|
|
22
|
-
cloudsmith_cli/cli/commands/entitlements.py,sha256=
|
|
21
|
+
cloudsmith_cli/cli/commands/download.py,sha256=vbFRvGcY5-yLW8y5_MEqj2jq5LSg6AXYWe1-huHCKc8,15006
|
|
22
|
+
cloudsmith_cli/cli/commands/entitlements.py,sha256=qDod53h3tWoAHpDa8qOzVpo7NowwzVKfiJaZydHsZGQ,27425
|
|
23
23
|
cloudsmith_cli/cli/commands/help_.py,sha256=--_NwWZBZWfEnG6MzteaZO6u3IIlh3wufvGbh8JcSv4,226
|
|
24
|
-
cloudsmith_cli/cli/commands/list_.py,sha256=
|
|
25
|
-
cloudsmith_cli/cli/commands/login.py,sha256=
|
|
24
|
+
cloudsmith_cli/cli/commands/list_.py,sha256=GtlYAtMOlcmYQBzFG5NrZl4mQX0juN-3HLqZZkCNQNA,10039
|
|
25
|
+
cloudsmith_cli/cli/commands/login.py,sha256=seIutJQhu4Gk7tLTGWiSVHs53eiLr_zydEfvuuWJUFo,3486
|
|
26
26
|
cloudsmith_cli/cli/commands/main.py,sha256=3KRh_uwdBxKfBSZugQ9y7LbZb3D0EtiB6PmYFCqeDG4,1896
|
|
27
|
-
cloudsmith_cli/cli/commands/move.py,sha256=
|
|
28
|
-
cloudsmith_cli/cli/commands/push.py,sha256=
|
|
29
|
-
cloudsmith_cli/cli/commands/quarantine.py,sha256=
|
|
30
|
-
cloudsmith_cli/cli/commands/repos.py,sha256=
|
|
31
|
-
cloudsmith_cli/cli/commands/resync.py,sha256=
|
|
32
|
-
cloudsmith_cli/cli/commands/status.py,sha256=
|
|
33
|
-
cloudsmith_cli/cli/commands/tags.py,sha256=
|
|
34
|
-
cloudsmith_cli/cli/commands/tokens.py,sha256=
|
|
35
|
-
cloudsmith_cli/cli/commands/upstream.py,sha256=
|
|
36
|
-
cloudsmith_cli/cli/commands/whoami.py,sha256=
|
|
27
|
+
cloudsmith_cli/cli/commands/move.py,sha256=7jGyWvYed-B_i522MRR1h3EVvx-Uy8zdgDKnYCFHkQQ,3120
|
|
28
|
+
cloudsmith_cli/cli/commands/push.py,sha256=fH9uYJ4sOslvSOchBzd1yRjVPc0x07RGsPITOMQpqiw,22256
|
|
29
|
+
cloudsmith_cli/cli/commands/quarantine.py,sha256=NNWoCk5njAvbTpsed0ElR2LEPWSfXwyWbeC7HCRqbf4,4593
|
|
30
|
+
cloudsmith_cli/cli/commands/repos.py,sha256=aCX431xQgSqregYxIRk2alhc5Of-FSW7PR_AbLlJ6nA,10075
|
|
31
|
+
cloudsmith_cli/cli/commands/resync.py,sha256=jELS9Ok1vltvuRlVhlr2EQENSYr6HnFJHbo05Xim81E,2474
|
|
32
|
+
cloudsmith_cli/cli/commands/status.py,sha256=cmzZTmzj67qyf4Cob_Cd1abxVpxHOHbTDH2RxvGQzUQ,2504
|
|
33
|
+
cloudsmith_cli/cli/commands/tags.py,sha256=K7B_OYGnDfQbAMc_Rcj6Xx-rS4dNzUqJEhVwuVlZG-0,11668
|
|
34
|
+
cloudsmith_cli/cli/commands/tokens.py,sha256=FLlQDF-qzFeBlnUIhoDwjNMUv03dbV-MZR8wFHiuw5k,8147
|
|
35
|
+
cloudsmith_cli/cli/commands/upstream.py,sha256=UmWM6BKQC0H8Kk1w6oM_hVBB6xHnYqWZqpYGPuCLJbk,15863
|
|
36
|
+
cloudsmith_cli/cli/commands/whoami.py,sha256=0rpXnXmii3viDSsmoXC__DsyY8X0mGi4Wxi_hKEjhTI,1680
|
|
37
37
|
cloudsmith_cli/cli/commands/metrics/__init__.py,sha256=w-FjDvifPvTgf1nwGpTuhzk5mLkqmfvA9utrPqSUSdM,98
|
|
38
38
|
cloudsmith_cli/cli/commands/metrics/command.py,sha256=-4ykfBJ8Ss6w8QoCqL0AZdhcF7ZmmahtvQ_5YTYif5c,510
|
|
39
|
-
cloudsmith_cli/cli/commands/metrics/entitlements.py,sha256=
|
|
40
|
-
cloudsmith_cli/cli/commands/metrics/packages.py,sha256=
|
|
39
|
+
cloudsmith_cli/cli/commands/metrics/entitlements.py,sha256=OhxkKYrs1jaYDsJ-fIeB-enr04B9G9XWVrDKt25b2bk,4337
|
|
40
|
+
cloudsmith_cli/cli/commands/metrics/packages.py,sha256=zv9T2_UxGiXkAtUYN-iIb0fTOhE4_9mSNsh4t5B-tPc,3912
|
|
41
41
|
cloudsmith_cli/cli/commands/policy/__init__.py,sha256=vWUlqzuIZisbaLdQM4Gx7aCAM2RKPUIHEC5_XTRY-oY,157
|
|
42
42
|
cloudsmith_cli/cli/commands/policy/command.py,sha256=crZQiXhT7w19h9Z8IFFhM3NyGCTHZ8tL4vpHR430fLo,527
|
|
43
|
-
cloudsmith_cli/cli/commands/policy/deny.py,sha256
|
|
44
|
-
cloudsmith_cli/cli/commands/policy/license.py,sha256=
|
|
45
|
-
cloudsmith_cli/cli/commands/policy/vulnerability.py,sha256=
|
|
43
|
+
cloudsmith_cli/cli/commands/policy/deny.py,sha256=Nb2rTfropRiK5-zvsxLQsTjlr1HpJkhlqD5_jG17ogk,7703
|
|
44
|
+
cloudsmith_cli/cli/commands/policy/license.py,sha256=BvANjuwu_iGpja4qZ-sqUukcCirYmWrd9atZGuH2V50,10206
|
|
45
|
+
cloudsmith_cli/cli/commands/policy/vulnerability.py,sha256=J6MX6UIrP5X1XDGDSqwjwVa5QGBNRTH7ZxzGLSO_LU0,10086
|
|
46
46
|
cloudsmith_cli/cli/commands/quota/__init__.py,sha256=FRRXCFTiSw3e0rUNpxxUiN0vznXQbHt45e0cj9zgz30,84
|
|
47
47
|
cloudsmith_cli/cli/commands/quota/command.py,sha256=-oxLY33lqrW7PliafhsmnEtVdcrWUzRSxyjfto7R4MA,541
|
|
48
|
-
cloudsmith_cli/cli/commands/quota/history.py,sha256=
|
|
49
|
-
cloudsmith_cli/cli/commands/quota/quota.py,sha256=
|
|
48
|
+
cloudsmith_cli/cli/commands/quota/history.py,sha256=2oSaJ9b1g7ABeTkd7j8UCeCnW5c_iTSqzTVkn0rwQ4Q,3702
|
|
49
|
+
cloudsmith_cli/cli/commands/quota/quota.py,sha256=1bhBDVPLmWgMEV1FbV8snFvDWvYgUxgDRAtpnYPMrjQ,3248
|
|
50
50
|
cloudsmith_cli/cli/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
51
51
|
cloudsmith_cli/cli/tests/conftest.py,sha256=xSuSxzB4AIeV6ZD7VT0s7B_ycKIGoEc2rHdZEjolIlk,1994
|
|
52
52
|
cloudsmith_cli/cli/tests/test_push.py,sha256=r3tJVPUZeJzb-Jn7hz5cDXYO2h4ajzvlZ22mR4T5mhM,9599
|
|
@@ -98,15 +98,15 @@ cloudsmith_cli/core/tests/test_init.py,sha256=CDdCI-ko09I3ltBeFNACGrfNFDNT8zhXUE
|
|
|
98
98
|
cloudsmith_cli/core/tests/test_keyring.py,sha256=cLmZjhj21gm2fdi-l95yOxQPWuq_XVVNeY3s9QSNvYc,7076
|
|
99
99
|
cloudsmith_cli/core/tests/test_rest.py,sha256=SXOZfz_YLrxtuE8I07MUWVUYxyz79VHfpYzc18QQM4s,2563
|
|
100
100
|
cloudsmith_cli/core/tests/test_version.py,sha256=k9QAjOKJ7Q5mfGSahRvtpPN0XDaGOhbbpHngqAIuM34,552
|
|
101
|
-
cloudsmith_cli/data/VERSION,sha256=
|
|
101
|
+
cloudsmith_cli/data/VERSION,sha256=rmMULUvmUmWdQcLb3dRlwBZ03PT1_-9gIu5zY7PrwZc,7
|
|
102
102
|
cloudsmith_cli/data/config.ini,sha256=nD39yE9-GyKSxJ5Us5V_bRjAsdhDbD5HnwRNDKeMfR4,737
|
|
103
103
|
cloudsmith_cli/data/credentials.ini,sha256=UTgXGXigPdlWUQxhQnalSJ18cLswQv6l26y7ZlYstCU,500
|
|
104
104
|
cloudsmith_cli/templates/__init__.py,sha256=00xHj3iW0vXmI5rzjbryJllE1VHhg6Dxf7uqo9dIyvo,53
|
|
105
105
|
cloudsmith_cli/templates/auth_error.html,sha256=qBdZ0TE88IFaVk0NIpSPZudDDf0PxAJnnqAyPz5KODo,1290
|
|
106
106
|
cloudsmith_cli/templates/auth_success.html,sha256=UA629tjTJmIQ_y9eJ-a5Wfp0ilo8cgSsUqjHiCzEhq0,1056
|
|
107
|
-
cloudsmith_cli-1.10.
|
|
108
|
-
cloudsmith_cli-1.10.
|
|
109
|
-
cloudsmith_cli-1.10.
|
|
110
|
-
cloudsmith_cli-1.10.
|
|
111
|
-
cloudsmith_cli-1.10.
|
|
112
|
-
cloudsmith_cli-1.10.
|
|
107
|
+
cloudsmith_cli-1.10.4.dist-info/licenses/LICENSE,sha256=eEz1wEWbBZFlc_n_P_55i4CCYgWgHYVJpQjnc6qbXOQ,11344
|
|
108
|
+
cloudsmith_cli-1.10.4.dist-info/METADATA,sha256=0V-x3YDCnmsT1i_5a3cbDhj4gRWCx3wviPDfBNPdTCU,15810
|
|
109
|
+
cloudsmith_cli-1.10.4.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
|
110
|
+
cloudsmith_cli-1.10.4.dist-info/entry_points.txt,sha256=lQfpZ8eDB4ye9iK_TRpGnABwkcUgKIS-sGlCjbI1j9s,69
|
|
111
|
+
cloudsmith_cli-1.10.4.dist-info/top_level.txt,sha256=9P2AQ4lqblgMVHk2VHuvZKH92H0o19w-qhr_x-5ifIQ,15
|
|
112
|
+
cloudsmith_cli-1.10.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|