scaleoutsystems / stackn

A minimalistic and pluggable machine learning platform for Kubernetes.
http://www.scaleoutsystems.com
Apache License 2.0
35 stars 13 forks source link

Bugfix for Issues 238 #259

Closed carmat88 closed 3 years ago

carmat88 commented 3 years ago

Status

Description

This hotfix is meant to address issue #238. Stackn CLI was rather unstable; so this hotfix aims at making the CLI more stable and more user friendly via better feedback messages.

closes #238

Types of changes

Checklist

Further comments

Steps for reproducing the issue:

Steps for testing the patch code:

$ python3 -m venv stackn-cli-test
$ source stackn-cli-test/bin/activate
(stackn-cli-test) $ cd stackn/cli
(stackn-cli-test) $ pip install .

NOTE: if you get dependecies error, it can be related to the fact that you started a new clean virtual environments. So install needed dependencies via pip if need be.

Note: this is not by far a complete version of the CLI. The aim was rather to make it more stable and fix the bug with deleting apps.