A cloudmesh command to bump the version in cloudmesh projects
Project description
The cloudmesh bumpversion command
Manual Page
Usage:
bumpversion patch
bumpversion minor
bumpversion major
bumpversion info
bumpversion set --version=VERSION
bumpversion --config=YAML --version=VERSION
Manages bumping the version for cloudmesh
Arguments:
VERSION the version number to set
YAML the yaml file name
Options:
--version=VERSION the version number to set
--config=YAML the YAML FILE
Description:
this program modifies the following files.
It reads the VERSION form the ./VERSION file
the number is of the form MAYOR.MINOR.PATCH
It increase the specified number
It writes the number to the files
./VERSION
./cloudmesh/cloudmesh-PACKAGE/__version__.py
> bumpversion patch
> increments the third number
> bumpversion minor
> increments the second number
> bumpversion mayor
> increments the first number
> bumpversion info
> lists the numbers and identifies if one of them is wrong
> bumpversion set --version=VERSION
> sets the version number to the spcified number
> bumpversion --config=YAML --version=VERSION
> sets the versions in the files specifed in the yaml file
> Example: bumpversion.yaml
>
> bumpversion:
> - cloudmesh/bumpversion/__version__.py
> - VERSION
Manual Page
Command bar
===========
::
Usage:
bar --file=FILE
bar list
bar [--parameter=PARAMETER] [--experiment=EXPERIMENT] [COMMAND...]
This command does some useful things.
Arguments:
FILE a file name
PARAMETER a parameterized parameter of the form "a[0-3],a5"
Options:
-f specify the file
Description:
> cms bar --parameter="a[1-2,5],a10"
> example on how to use Parameter.expand. See source code at
> https://github.com/cloudmesh/cloudmesh-bar/blob/main/cloudmesh/bar/command/bar.py
> prints the expanded parameter as a list
> ['a1', 'a2', 'a3', 'a4', 'a5', 'a10']
> bar exp --experiment=a=b,c=d
> example on how to use Parameter.arguments_to_dict. See source code at
> https://github.com/cloudmesh/cloudmesh-bar/blob/main/cloudmesh/bar/command/bar.py
> prints the parameter as dict
> {'a': 'b', 'c': 'd'}
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 Distribution
Built Distribution
Close
Hashes for cloudmesh-bumpversion-5.0.28.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e14a21fae6208d804d89373404ae94f532bc34a8a6433064fdf4109925f3b63 |
|
MD5 | 4eb8e31f5e27184ac0c3adefffae6320 |
|
BLAKE2b-256 | ed48d338026fdb078d20c889b7f0989cbc71ed583827400f52633c44f8652756 |
Close
Hashes for cloudmesh_bumpversion-5.0.28-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b5acc5b5698aefab6672574fb2a93ccee060950e48797bf2af2aea19d20a9032 |
|
MD5 | 4bbd3a4bf8fcfdcdb71a4b7194409c99 |
|
BLAKE2b-256 | b4b6544d4b0bb3c2f2f7c804ed2fc2917f58630bc9a827cde87346cab32e9873 |