Commit Graph

4 Commits

Author SHA1 Message Date
Shotaro Kohama 5b62596bf4
Make it possible to upload a version of the pipeline with CLI (#3672)
* Add upload_pipeline_version to kfp.Client

* Add the 'kfp pipeline upload_version' command to CLI

* Make sure to use upload_pipeline_version wihtout a helper func

* Make sure of the google coding style with yapf

* Fix up the pipeline id option

* Make the version and id options to the required options
2020-05-06 17:27:08 -07:00
Alexey Volkov ed3a3037b8
SDK - CLI - Fixed incompatibility with Python 3.5 (#3567) 2020-04-22 12:49:44 -07:00
sh-tatsuno 64fd0ced17
SDK/CLI: Implement CLI delete pipeline command (#2879)
* feat: add delete pipeline command

* fix: docstring
2020-03-09 04:47:34 -07:00
Ilias Katsakioris 3b1fc66b9d SDK/CLI: Implement kfp pipeline group (#2340)
* kfp pipeline upload
* kfp pipeline get
* kfp pipeline list
* Use logging [Set logging level to INFO]
* Catch exceptions raised in command calls and log them as errors
* Add comment for TODO kfp pipeline delete

Signed-off-by: Ilias Katsakioris <elikatsis@arrikto.com>
2019-10-18 19:09:36 -07:00