Cloudsmith Command-Line Interface (CLI)
Project description
The Cloudsmith Command Line Interface (CLI) is a Py2/Py3 text-based interface to the API. This allows users, machines and other services to access and integrate smoothly with Cloudsmith without requiring explicit plugins or tools.
Features
The CLI currently supports the following commands:
check: Check the status/version of the service.
delete: Delete a package from a repository.
docs: Launch the help website in your browser.
push: Push/upload a new package to a repository.
status: Get the synchronisation status for a package.
token: Retrieve your API authentication token/key.
whoami: Retrieve your current authentication status.
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
Windows: C:\Users\YourName\AppData\cloudsmith
Both configuration files use the simple INI format, such as:
# Default configuration [default] api_key='1234567890abcdef1234567890abcdef' # Profile-based configuration (not working yet) [profile:cloudsmith] api_key='fedcba0987654321fedcba0987654321'
Non-Credentials (config.ini)
TODO
Credentials (credentials.ini)
You can specify the following configuration options:
api_key: To specify the authentication key/token for API access.
Examples
TODO: Provide a list of examples for the CLI tool.
Contributing
Yes! Please do contribute, this is why we love open source. Please see CONTRIBUTING.md for contribution guidelines when making code changes or raising issues for bug reports, ideas, discussions and/or questions (i.e. help required).
Releasing
To make a new release for cloudsmith-cli follow the procedure for virtualenv setup then:
$ bumpversion <major|minor|revision>
A tag will automatically created along with the version bump commit.
EOF
This quality product was brought to you by Cloudsmith and the fine folks mentioned in CONTRIBUTORS.md.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file cloudsmith_cli-0.1.0-py2.py3-none-any.whl
.
File metadata
- Download URL: cloudsmith_cli-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 27.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5834aee866b76bfcae00f355054c4a6c539c9a381ed2c5673f7af5c5062c0a74 |
|
MD5 | 59a7017b3dfe8683be815a276435d119 |
|
BLAKE2b-256 | dd683962f6c115db582eebb2323c58806f42ccc738e272bf7dff10f0cfd1bd4c |