Commit Graph

9 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
Mansoor Baba Shaik a8bd468265
feat(sdk): Fix print message for run submission with respect to output format (#4691) 2020-11-05 12:00:53 -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 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
Eugene Zapolsky 37362a3441
fix(sdk): added clearer error for case when user uses watch and argo isn't installed (#4511) 2020-09-20 04:12:29 -07:00
Francis Laforge 40f06bfc91
feat: allow to use pipeline version (#3930) 2020-06-18 13:45:11 -07:00
Paul Selden 3713410022
[SDK/CLI] Add version param to run_pipeline (#3339)
* [SDK/CLI] Add version param to run_pipeline

* Set PIPELINE_VERSION relationship to CREATOR

Also adds a note about pipeline_id taking precedence over version_id
2020-04-06 08:21:48 -07:00
hongye-sun a39ae8eb77 KFP CLI (#1449)
* kfp CLI

* Add fire dependency

* Use click instead of fire

* Refactor the cli command groups.
2019-06-08 00:39:05 -07:00