# cc-steer models


Inspect and flip the registry of lab-trained model versions.


``` bash
cc-steer models COMMAND [ARGS]...
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Usage: cc-steer models [OPTIONS] COMMAND [ARGS]...

      Inspect and flip the registry of lab-trained model versions.

    Options:
      --help  Show this message and exit.

    Commands:
      list      List registered versions, oldest first; the promoted one is...
      promote   Atomically point ``current`` at VERSION (full name or its...
      rollback  Flip ``current`` back to the version registered before it.


# Commands


`list`  
[List registered versions, oldest first; the promoted one is marked `*`.](../../reference/cli/models/list.md)

`promote`  
[Atomically point `current` at VERSION (full name or its `v<NNN>` prefix).](../../reference/cli/models/promote.md)

`rollback`  
[Flip `current` back to the version registered before it.](../../reference/cli/models/rollback.md)
