You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+40Lines changed: 40 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@ The CLI currently supports the following commands (and sub-commands):
32
32
-`delete`|`rm`: Delete a package from a repository.
33
33
-`dependencies`|`deps`: List direct (non-transitive) dependencies for a package.
34
34
-`docs`: Launch the help website in your browser.
35
+
-`download`: Download a package from a repository.
35
36
-`entitlements`|`ents`: Manage the entitlements for a repository.
36
37
-`create`|`new`: Create a new entitlement in a repository.
37
38
-`delete`|`rm`: Delete an entitlement from a repository.
@@ -250,6 +251,45 @@ cloudsmith push rpm --help
250
251
```
251
252
252
253
254
+
## Downloading Packages
255
+
256
+
You can download packages from repositories using the `cloudsmith download` command. The CLI supports various filtering options to help you find and download the exact package you need.
For more advanced usage and all available options:
287
+
288
+
```
289
+
cloudsmith download --help
290
+
```
291
+
292
+
253
293
## Contributing
254
294
255
295
Yes! Please do contribute, this is why we love open source. Please see [CONTRIBUTING](https://github.com/cloudsmith-io/cloudsmith-cli/blob/master/CONTRIBUTING.md) for contribution guidelines when making code changes or raising issues for bug reports, ideas, discussions and/or questions (i.e. help required).
0 commit comments