cloudsmith-cli 1.8.2__tar.gz → 1.8.4__tar.gz
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-1.8.2/cloudsmith_cli.egg-info → cloudsmith_cli-1.8.4}/PKG-INFO +23 -8
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/README.md +21 -6
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/upstream.py +8 -2
- cloudsmith_cli-1.8.4/cloudsmith_cli/data/VERSION +1 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4/cloudsmith_cli.egg-info}/PKG-INFO +23 -8
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/requires.txt +1 -1
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/setup.py +1 -1
- cloudsmith_cli-1.8.2/cloudsmith_cli/data/VERSION +0 -1
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/LICENSE +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/MANIFEST.in +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/__main__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/command.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/auth.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/check.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/copy.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/delete.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/dependencies.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/docs.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/entitlements.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/help_.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/list_.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/login.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/main.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/command.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/entitlements.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/packages.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/move.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/command.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/license.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/vulnerability.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/push.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/quarantine.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/quota/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/quota/command.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/quota/history.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/quota/quota.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/repos.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/resync.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/status.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/tags.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/tokens.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/whoami.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/config.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/decorators.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/exceptions.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/saml.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/table.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/policy/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/policy/test_licence.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/policy/test_vulnerability.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_check.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_login.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_main.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_package_commands.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_repos.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_tokens.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_upstream.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/conftest.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/test_push.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/test_saml.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/test_utils.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/utils.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/types.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/utils.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/validators.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/webserver.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/distros.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/entitlements.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/exceptions.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/files.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/init.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/metrics.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/orgs.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/packages.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/quota.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/rates.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/repos.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/status.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/upstreams.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/user.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/api/version.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/config.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/keyring.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/pagination.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/ratelimits.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/rest.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/tests/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/tests/test_init.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/tests/test_keyring.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/tests/test_rest.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/tests/test_version.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/utils.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/core/version.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/data/config.ini +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/data/credentials.ini +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/templates/__init__.py +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/templates/auth_error.html +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/templates/auth_success.html +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/SOURCES.txt +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/dependency_links.txt +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/entry_points.txt +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/not-zip-safe +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli.egg-info/top_level.txt +0 -0
- {cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudsmith-cli
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.4
|
|
4
4
|
Summary: Cloudsmith Command-Line Interface (CLI)
|
|
5
5
|
Home-page: https://github.com/cloudsmith-io/cloudsmith-cli
|
|
6
6
|
Author: Cloudsmith Ltd
|
|
@@ -30,7 +30,7 @@ Requires-Dist: click!=8.0.2,>=7.0
|
|
|
30
30
|
Requires-Dist: click-configfile>=0.2.3
|
|
31
31
|
Requires-Dist: click-didyoumean>=0.0.3
|
|
32
32
|
Requires-Dist: click-spinner>=0.1.7
|
|
33
|
-
Requires-Dist: cloudsmith-api<3.0,>=2.0.
|
|
33
|
+
Requires-Dist: cloudsmith-api<3.0,>=2.0.22
|
|
34
34
|
Requires-Dist: keyring>=25.4.1
|
|
35
35
|
Requires-Dist: requests>=2.18.4
|
|
36
36
|
Requires-Dist: requests_toolbelt>=0.8.0
|
|
@@ -56,8 +56,6 @@ Dynamic: summary
|
|
|
56
56
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
57
57
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
58
58
|
[](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli)
|
|
59
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability)
|
|
60
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage)
|
|
61
59
|
[](https://github.com/ambv/black)
|
|
62
60
|
|
|
63
61
|
|
|
@@ -80,7 +78,7 @@ Please see the [changelog](https://github.com/cloudsmith-io/cloudsmith-cli/blob/
|
|
|
80
78
|
|
|
81
79
|
The CLI currently supports the following commands (and sub-commands):
|
|
82
80
|
|
|
83
|
-
- `auth`:
|
|
81
|
+
- `authenticate`|`auth`: Authenticate the CLI against an organization's SAML configuration.
|
|
84
82
|
- `check`: Check rate limits and service status.
|
|
85
83
|
- `copy`|`cp`: Copy a package to another repository.
|
|
86
84
|
- `delete`|`rm`: Delete a package from a repository.
|
|
@@ -104,7 +102,10 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
104
102
|
- `metrics`: Metrics and statistics for a repository.
|
|
105
103
|
- `tokens`: Retrieve bandwidth usage for entitlement tokens.
|
|
106
104
|
- `packages`: Retrieve package usage for repository.
|
|
107
|
-
- `move`|`mv`:
|
|
105
|
+
- `move`|`mv`|`promote`: Move (promote) a package to another repo.
|
|
106
|
+
- `policy`: Manage policies for an organization.
|
|
107
|
+
- `license`: Manage license policies for an organization.
|
|
108
|
+
- `vulnerability`: Manage vulnerability policies for an organization.
|
|
108
109
|
- `push`|`upload`: Push (upload) a new package to a repository.
|
|
109
110
|
- `alpine`: Push (upload) a new Alpine package upstream.
|
|
110
111
|
- `cargo`: Push (upload) a new Cargo package upstream.
|
|
@@ -139,16 +140,30 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
139
140
|
- `delete`|`rm`: Delete a repository from a namespace.
|
|
140
141
|
- `resync`: Resynchronise a package in a repository.
|
|
141
142
|
- `status`: Get the synchronisation status for a package.
|
|
142
|
-
- `tags`:
|
|
143
|
+
- `tags`|`tag`: Manage the tags for a package in a repository.
|
|
143
144
|
- `add`: Add tags to a package in a repository.
|
|
144
145
|
- `clear`: Clear all existing (non-immutable) tags from a package in a repository.
|
|
145
146
|
- `list`|`ls`: List tags for a package in a repository.
|
|
146
147
|
- `remove`|`rm`: Remove tags from a package in a repository.
|
|
147
148
|
- `replace`: Replace all existing (non-immutable) tags on a package in a repository.
|
|
148
|
-
- `whoami`: Retrieve your current authentication status.
|
|
149
149
|
- `tokens`: Manage API tokens.
|
|
150
150
|
- `list`|`ls`: List API tokens.
|
|
151
151
|
- `refresh`: Refresh an API token.
|
|
152
|
+
- `upstream`: Manage upstreams for a repository.
|
|
153
|
+
- `cran`: Manage cran upstreams for a repository.
|
|
154
|
+
- `dart`: Manage dart upstreams for a repository.
|
|
155
|
+
- `deb`: Manage deb upstreams for a repository.
|
|
156
|
+
- `docker`: Manage docker upstreams for a repository.
|
|
157
|
+
- `helm`: Manage helm upstreams for a repository.
|
|
158
|
+
- `hex`: Manage hex upstreams for a repository.
|
|
159
|
+
- `maven`: Manage maven upstreams for a repository.
|
|
160
|
+
- `npm`: Manage npm upstreams for a repository.
|
|
161
|
+
- `nuget`: Manage nuget upstreams for a repository.
|
|
162
|
+
- `python`: Manage python upstreams for a repository.
|
|
163
|
+
- `rpm`: Manage rpm upstreams for a repository.
|
|
164
|
+
- `ruby`: Manage ruby upstreams for a repository.
|
|
165
|
+
- `swift`: Manage swift upstreams for a repository.
|
|
166
|
+
- `whoami`: Retrieve your current authentication status.
|
|
152
167
|
|
|
153
168
|
## Installation
|
|
154
169
|
|
|
@@ -4,8 +4,6 @@
|
|
|
4
4
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
5
5
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
6
6
|
[](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli)
|
|
7
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability)
|
|
8
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage)
|
|
9
7
|
[](https://github.com/ambv/black)
|
|
10
8
|
|
|
11
9
|
|
|
@@ -28,7 +26,7 @@ Please see the [changelog](https://github.com/cloudsmith-io/cloudsmith-cli/blob/
|
|
|
28
26
|
|
|
29
27
|
The CLI currently supports the following commands (and sub-commands):
|
|
30
28
|
|
|
31
|
-
- `auth`:
|
|
29
|
+
- `authenticate`|`auth`: Authenticate the CLI against an organization's SAML configuration.
|
|
32
30
|
- `check`: Check rate limits and service status.
|
|
33
31
|
- `copy`|`cp`: Copy a package to another repository.
|
|
34
32
|
- `delete`|`rm`: Delete a package from a repository.
|
|
@@ -52,7 +50,10 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
52
50
|
- `metrics`: Metrics and statistics for a repository.
|
|
53
51
|
- `tokens`: Retrieve bandwidth usage for entitlement tokens.
|
|
54
52
|
- `packages`: Retrieve package usage for repository.
|
|
55
|
-
- `move`|`mv`:
|
|
53
|
+
- `move`|`mv`|`promote`: Move (promote) a package to another repo.
|
|
54
|
+
- `policy`: Manage policies for an organization.
|
|
55
|
+
- `license`: Manage license policies for an organization.
|
|
56
|
+
- `vulnerability`: Manage vulnerability policies for an organization.
|
|
56
57
|
- `push`|`upload`: Push (upload) a new package to a repository.
|
|
57
58
|
- `alpine`: Push (upload) a new Alpine package upstream.
|
|
58
59
|
- `cargo`: Push (upload) a new Cargo package upstream.
|
|
@@ -87,16 +88,30 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
87
88
|
- `delete`|`rm`: Delete a repository from a namespace.
|
|
88
89
|
- `resync`: Resynchronise a package in a repository.
|
|
89
90
|
- `status`: Get the synchronisation status for a package.
|
|
90
|
-
- `tags`:
|
|
91
|
+
- `tags`|`tag`: Manage the tags for a package in a repository.
|
|
91
92
|
- `add`: Add tags to a package in a repository.
|
|
92
93
|
- `clear`: Clear all existing (non-immutable) tags from a package in a repository.
|
|
93
94
|
- `list`|`ls`: List tags for a package in a repository.
|
|
94
95
|
- `remove`|`rm`: Remove tags from a package in a repository.
|
|
95
96
|
- `replace`: Replace all existing (non-immutable) tags on a package in a repository.
|
|
96
|
-
- `whoami`: Retrieve your current authentication status.
|
|
97
97
|
- `tokens`: Manage API tokens.
|
|
98
98
|
- `list`|`ls`: List API tokens.
|
|
99
99
|
- `refresh`: Refresh an API token.
|
|
100
|
+
- `upstream`: Manage upstreams for a repository.
|
|
101
|
+
- `cran`: Manage cran upstreams for a repository.
|
|
102
|
+
- `dart`: Manage dart upstreams for a repository.
|
|
103
|
+
- `deb`: Manage deb upstreams for a repository.
|
|
104
|
+
- `docker`: Manage docker upstreams for a repository.
|
|
105
|
+
- `helm`: Manage helm upstreams for a repository.
|
|
106
|
+
- `hex`: Manage hex upstreams for a repository.
|
|
107
|
+
- `maven`: Manage maven upstreams for a repository.
|
|
108
|
+
- `npm`: Manage npm upstreams for a repository.
|
|
109
|
+
- `nuget`: Manage nuget upstreams for a repository.
|
|
110
|
+
- `python`: Manage python upstreams for a repository.
|
|
111
|
+
- `rpm`: Manage rpm upstreams for a repository.
|
|
112
|
+
- `ruby`: Manage ruby upstreams for a repository.
|
|
113
|
+
- `swift`: Manage swift upstreams for a repository.
|
|
114
|
+
- `whoami`: Retrieve your current authentication status.
|
|
100
115
|
|
|
101
116
|
## Installation
|
|
102
117
|
|
|
@@ -17,17 +17,23 @@ from ..utils import (
|
|
|
17
17
|
from .main import main
|
|
18
18
|
|
|
19
19
|
UPSTREAM_FORMATS = [
|
|
20
|
+
"cargo",
|
|
21
|
+
"conda",
|
|
22
|
+
"cran",
|
|
20
23
|
"dart",
|
|
21
24
|
"deb",
|
|
22
25
|
"docker",
|
|
26
|
+
"go",
|
|
23
27
|
"helm",
|
|
28
|
+
"hex",
|
|
29
|
+
"huggingface",
|
|
24
30
|
"maven",
|
|
25
|
-
"nuget",
|
|
26
31
|
"npm",
|
|
32
|
+
"nuget",
|
|
27
33
|
"python",
|
|
28
34
|
"rpm",
|
|
29
35
|
"ruby",
|
|
30
|
-
"
|
|
36
|
+
"swift",
|
|
31
37
|
]
|
|
32
38
|
|
|
33
39
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
1.8.4
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudsmith-cli
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.4
|
|
4
4
|
Summary: Cloudsmith Command-Line Interface (CLI)
|
|
5
5
|
Home-page: https://github.com/cloudsmith-io/cloudsmith-cli
|
|
6
6
|
Author: Cloudsmith Ltd
|
|
@@ -30,7 +30,7 @@ Requires-Dist: click!=8.0.2,>=7.0
|
|
|
30
30
|
Requires-Dist: click-configfile>=0.2.3
|
|
31
31
|
Requires-Dist: click-didyoumean>=0.0.3
|
|
32
32
|
Requires-Dist: click-spinner>=0.1.7
|
|
33
|
-
Requires-Dist: cloudsmith-api<3.0,>=2.0.
|
|
33
|
+
Requires-Dist: cloudsmith-api<3.0,>=2.0.22
|
|
34
34
|
Requires-Dist: keyring>=25.4.1
|
|
35
35
|
Requires-Dist: requests>=2.18.4
|
|
36
36
|
Requires-Dist: requests_toolbelt>=0.8.0
|
|
@@ -56,8 +56,6 @@ Dynamic: summary
|
|
|
56
56
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
57
57
|
[](https://pypi.python.org/pypi/cloudsmith-cli)
|
|
58
58
|
[](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli)
|
|
59
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability)
|
|
60
|
-
[](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage)
|
|
61
59
|
[](https://github.com/ambv/black)
|
|
62
60
|
|
|
63
61
|
|
|
@@ -80,7 +78,7 @@ Please see the [changelog](https://github.com/cloudsmith-io/cloudsmith-cli/blob/
|
|
|
80
78
|
|
|
81
79
|
The CLI currently supports the following commands (and sub-commands):
|
|
82
80
|
|
|
83
|
-
- `auth`:
|
|
81
|
+
- `authenticate`|`auth`: Authenticate the CLI against an organization's SAML configuration.
|
|
84
82
|
- `check`: Check rate limits and service status.
|
|
85
83
|
- `copy`|`cp`: Copy a package to another repository.
|
|
86
84
|
- `delete`|`rm`: Delete a package from a repository.
|
|
@@ -104,7 +102,10 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
104
102
|
- `metrics`: Metrics and statistics for a repository.
|
|
105
103
|
- `tokens`: Retrieve bandwidth usage for entitlement tokens.
|
|
106
104
|
- `packages`: Retrieve package usage for repository.
|
|
107
|
-
- `move`|`mv`:
|
|
105
|
+
- `move`|`mv`|`promote`: Move (promote) a package to another repo.
|
|
106
|
+
- `policy`: Manage policies for an organization.
|
|
107
|
+
- `license`: Manage license policies for an organization.
|
|
108
|
+
- `vulnerability`: Manage vulnerability policies for an organization.
|
|
108
109
|
- `push`|`upload`: Push (upload) a new package to a repository.
|
|
109
110
|
- `alpine`: Push (upload) a new Alpine package upstream.
|
|
110
111
|
- `cargo`: Push (upload) a new Cargo package upstream.
|
|
@@ -139,16 +140,30 @@ The CLI currently supports the following commands (and sub-commands):
|
|
|
139
140
|
- `delete`|`rm`: Delete a repository from a namespace.
|
|
140
141
|
- `resync`: Resynchronise a package in a repository.
|
|
141
142
|
- `status`: Get the synchronisation status for a package.
|
|
142
|
-
- `tags`:
|
|
143
|
+
- `tags`|`tag`: Manage the tags for a package in a repository.
|
|
143
144
|
- `add`: Add tags to a package in a repository.
|
|
144
145
|
- `clear`: Clear all existing (non-immutable) tags from a package in a repository.
|
|
145
146
|
- `list`|`ls`: List tags for a package in a repository.
|
|
146
147
|
- `remove`|`rm`: Remove tags from a package in a repository.
|
|
147
148
|
- `replace`: Replace all existing (non-immutable) tags on a package in a repository.
|
|
148
|
-
- `whoami`: Retrieve your current authentication status.
|
|
149
149
|
- `tokens`: Manage API tokens.
|
|
150
150
|
- `list`|`ls`: List API tokens.
|
|
151
151
|
- `refresh`: Refresh an API token.
|
|
152
|
+
- `upstream`: Manage upstreams for a repository.
|
|
153
|
+
- `cran`: Manage cran upstreams for a repository.
|
|
154
|
+
- `dart`: Manage dart upstreams for a repository.
|
|
155
|
+
- `deb`: Manage deb upstreams for a repository.
|
|
156
|
+
- `docker`: Manage docker upstreams for a repository.
|
|
157
|
+
- `helm`: Manage helm upstreams for a repository.
|
|
158
|
+
- `hex`: Manage hex upstreams for a repository.
|
|
159
|
+
- `maven`: Manage maven upstreams for a repository.
|
|
160
|
+
- `npm`: Manage npm upstreams for a repository.
|
|
161
|
+
- `nuget`: Manage nuget upstreams for a repository.
|
|
162
|
+
- `python`: Manage python upstreams for a repository.
|
|
163
|
+
- `rpm`: Manage rpm upstreams for a repository.
|
|
164
|
+
- `ruby`: Manage ruby upstreams for a repository.
|
|
165
|
+
- `swift`: Manage swift upstreams for a repository.
|
|
166
|
+
- `whoami`: Retrieve your current authentication status.
|
|
152
167
|
|
|
153
168
|
## Installation
|
|
154
169
|
|
|
@@ -53,7 +53,7 @@ setup(
|
|
|
53
53
|
"click-configfile>=0.2.3",
|
|
54
54
|
"click-didyoumean>=0.0.3",
|
|
55
55
|
"click-spinner>=0.1.7",
|
|
56
|
-
"cloudsmith-api>=2.0.
|
|
56
|
+
"cloudsmith-api>=2.0.22,<3.0", # Compatible upto (but excluding) 3.0+
|
|
57
57
|
"keyring>=25.4.1",
|
|
58
58
|
"requests>=2.18.4",
|
|
59
59
|
"requests_toolbelt>=0.8.0",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
1.8.2
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/__init__.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/command.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/entitlements.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/metrics/packages.py
RENAMED
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/commands/policy/vulnerability.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/policy/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_check.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_login.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_main.py
RENAMED
|
File without changes
|
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_repos.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_tokens.py
RENAMED
|
File without changes
|
{cloudsmith_cli-1.8.2 → cloudsmith_cli-1.8.4}/cloudsmith_cli/cli/tests/commands/test_upstream.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|