-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update docs following CLI change #255
Conversation
src/zenml/cli/__init__.py
Outdated
@@ -169,7 +176,8 @@ | |||
|
|||
.. code:: bash | |||
|
|||
zenml metadata-store register METADATA_STORE_NAME METADATA_STORE_TYPE [--OPTIONS] | |||
zenml metadata-store register METADATA_STORE_NAME --type METADATA_STORE_TYPE | |||
[--OPTIONS] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm im wondering whether there should not be a new line here and down below? Might get rendered incorrectly and users might find it hard to copy paste
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only made that change because I saw that there was a lot of that that took place in the cleanup. Happy to add in that fix, though.
@htahir1 fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Pre-requisites
Please ensure you have done the following:
Types of changes
Describe changes
Updated docs to account for the switch from arguments to option flags in our 5 core components.