Commit Graph

8 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
Jiaxiao Zheng fb15223f7e
chore: Add doc strings marking the feature stages for SDK. (#4575)
* add doc strings

* Simplify the docstring

* fix unittest

* recover cli.py

* recover cli.py

* substitute docstring in resource ops with TODOs

* revert stable labels
2020-11-24 00:19:00 -08: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
Shotaro Kohama 291f5b3d7a
Add the 'kfp experiment' commands (#3705)
* Add the 'kfp experiment list' command

* Add the 'kfp experiment get' command

* Add the 'kfp experiment create' command

* Add the 'kfp experiment delete' command

* Add a caution to 'kfp experiment delete'

* Use directly the backend api method to list experiments

* Update a message based on the suggestion

https://github.com/kubeflow/pipelines/pull/3705#discussion_r424751792
2020-05-20 15:22:19 -07:00
Ning c74a9d8cd2 Add support for user account auth with IAP (#2626)
* Add support for user account auth with IAP

* add comments

* add the url in case open_new_tab does not work(AI Platform notebook).

* code refactor: move get_auth_token logic in auth.py

* store the credentials locally

* minior fix

* add support in kfp cli

* fix diagnose me bug

* add reference

* add todo for refresh token expiration

* address comments
2019-11-22 15:26:42 -08:00
sina chavoshi f2516b72ef Adding diagnose_me to CLI tool (#2543) 2019-11-05 18:29:01 -08: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
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