* add docstring parsing utils
* implement docstring parsing for help text
* implement smoke test of all cli commands
* clean up use of optional in docstring
* make command descriptions more consistent
* fix disable_type_check
* update release notes
* Reformat sdk only using the new yapf config.
* Reformat docstrings using docformatter.
* update golden files to resolve diff caused by whitespaces
* fix some tests
* format .py files under sdk/python/tests using yapf
* additional docformatter
* fix some tests
* Update deprecated download_as_string to download_as_bytes
* Add more usage
* chore: Change python/kfp/cli from relative to absolute path
* chore: Change python/kfp/compiler from relative to absolute path
* Making json output format easier to read
* Update sdk/python/kfp/cli/diagnose_me_cli.py
good catch :)
Co-Authored-By: Jiaxiao Zheng <jxzheng@google.com>
* update based on feedback
* Sample env validation pipeline with diagnose_me
* removing files that I accidentally added
* update based on review feedback
Co-authored-by: Jiaxiao Zheng <jxzheng@google.com>