cloudsmith-cli


Namecloudsmith-cli JSON
Version 1.2.3 PyPI version JSON
download
home_pagehttps://github.com/cloudsmith-io/cloudsmith-cli
SummaryCloudsmith Command-Line Interface (CLI)
upload_time2024-04-10 15:35:26
maintainerNone
docs_urlNone
authorCloudsmith Ltd
requires_python>=3.8.0
licenseApache License 2.0
keywords cloudsmith cli devops
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cloudsmith Command Line Interface (CLI)

[![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/badges/version/cloudsmith/cli/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/?render=true)](https://cloudsmith.io/~cloudsmith/repos/cli/packages/detail/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/)
[![Python Versions](https://img.shields.io/pypi/pyversions/cloudsmith-cli.svg)](https://pypi.python.org/pypi/cloudsmith-cli)
[![PyPI Version](https://img.shields.io/pypi/v/cloudsmith-cli.svg)](https://pypi.python.org/pypi/cloudsmith-cli)
[![CircleCI](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli.svg?style=svg)](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli)
[![Maintainability](https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/maintainability)](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/test_coverage)](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)


The [Cloudsmith](https://cloudsmith.io) Command Line Interface (CLI) is a Python 3 text-based interface to the [API](https://api.cloudsmith.io). This allows users, machines and other services to access and integrate smoothly with Cloudsmith without requiring explicit plugins or tools. [Be awesome. Automate Everything](https://cloudsmith.com/company/the-tao-of-cloudsmith/).

The following asciinema video demonstrates some of the CLI commands:
[![asciicast](https://asciinema.org/a/DkNXQWQGBjWkfGPAkDAPNz7xe.svg)](https://asciinema.org/a/DkNXQWQGBjWkfGPAkDAPNz7xe)

We also have a [demo video on YouTube](https://youtu.be/R-g8ZhDwTKk):

You can also read our [blog article](https://blog.cloudsmith.io/2017/11/25/automation-as-simple-as-a-b-cli/) that introduced the first version of the CLI and the Cloudsmith RESTful API.


## Changelog

Please see the [changelog](https://github.com/cloudsmith-io/cloudsmith-cli/blob/master/CHANGELOG.md) for the list of changes by version. The current version is displayed in the PyPi badge at the top.


## Features

The CLI currently supports the following commands (and sub-commands):

- `check`:                Check rate limits and service status.
- `copy`|`cp`:            Copy a package to another repository.
- `delete`|`rm`:          Delete a package from a repository.
- `dependencies`|`deps`:  List direct (non-transitive) dependencies for a package.
- `docs`:                 Launch the help website in your browser.
- `entitlements`|`ents`:  Manage the entitlements for a repository.
  - `create`|`new`:         Create a new entitlement in a repository.
  - `delete`|`rm`:          Delete an entitlement from a repository.
  - `list`|`ls`:            List entitlements for a repository.
  - `refresh`:              Refresh an entitlement in a repository.
  - `sync`:                 Sync entitlements from another repository.
  - `update`|`set`:         Update (patch) a entitlement in a repository.
- `help`:                 Display the delightful help message and exit.
- `list`|`ls`:            List distros, packages, repos and entitlements.
  - `dependencies`|`deps`   List direct (non-transitive) dependencies for a package.
  - `distros`:              List available distributions.
  - `entitlements`|`ents`:  List entitlements for a repository.
  - `packages`:             List packages for a repository. (Aliases `repos list`)
  - `repos`:                List repositories for a namespace (owner).
- `login`|`token`:        Retrieve your API authentication token/key via login.
- `metrics`:              Metrics and statistics for a repository.
  - `tokens`:               Retrieve bandwidth usage for entitlement tokens.
  - `packages`:             Retrieve package usage for repository.
- `move`|`mv`:            Move (promote) a package to another repo.
- `push`|`upload`:        Push (upload) a new package to a repository.
  - `alpine`:               Push (upload) a new Alpine package upstream.
  - `cargo`:                Push (upload) a new Cargo package upstream.
  - `composer`:             Push (upload) a new Composer package upstream.
  - `cocoapods`:            Push (upload) a new CocoaPods package upstream.
  - `conan`:                Push (upload) a new Conan (C++) package upstream.
  - `cran`:                 Push (upload) a new R/CRAN package upstream.
  - `deb`:                  Push (upload) a new Debian package upstream.
  - `docker`:               Push (upload) a new Docker image upstream.
  - `go`:                   Push (upload) a new Go module upstream.
  - `helm`:                 Push (upload) a new Helm package upstream.
  - `luarocks`:             Push (upload) a new Lua module upstream.
  - `maven`:                Push (upload) a new Maven package upstream.
  - `npm`:                  Push (upload) a new Npm package upstream.
  - `nuget`:                Push (upload) a new NuGet package upstream.
  - `python`:               Push (upload) a new Python package upstream.
  - `raw`:                  Push (upload) a new Raw package upstream.
  - `rpm`:                  Push (upload) a new RedHat package upstream.
  - `ruby`:                 Push (upload) a new Ruby package upstream.
  - `terraform`:            Push (upload) a new Terraform package upstream.
  - `vagrant`:              Push (upload) a new Vagrant package upstream.
- `quarantine`|`block`:   Manage quarantined packages in a repository.
  - `add`:                  Add a package to quarantine.
  - `remove`|`rm`|`restore`: Add a package to quarantine.
- `quota`:                Quota limits and history for a organisation.
  - `limits`:               Display the Quota (bandwidth & storage usage/limits) for a specific organisation.
  - `history`:              Display the Quota History (upload, download, and storage usage/limits) for a specific organisation.
- `repositories`|`repos`: Manage repositories.
  - `create`|`new`:         Create a new repository in a namespace.
  - `get`|`list`|`ls`:      List repositories for a user, in a namespace or get details for a specific repository.
  - `update`:               Update a repository in a namespace.
  - `delete`|`rm`:          Delete a repository from a namespace.
- `resync`:               Resynchronise a package in a repository.
- `status`:               Get the synchronisation status for a package.
- `tags`:                 Manage the tags for a package in a repository.
  - `add`:                  Add tags to a package in a repository.
  - `clear`:                Clear all existing (non-immutable) tags from a package in a repository.
  - `list`|`ls`:            List tags for a package in a repository.
  - `remove`|`rm`:          Remove tags from a package in a repository.
  - `replace`:              Replace all existing (non-immutable) tags on a package in a repository.
- `whoami`:               Retrieve your current authentication status.


## Installation

You can install the latest CLI application from:

- [Official CLI Repository @ PyPi](https://pypi.python.org/pypi/cloudsmith-cli)
- [Official CLI Repository @ Cloudsmith](https://cloudsmith.io/~cloudsmith/repos/cli/packages/)

The simplest way is to use `pip`, such as:

```
pip install --upgrade cloudsmith-cli
```

Or you can get the latest pre-release version from Cloudsmith:

```
pip install --upgrade cloudsmith-cli --extra-index-url=https://dl.cloudsmith.io/public/cloudsmith/cli/python/index/
```

## Configuration

There are two configuration files used by the CLI:

- `config.ini`: For non-credentials configuration.
- `credentials.ini`: For credentials (authentication) configuration.

By default, the CLI will look for these in the following locations:

- The current working directory.
- A directory called `cloudsmith` in the OS-defined application directory. For example:
  - Linux:
    - `$HOME/.config/cloudsmith`
    - `$HOME/.cloudsmith`
  - Mac OS:
    - `$HOME/Library/Application Support/cloudsmith`
    - `$HOME/.cloudsmith`
  - Windows:
    - `C:\Users\<user>\AppData\Local\cloudsmith` (Win7+, not roaming)
    - `C:\Users\<user>\AppData\Roaming\cloudsmith` (Win7+, roaming)
    - `C:\Documents and Settings\<user>\Application Data\cloudsmith` (WinXP, not roaming)
    - `C:\Documents and Settings\<user>\Local Settings\Application Data\cloudsmith` (WinXP, roaming)
    - `C:\Documents and Settings\<user>\.cloudsmith`

Both configuration files use the simple INI format, such as:

```
[default]
api_key=1234567890abcdef1234567890abcdef
```

### Non-Credentials (config.ini)

See the [default config](https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-cli/master/cloudsmith_cli/data/config.ini) in GitHub:

You can specify the following configuration options:

- `api_host`: The API host to connect to.
- `api_proxy`: The API proxy to connect through.
- `api_ssl_verify`: Whether or not to use SSL verification for requests.
- `api_user_agent`: The user agent to use for requests.

### Credentials (credentials.ini)

See the [default config](https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-cli/master/cloudsmith_cli/data/credentials.ini) in GitHub:

You can specify the following configuration options:

- `api_key`: The API key for authenticating with the API.


### Getting Your API Key

You'll need to provide authentication to Cloudsmith for any CLI actions that result in accessing private data or making changes to resources (such as pushing a new package to a repository)..

With the CLI this is simple to do. You can retrieve your API key using the `cloudsmith login` command:

```
cloudsmith login
Login: you@example.com
Password:
Repeat for confirmation:
```

*Note:* Please ensure you use your email for the 'Login' prompt and not your user slug/identifier.

The resulting output looks something like:

```
Retrieving API token for 'you@example.com' ... OK
Your API token is: 1234567890abcdef1234567890abcdef
```

Once you have your API key you can then put this into your `credentials.ini`, use it as an environment variable `export CLOUDSMITH_API_KEY=your_key_here` or pass it to the CLI using the `-k your_key_here` flag.

For convenience the CLI will ask you if you want to install the default configuration files, complete with your API key, if they don't already exist. Say 'y' or 'yes' to create the configuration files.

If the configuration files already exist, you'll have to manually put the API key into the configuration files, but the CLI will print out their locations.


## Uploading Packages

Although native uploads, i.e. those supported by the native ecosystem of a package format, are often preferred; it's easy to publish with the Cloudsmith CLI too!

For example, if you wanted to upload a Debian package, you can do it in one-step. Assuming you have a package filename **libxml2-2.9.4-2.x86_64.deb**, representing **libxml 2.9.4**, for the **Ubuntu 16.04** distribution (which has a cloudsmith identifier of **ubuntu/xenial**):

```
cloudsmith push deb your-account/your-repo/ubuntu/xenial libxml2-2.9.4-2.x86_64.deb
```

Want to know how to do it with another packaging format? Easy, just ask for help:

```
cloudsmith push rpm --help
```


## Contributing

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).


## License

Copyright 2018 Cloudsmith Ltd

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

     http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.


## EOF

This quality product was brought to you by [Cloudsmith](https://cloudsmith.io) and the [fine folks who have contributed](https://github.com/cloudsmith-io/cloudsmith-cli/blob/master/CONTRIBUTORS.md).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cloudsmith-io/cloudsmith-cli",
    "name": "cloudsmith-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8.0",
    "maintainer_email": null,
    "keywords": "cloudsmith, cli, devops",
    "author": "Cloudsmith Ltd",
    "author_email": "support@cloudsmith.io",
    "download_url": null,
    "platform": "any",
    "description": "# Cloudsmith Command Line Interface (CLI)\n\n[![Latest Version @ Cloudsmith](https://api-prd.cloudsmith.io/badges/version/cloudsmith/cli/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/?render=true)](https://cloudsmith.io/~cloudsmith/repos/cli/packages/detail/python/cloudsmith-cli/latest/xf=bdist_wheel;xn=cloudsmith-cli;xv=py2.py3/)\n[![Python Versions](https://img.shields.io/pypi/pyversions/cloudsmith-cli.svg)](https://pypi.python.org/pypi/cloudsmith-cli)\n[![PyPI Version](https://img.shields.io/pypi/v/cloudsmith-cli.svg)](https://pypi.python.org/pypi/cloudsmith-cli)\n[![CircleCI](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli.svg?style=svg)](https://circleci.com/gh/cloudsmith-io/cloudsmith-cli)\n[![Maintainability](https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/maintainability)](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/c4ce2988b461d7b31cd5/test_coverage)](https://codeclimate.com/github/cloudsmith-io/cloudsmith-cli/test_coverage)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n\n\nThe [Cloudsmith](https://cloudsmith.io) Command Line Interface (CLI) is a Python 3 text-based interface to the [API](https://api.cloudsmith.io). This allows users, machines and other services to access and integrate smoothly with Cloudsmith without requiring explicit plugins or tools. [Be awesome. Automate Everything](https://cloudsmith.com/company/the-tao-of-cloudsmith/).\n\nThe following asciinema video demonstrates some of the CLI commands:\n[![asciicast](https://asciinema.org/a/DkNXQWQGBjWkfGPAkDAPNz7xe.svg)](https://asciinema.org/a/DkNXQWQGBjWkfGPAkDAPNz7xe)\n\nWe also have a [demo video on YouTube](https://youtu.be/R-g8ZhDwTKk):\n\nYou can also read our [blog article](https://blog.cloudsmith.io/2017/11/25/automation-as-simple-as-a-b-cli/) that introduced the first version of the CLI and the Cloudsmith RESTful API.\n\n\n## Changelog\n\nPlease see the [changelog](https://github.com/cloudsmith-io/cloudsmith-cli/blob/master/CHANGELOG.md) for the list of changes by version. The current version is displayed in the PyPi badge at the top.\n\n\n## Features\n\nThe CLI currently supports the following commands (and sub-commands):\n\n- `check`:                Check rate limits and service status.\n- `copy`|`cp`:            Copy a package to another repository.\n- `delete`|`rm`:          Delete a package from a repository.\n- `dependencies`|`deps`:  List direct (non-transitive) dependencies for a package.\n- `docs`:                 Launch the help website in your browser.\n- `entitlements`|`ents`:  Manage the entitlements for a repository.\n  - `create`|`new`:         Create a new entitlement in a repository.\n  - `delete`|`rm`:          Delete an entitlement from a repository.\n  - `list`|`ls`:            List entitlements for a repository.\n  - `refresh`:              Refresh an entitlement in a repository.\n  - `sync`:                 Sync entitlements from another repository.\n  - `update`|`set`:         Update (patch) a entitlement in a repository.\n- `help`:                 Display the delightful help message and exit.\n- `list`|`ls`:            List distros, packages, repos and entitlements.\n  - `dependencies`|`deps`   List direct (non-transitive) dependencies for a package.\n  - `distros`:              List available distributions.\n  - `entitlements`|`ents`:  List entitlements for a repository.\n  - `packages`:             List packages for a repository. (Aliases `repos list`)\n  - `repos`:                List repositories for a namespace (owner).\n- `login`|`token`:        Retrieve your API authentication token/key via login.\n- `metrics`:              Metrics and statistics for a repository.\n  - `tokens`:               Retrieve bandwidth usage for entitlement tokens.\n  - `packages`:             Retrieve package usage for repository.\n- `move`|`mv`:            Move (promote) a package to another repo.\n- `push`|`upload`:        Push (upload) a new package to a repository.\n  - `alpine`:               Push (upload) a new Alpine package upstream.\n  - `cargo`:                Push (upload) a new Cargo package upstream.\n  - `composer`:             Push (upload) a new Composer package upstream.\n  - `cocoapods`:            Push (upload) a new CocoaPods package upstream.\n  - `conan`:                Push (upload) a new Conan (C++) package upstream.\n  - `cran`:                 Push (upload) a new R/CRAN package upstream.\n  - `deb`:                  Push (upload) a new Debian package upstream.\n  - `docker`:               Push (upload) a new Docker image upstream.\n  - `go`:                   Push (upload) a new Go module upstream.\n  - `helm`:                 Push (upload) a new Helm package upstream.\n  - `luarocks`:             Push (upload) a new Lua module upstream.\n  - `maven`:                Push (upload) a new Maven package upstream.\n  - `npm`:                  Push (upload) a new Npm package upstream.\n  - `nuget`:                Push (upload) a new NuGet package upstream.\n  - `python`:               Push (upload) a new Python package upstream.\n  - `raw`:                  Push (upload) a new Raw package upstream.\n  - `rpm`:                  Push (upload) a new RedHat package upstream.\n  - `ruby`:                 Push (upload) a new Ruby package upstream.\n  - `terraform`:            Push (upload) a new Terraform package upstream.\n  - `vagrant`:              Push (upload) a new Vagrant package upstream.\n- `quarantine`|`block`:   Manage quarantined packages in a repository.\n  - `add`:                  Add a package to quarantine.\n  - `remove`|`rm`|`restore`: Add a package to quarantine.\n- `quota`:                Quota limits and history for a organisation.\n  - `limits`:               Display the Quota (bandwidth & storage usage/limits) for a specific organisation.\n  - `history`:              Display the Quota History (upload, download, and storage usage/limits) for a specific organisation.\n- `repositories`|`repos`: Manage repositories.\n  - `create`|`new`:         Create a new repository in a namespace.\n  - `get`|`list`|`ls`:      List repositories for a user, in a namespace or get details for a specific repository.\n  - `update`:               Update a repository in a namespace.\n  - `delete`|`rm`:          Delete a repository from a namespace.\n- `resync`:               Resynchronise a package in a repository.\n- `status`:               Get the synchronisation status for a package.\n- `tags`:                 Manage the tags for a package in a repository.\n  - `add`:                  Add tags to a package in a repository.\n  - `clear`:                Clear all existing (non-immutable) tags from a package in a repository.\n  - `list`|`ls`:            List tags for a package in a repository.\n  - `remove`|`rm`:          Remove tags from a package in a repository.\n  - `replace`:              Replace all existing (non-immutable) tags on a package in a repository.\n- `whoami`:               Retrieve your current authentication status.\n\n\n## Installation\n\nYou can install the latest CLI application from:\n\n- [Official CLI Repository @ PyPi](https://pypi.python.org/pypi/cloudsmith-cli)\n- [Official CLI Repository @ Cloudsmith](https://cloudsmith.io/~cloudsmith/repos/cli/packages/)\n\nThe simplest way is to use `pip`, such as:\n\n```\npip install --upgrade cloudsmith-cli\n```\n\nOr you can get the latest pre-release version from Cloudsmith:\n\n```\npip install --upgrade cloudsmith-cli --extra-index-url=https://dl.cloudsmith.io/public/cloudsmith/cli/python/index/\n```\n\n## Configuration\n\nThere are two configuration files used by the CLI:\n\n- `config.ini`: For non-credentials configuration.\n- `credentials.ini`: For credentials (authentication) configuration.\n\nBy default, the CLI will look for these in the following locations:\n\n- The current working directory.\n- A directory called `cloudsmith` in the OS-defined application directory. For example:\n  - Linux:\n    - `$HOME/.config/cloudsmith`\n    - `$HOME/.cloudsmith`\n  - Mac OS:\n    - `$HOME/Library/Application Support/cloudsmith`\n    - `$HOME/.cloudsmith`\n  - Windows:\n    - `C:\\Users\\<user>\\AppData\\Local\\cloudsmith` (Win7+, not roaming)\n    - `C:\\Users\\<user>\\AppData\\Roaming\\cloudsmith` (Win7+, roaming)\n    - `C:\\Documents and Settings\\<user>\\Application Data\\cloudsmith` (WinXP, not roaming)\n    - `C:\\Documents and Settings\\<user>\\Local Settings\\Application Data\\cloudsmith` (WinXP, roaming)\n    - `C:\\Documents and Settings\\<user>\\.cloudsmith`\n\nBoth configuration files use the simple INI format, such as:\n\n```\n[default]\napi_key=1234567890abcdef1234567890abcdef\n```\n\n### Non-Credentials (config.ini)\n\nSee the [default config](https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-cli/master/cloudsmith_cli/data/config.ini) in GitHub:\n\nYou can specify the following configuration options:\n\n- `api_host`: The API host to connect to.\n- `api_proxy`: The API proxy to connect through.\n- `api_ssl_verify`: Whether or not to use SSL verification for requests.\n- `api_user_agent`: The user agent to use for requests.\n\n### Credentials (credentials.ini)\n\nSee the [default config](https://raw.githubusercontent.com/cloudsmith-io/cloudsmith-cli/master/cloudsmith_cli/data/credentials.ini) in GitHub:\n\nYou can specify the following configuration options:\n\n- `api_key`: The API key for authenticating with the API.\n\n\n### Getting Your API Key\n\nYou'll need to provide authentication to Cloudsmith for any CLI actions that result in accessing private data or making changes to resources (such as pushing a new package to a repository)..\n\nWith the CLI this is simple to do. You can retrieve your API key using the `cloudsmith login` command:\n\n```\ncloudsmith login\nLogin: you@example.com\nPassword:\nRepeat for confirmation:\n```\n\n*Note:* Please ensure you use your email for the 'Login' prompt and not your user slug/identifier.\n\nThe resulting output looks something like:\n\n```\nRetrieving API token for 'you@example.com' ... OK\nYour API token is: 1234567890abcdef1234567890abcdef\n```\n\nOnce you have your API key you can then put this into your `credentials.ini`, use it as an environment variable `export CLOUDSMITH_API_KEY=your_key_here` or pass it to the CLI using the `-k your_key_here` flag.\n\nFor convenience the CLI will ask you if you want to install the default configuration files, complete with your API key, if they don't already exist. Say 'y' or 'yes' to create the configuration files.\n\nIf the configuration files already exist, you'll have to manually put the API key into the configuration files, but the CLI will print out their locations.\n\n\n## Uploading Packages\n\nAlthough native uploads, i.e. those supported by the native ecosystem of a package format, are often preferred; it's easy to publish with the Cloudsmith CLI too!\n\nFor example, if you wanted to upload a Debian package, you can do it in one-step. Assuming you have a package filename **libxml2-2.9.4-2.x86_64.deb**, representing **libxml 2.9.4**, for the **Ubuntu 16.04** distribution (which has a cloudsmith identifier of **ubuntu/xenial**):\n\n```\ncloudsmith push deb your-account/your-repo/ubuntu/xenial libxml2-2.9.4-2.x86_64.deb\n```\n\nWant to know how to do it with another packaging format? Easy, just ask for help:\n\n```\ncloudsmith push rpm --help\n```\n\n\n## Contributing\n\nYes! 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).\n\n\n## License\n\nCopyright 2018 Cloudsmith Ltd\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\n\n     http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n\n\n## EOF\n\nThis quality product was brought to you by [Cloudsmith](https://cloudsmith.io) and the [fine folks who have contributed](https://github.com/cloudsmith-io/cloudsmith-cli/blob/master/CONTRIBUTORS.md).\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Cloudsmith Command-Line Interface (CLI)",
    "version": "1.2.3",
    "project_urls": {
        "Homepage": "https://github.com/cloudsmith-io/cloudsmith-cli"
    },
    "split_keywords": [
        "cloudsmith",
        " cli",
        " devops"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "29b63a6d4f94fda4d23795a66f12b99f8a291f145d12ee847e3403ca13b474bc",
                "md5": "c7d0381f512b418a25c0141b5cf91e21",
                "sha256": "308a112d693a1bcb9c8509463983ac8375e5899d7032b6123a100442bbacf9f4"
            },
            "downloads": -1,
            "filename": "cloudsmith_cli-1.2.3-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c7d0381f512b418a25c0141b5cf91e21",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8.0",
            "size": 107324,
            "upload_time": "2024-04-10T15:35:26",
            "upload_time_iso_8601": "2024-04-10T15:35:26.225608Z",
            "url": "https://files.pythonhosted.org/packages/29/b6/3a6d4f94fda4d23795a66f12b99f8a291f145d12ee847e3403ca13b474bc/cloudsmith_cli-1.2.3-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-10 15:35:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cloudsmith-io",
    "github_project": "cloudsmith-cli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "circle": true,
    "requirements": [],
    "lcname": "cloudsmith-cli"
}
        
Elapsed time: 0.25200s