ct live up

Create a new live session and spin up the compose project.

Usage

ct live up [OPTIONS]

Options

OptionDescription
-e, --env TEXTEnvironment name (uses current environment if not specified).
--env-onlyOnly select the environment.
-t, --main-task TEXTTask name (uses current task if not specified).
-s, --side-task TEXTSide task name (uses current side task if not specified).
--traj-dir-name TEXTExisting traj directory name to use.
--new-traj-dirCreate a new traj directory.
--no-traj-dirDo not use a traj directory.
-m, --mount-dir PATHMount directory for the container.
--mount-fresh-dirCreate 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-setupDo not run setup after spinning up the container.
--no-buildSkip Docker image builds and pull pre-built images (sets SKIP_DOCKER_BUILD=1).
--helpShow this message and exit.