A CLI tool commonly used by MT-SRE projects at Red Hat
Project description
# Managed Tenants CLI
A CLI tool commonly used by MT-SRE projects at Red Hat.
## Usage
### Available subcommands
### Available flags
## Install
From PyPI:
`bash $ pip install managedtenants_cli `
From source:
`bash $ python setup.py install `
## Develop
Install pre-commit hooks: `bash $ pre-commit install `
Install the development requirements:
`bash $ make develop `
Run the code checks:
`bash $ make check `
Run the tests:
`bash $ make test `
## Release
Update the VERSION file to reflect the new version. Submit a pull request and merge it to main. Once it is merged, you need to create a new tag and a new release. You can do this by clicking “Draft a new release” on the Releases page and then creating a new tag instead of selecting one from the dropdown. Please also use the option to “Generate release notes”. After that, a CI job will be triggered that will publish the package on PyPI.
Alternatively, you can create a new tag by running: ` git checkout main && git pull upstream main git tag X.Y.Z git push upstream X.Y.Z ` and then draft the release in the web UI.
## License
The default license of the code in this repository is [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). That applies for most of the code here, as they were written from scratch, but exceptions exist. In any case, each module carries the corresponding licensing information.
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 managedtenants_cli-1.49.5-py3-none-any.whl
.
File metadata
- Download URL: managedtenants_cli-1.49.5-py3-none-any.whl
- Upload date:
- Size: 72.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e9607c63d3e29ffe33c060f83920ec6905ae2074eb8ff9f2c7e41fac2acbc62 |
|
MD5 | 724e3706bc51fa2d8aa334604d148a78 |
|
BLAKE2b-256 | d7b99b3f66bece3e4b276c0ce560fe608d8e875432d065130bef9d667d740d8e |