Skip to content

Releases: bluek8s/configcli

Configuration CLI v0.8

26 Jan 19:50
266626c
Compare
Choose a tag to compare

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

28 Oct 14:33
23a077c
Compare
Choose a tag to compare

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

27 Oct 20:51
aedd280
Compare
Choose a tag to compare

Fixed configcli installation when python is installed in a non-standard directory

Configuration CLI v0.7

06 Oct 13:50
3f35435
Compare
Choose a tag to compare
  • Python 3 support

v0.6 release for configcli

23 Sep 04:03
443384e
Compare
Choose a tag to compare
Merge pull request #3 from madhusudhannr/master

Updated to support 'connections'

Configuration CLI v0.5

08 Jan 20:02
Compare
Choose a tag to compare
Don't exist interactive shell due to parser errors.

May be we should have a utility function to handle this...