Mikhail Sveshnikov

Results 120 comments of Mikhail Sveshnikov

Some examples: `mlem declare --help` `mlem declare env --help` `mlem declare env docker --help`

Now it looks like this

Made less dirty and added for other commands This breaks backward compatibility for some of them because of rearranged arguments (`mlem serve model type` -> `mlem serve type model`) Also...

Left it for 1) backward compatibility 2) not sure all field names can be safely translated into option names

also closes iterative/mlem#351

@jorgeorpinel we kinda need to merge this to unblock other PRs, I will address your feedback in a separate PR though

It is turned off only on 3.7, on 3.8 and 3.9 it is on and passes. It also passes locally on pre-commit hook

This got lost somehow, sorry. `ls` returns "mlem object type -> list of mlem objects" mapping. What is unclear and how can we improve?

I'm thinking I can kickstart those drafts and this will be faster. But I need to finish #166 first

1. If you specify config for packaging you don't specify type that is why model argument goes before type argument, since type argument is optional. 2. mlem types works with...