CLI Commands
generate
Generate a new project from a text prompt.
| Flag | Description |
|---|---|
--prompt <text> | (required) Description of the project to generate |
--template <id> | Use an existing project as a template |
--wait | Wait for the project to finish generating |
--api-key <key> | API key override |
--api-url <url> | API URL override |
status
Check the status of a generation job.
| Flag | Description |
|---|---|
--wait | Poll until the job completes or fails |
--api-key <key> | API key override |
list
List your projects.
| Flag | Description |
|---|---|
--published | Only show published projects |
--limit <n> | Max results (default: 20, max: 100) |
--api-key <key> | API key override |
get
Get details of a specific project.
login
Sign in and store an API key.
| Flag | Description |
|---|---|
--api-url <url> | Custom API URL |
~/.config/faces/credentials.json.