projectatomic / vagrant-service-manager

To provide the user a CLI to configure the ADB/CDK for different use cases and to provide glue between ADB/CDK and the user's developer environment.
GNU General Public License v2.0
18 stars 16 forks source link

Support path as folder path instead of path with binary name in install-cli --path option. #446

Closed coolbrg closed 7 years ago

coolbrg commented 7 years ago

Currently, the 'install-cli' --path option need the mention of binary name like 'oc' or 'docker'.

Eg: --path /home/user/cli/oc

for Openshift.

We should support path as folder instead of binary path.