Releases: bluek8s/configcli
Releases · bluek8s/configcli
Configuration CLI v0.8
The install script now supports a "--new" argument, which will install configcli with the "--user" argument to setup.py and put the scripts in a bin directory that is parallel to the lib directory of the modules.
These changes are not necessarily backwards compatible with existing kdapp startscripts. When a version of KubeDirector is released that will use this version of configcli, it will introduce a kdapp property for opting in to this new install behavior.
Configuration CLI v0.7.2
Fixed configcli installation to use the default python installation. The default is determined by what ever version is available in the PATH first.
Configuration CLI v0.7.1
Fixed configcli installation when python is installed in a non-standard directory
Configuration CLI v0.7
- Python 3 support
v0.6 release for configcli
Merge pull request #3 from madhusudhannr/master Updated to support 'connections'
Configuration CLI v0.5
Don't exist interactive shell due to parser errors. May be we should have a utility function to handle this...