ct live up
Create a new live session and spin up the compose project.
Usage
ct live up [OPTIONS]
Options
| Option | Description |
|---|---|
-e, --env TEXT | Environment name (uses current environment if not specified). |
--env-only | Only select the environment. |
-t, --main-task TEXT | Task name (uses current task if not specified). |
-s, --side-task TEXT | Side task name (uses current side task if not specified). |
--traj-dir-name TEXT | Existing traj directory name to use. |
--new-traj-dir | Create a new traj directory. |
--no-traj-dir | Do not use a traj directory. |
-m, --mount-dir PATH | Mount directory for the container. |
--mount-fresh-dir | Create and mount a fresh local directory at container_mounts/[session_id]/app to /app in the container. Directory is automatically cleaned up on 'ct live down'. |
--no-setup | Do not run setup after spinning up the container. |
--no-build | Skip Docker image builds and pull pre-built images (sets SKIP_DOCKER_BUILD=1). |
--help | Show this message and exit. |