Metadata-Version: 2.1
Name: mosaicml-cli
Version: 0.1.0a7
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: sphinx
Provides-Extra: all

#  Mosaic CLI (MCLI)

## Entrypoint Commands

```bash
mosaic
mcli
mos
m
```

```bash
mcli get
mcli create
mcli delete
mcli run
mcli sweep
```


### Tab Autocomplete

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


