cloudsmith-cli
cloudsmith-cli copied to clipboard
Cloudsmith Command Line Interface (CLI)
When using `cloudsmit-cli` on Python 3.12+, startup begins with a wall of warnings: ``` λ cloudsmith /home/c/.rye/tools/cloudsmith-cli/lib/python3.12/site-packages/cloudsmith_api/models/cran_upstream.py:431: SyntaxWarning: invalid escape sequence '\/' name is not None and not re.search('^\\w[\\w \\-\'\\.\/()]+$',...
Correction to error in the schema
- While we investigate an issue with `cloudsmith-api` v2.0.8.
I was originally looking here for a defect related to the CLI before realising the required changes were in the API. When reading through the docs I noticed some inconsistencies...
**Environment**: OS: windows 11 python 3.9.6 is installed cloudsmith --version ``` Versions: CLI Package Version: 1.1.1 API Package Version: 2.0.7 ``` I try to upload nuget package to cloudsmith with...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
Currently I have to use raw curl calls to interact with these API: https://help.cloudsmith.io/reference/repos_gpg_create https://help.cloudsmith.io/reference/repos_rsa_create Adding the corresponding get API and regenerate would probably also be useful.
Installing cloudsmith to Ubuntu docker container takes a long time. It'd be great that cloudsmith has its own docker image so that we can make use of it without doing...
Neither of these are supported in the CLI https://help.cloudsmith.io/reference/repos_privileges_list https://help.cloudsmith.io/reference/repos_privileges_partial_update making scripting of automation of repository privileges as part of CI/CD and configuration management as part of devops awkward, having...