(cli-convert)=
Convert workspace configuration files between YAML and JSON formats.
.. argparse::
:module: tmuxp.cli
:func: create_parser
:prog: tmuxp
:path: convert
```console
$ tmuxp convert /path/to/file.yaml
```
```console
$ tmuxp convert /path/to/file.json
```
tmuxp automatically will prompt to convert .yaml to .json and
.json to .yaml.