# Complete CLI Reference This page provides the complete command-line interface reference for wf2wf. ```{note} Auto-generated CLI documentation requires the `sphinx-click` package. If not available, use `wf2wf --help` and `wf2wf COMMAND --help` for documentation. ``` ```{click} wf2wf.cli:cli :prog: wf2wf :show-nested: ``` ## Main Commands - `wf2wf convert` - Convert workflows between formats - `wf2wf validate` - Validate workflow files - `wf2wf info` - Show workflow information - `wf2wf bco` - Generate BioCompute Objects - `wf2wf cache` - Manage environment cache For detailed help on any command, use: ```bash wf2wf COMMAND --help ```