This repository was archived by the owner on Apr 23, 2025. It is now read-only.
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
docs: add examples for CLI reference #184
Open
Description
While removing examples from CLI help in iterative/mlem#408, it was found that:
- These commands didn't existed in docs before, so we need to take their examples and put them to docs:
checkenv
,config
deployment
didn't have examples- Some commands in docs lacks the execution results, like this one:
$ mlem types ...
@mike0sv, I wonder, should we also code examples in your bootstrap script so they + their output would be generated?