@@ -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 ` : Authenticate the CLI against an organization's SAML configuration.
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 ` : Move (promote) a package to another repo.
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 ` : Manage the tags for a package in a repository.
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 commit comments