Commit Graph

11 Commits

Author SHA1 Message Date
Mansoor Baba Shaik 0a7da2d2db
feat(sdk): Replace logging and print statements with click echo statements for cli (#4622) 2021-01-14 08:41:04 -08:00
Eugene Zapolsky 38946d88f8
feat(sdk): added pipeline name option to kfp run submit (#4535) 2020-11-03 04:54:15 -08:00
Mansoor Baba Shaik ce6cfa501d
feat(sdk): Adds missing short options to the cli (#4604) 2020-10-09 22:28:47 -07:00
Mansoor Baba Shaik dd1e3d8b76
feat(sdk): Added optional argument to specify description for pipeline upload (#4577) 2020-10-07 04:30:50 -07:00
Mansoor Baba Shaik 0795597562
feat(sdk): Support to print the cli command output in json format (#4566)
* Add support for json print format on command output

* Remove the additional log messages from cli command output
2020-10-01 12:13:19 -07:00
Niklas Hansson aae1eba096
feat(sdk): CLI - Allow upload_version by the pipeline's name. Fixes #3901 (#4087)
* Update _client.py

* Allow for passing name instead of only pipeline_id

* fixed old rebase issue

* protobuf fix

* raise error and remove f-string

* moved file

* updated python proto packages versions

* Update sdk/python/kfp/_client.py

* restructured and added to build

* changes structure of import

* Updated the files

* further updates of client and filter.proto

* alternative

* clean up

* clean up

* remove helperfiles

* futher clean up

* clean up or eaither name or id

* update doc strings

* remove page_size

* Update sdk/python/kfp/_client.py

Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>

* Update sdk/python/kfp/cli/pipeline.py

Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>

* updated to classical string formattin

Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>
2020-07-08 03:37:10 -07:00
Francis Laforge c9f621ad0c
feat: add kpf pipeline list-versions command (#3928) 2020-06-17 13:48:04 -07:00
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