pipelines/sdk/python/kfp/cli
hsteude a9ac0b95bc
fix(sdk): print docker error messages (#9595)
Without this commit, `kfp component build` doesn't print any error
messages that docker emits, e.g. if docker push fails.

Co-authored-by: Christian Geier <geier@lostpackets.de>
2023-06-13 00:47:02 +00:00
..
diagnose_me chore(sdk): Improve CLI utility function (#8686) 2023-01-17 14:51:50 -08:00
utils docs(sdk): refresh SDK public API docstrings (#8057) 2022-07-21 19:51:18 +00:00
__init__.py chore(sdk): clean up kfp code style (#8027) 2022-07-15 00:06:34 +00:00
__main__.py feat(sdk): add noun aliasing to cli (#7569) 2022-04-25 12:24:57 -06:00
cli.py docs(sdk): clean up kfp v2 cli reference docs (#8115) 2022-08-09 18:40:39 +00:00
cli_test.py docs(sdk): clean up kfp v2 cli reference docs (#8115) 2022-08-09 18:40:39 +00:00
compile_.py fix(sdk): Allow using cli `kfp dsl compile` to compile components (#8371) 2022-10-17 16:06:52 +00:00
compile_test.py fix(sdk): Allow using cli `kfp dsl compile` to compile components (#8371) 2022-10-17 16:06:52 +00:00
component.py fix(sdk): print docker error messages (#9595) 2023-06-13 00:47:02 +00:00
component_test.py fix(sdk): allow user to choose platform for component container build. Fixes #8883 (#9212) 2023-04-25 19:41:45 +00:00
diagnose_me_cli.py feat(sdk): improve cli help text (#7618) 2022-04-29 17:20:57 +00:00
dsl.py docs(sdk): clean up kfp v2 cli reference docs (#8115) 2022-08-09 18:40:39 +00:00
experiment.py feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112) 2023-04-12 09:54:45 -07:00
output.py feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112) 2023-04-12 09:54:45 -07:00
pipeline.py feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112) 2023-04-12 09:54:45 -07:00
recurring_run.py feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112) 2023-04-12 09:54:45 -07:00
run.py feat(SDK)!: SDK client v2beta1 API integration. Fixes #8706 (#9112) 2023-04-12 09:54:45 -07:00