What is the syntax convention for our CLI? ## CLI Syntax 1. Method names - Follows OpenAI API: `cortex models get` - Follows Docker: `cortex models pull` 2. The order of `method` vs `required parameters` - `cortex models set <param>` - `cortex models <param> set` ## Command Chains 1. `cortex run <model_id>`: what sequence of calls does it make? 2. What other chaining do we have? 3. Do we automatically start engines based on the model?
What is the syntax convention for our CLI?
CLI Syntax
cortex models getcortex models pullmethodvsrequired parameterscortex models set <param>cortex models <param> setCommand Chains
cortex run <model_id>: what sequence of calls does it make?