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