@@ -196,6 +196,7 @@ daytona code [WORKSPACE] [PROJECT] [flags]
196196__ Flags__
197197| Long | Short | Description |
198198| :--- | :---- | :---------- |
199+ | ` --auto-start ` | ` -a ` | Automatically start the project if it is not running |
199200| ` --ide ` | ` -i ` | Specify the IDE (vscode, browser, cursor, ssh, clion, goland, intellij, phpstorm, pycharm, rider, rubymine, webstorm) |
200201| ` --help ` | | help for daytona |
201202
@@ -273,11 +274,11 @@ __Flags__
273274| ` --custom-image ` | | Create the project with the custom image passed as the flag value; Requires setting --custom-image-user flag as well |
274275| ` --custom-image-user ` | | Create the project with the custom image user passed as the flag value; Requires setting --custom-image flag as well |
275276| ` --devcontainer-path ` | | Automatically assign the devcontainer builder with the path passed as the flag value |
277+ | ` --env ` | | Specify environment variables (e.g. --env 'KEY1=VALUE1' --env 'KEY2=VALUE2' ...') |
276278| ` --ide ` | ` -i ` | Specify the IDE (vscode, browser, cursor, ssh, clion, goland, intellij, phpstorm, pycharm, rider, rubymine, webstorm) |
277- | ` --manual ` | | Manually enter the Git repositories |
279+ | ` --manual ` | | Manually enter the Git repository |
278280| ` --multi-project ` | | Workspace with multiple projects/repos |
279281| ` --name ` | | Specify the workspace name |
280- | ` --provider ` | | Specify the provider (e.g. 'docker-provider') |
281282| ` --target ` | ` -t ` | Specify the target (e.g. 'local') |
282283| ` --help ` | | help for daytona |
283284
@@ -638,7 +639,14 @@ daytona project-config add [flags]
638639__ Flags__
639640| Long | Short | Description |
640641| :--- | :---- | :---------- |
642+ | ` --branch ` | | Specify the Git branch to use in the project |
643+ | ` --builder ` | | Specify the builder (currently auto/devcontainer/none) |
644+ | ` --custom-image ` | | Create the project with the custom image passed as the flag value; Requires setting --custom-image-user flag as well |
645+ | ` --custom-image-user ` | | Create the project with the custom image user passed as the flag value; Requires setting --custom-image flag as well |
646+ | ` --devcontainer-path ` | | Automatically assign the devcontainer builder with the path passed as the flag value |
647+ | ` --env ` | | Specify environment variables (e.g. --env 'KEY1=VALUE1' --env 'KEY2=VALUE2' ...') |
641648| ` --manual ` | | Manually enter the Git repository |
649+ | ` --name ` | | Specify the project config name |
642650| ` --help ` | | help for daytona |
643651
644652## daytona project-config delete
@@ -906,12 +914,13 @@ __Flags__
906914SSH into a project using the terminal
907915
908916``` shell
909- daytona ssh [WORKSPACE] [PROJECT] [flags]
917+ daytona ssh [WORKSPACE] [PROJECT] [CMD...] [ flags]
910918```
911919
912920__ Flags__
913921| Long | Short | Description |
914922| :--- | :---- | :---------- |
923+ | ` --auto-start ` | ` -a ` | Automatically start the project if it is not running |
915924| ` --help ` | | help for daytona |
916925
917926## daytona start
@@ -926,6 +935,7 @@ __Flags__
926935| Long | Short | Description |
927936| :--- | :---- | :---------- |
928937| ` --all ` | ` -a ` | Start all workspaces |
938+ | ` --code ` | ` -c ` | Open the workspace in the IDE after workspace start |
929939| ` --project ` | ` -p ` | Start a single project in the workspace (project name) |
930940| ` --help ` | | help for daytona |
931941
0 commit comments