Metadata-Version: 2.1
Name: mosaicml-cli
Version: 0.0.5
Summary: Running stuff
Home-page: https://github.com/mosaicml/mosaicml-cli
Author: MosaicML
Author-email: team@mosaicml.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: all

#  Mosaic CLI (MCLI)

### Entrypoint Commands

```bash
mosaic
mos
m
```


#### Tab Autocomplete

To enable Tab completion run
``` bash
eval "$(register-python-argcomplete mosaic)"
eval "$(register-python-argcomplete mos)"
eval "$(register-python-argcomplete m)"
```


