reactor <command> --help to see the same text in your terminal.
reactor
| Command | Description |
|---|---|
reactor | The CLI for the Reactor platform |
reactor build | Build the workspace’s model container locally |
reactor doctor | Check that this machine is set up to use the Reactor CLI |
reactor init | Initialize a new Reactor model workspace |
reactor logs | Stream logs for a session or model instance |
reactor ls | List models registered against the current account |
reactor regions | List the canonical Reactor Regions usable in a deployment.yaml |
reactor run | Run the workspace’s model container locally |
reactor validate | Validate reactor.yaml and deployment.yaml without contacting the server |
reactor version | Print the reactor CLI version |
reactor welcome | Display the Reactor welcome screen |
reactor auth
| Command | Description |
|---|---|
reactor auth | Authentication commands |
reactor auth login | Authenticate with the Reactor platform |
reactor auth logout | Remove stored Reactor credentials |
reactor auth status | Show current authentication status |
reactor completion
| Command | Description |
|---|---|
reactor completion | Generate the autocompletion script for the specified shell |
reactor completion bash | Generate the autocompletion script for bash |
reactor completion fish | Generate the autocompletion script for fish |
reactor completion powershell | Generate the autocompletion script for powershell |
reactor completion zsh | Generate the autocompletion script for zsh |
reactor gpu
| Command | Description |
|---|---|
reactor gpu | Inspect accelerator (GPU) types the platform supports |
reactor gpu ls | List the accepted gpu_type values |
reactor model
| Command | Description |
|---|---|
reactor model | Model management commands |
reactor model delete | Delete a model from the Reactor platform |
reactor model deploy | Activate a published release on the platform |
reactor model instances | List the running instances of a model |
reactor model ls | List models registered against the current account |
reactor model publish | Build, push, and prepare a model release for deployment |
reactor model register | Register a new model with the Reactor platform |
reactor model status | Show model release status |
reactor model update | Update an existing model from its reactor.yaml spec |
reactor weights
| Command | Description |
|---|---|
reactor weights | Upload and inspect model weights |
reactor weights list | List uploaded artifacts for a model release |
reactor weights show | Show the bundle manifest summary for a model release |
reactor weights upload | Upload model weights to the Reactor platform |