diff --git a/package.json b/package.json index c1a04c8..aa50c4a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docs", "license": "Apache-2.0", "type": "module", - "version": "0.48.0", + "version": "0.49.0", "scripts": { "postinstall": "is-ci || husky", "dev": "astro dev --host", diff --git a/public/llms-full.txt b/public/llms-full.txt index fc503ce..deb192f 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -2463,9 +2463,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```shell # x86-64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-linux-amd64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-linux-amd64 -o daytona # ARM64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-linux-arm64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-linux-arm64 -o daytona ``` ::: @@ -2488,9 +2488,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```shell # x86-64/Intel-based -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-darwin-amd64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-darwin-amd64 -o daytona # ARM64/Apple Silicon -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-darwin-arm64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-darwin-arm64 -o daytona ``` ::: @@ -2506,7 +2506,7 @@ Install Daytona on Windows using the following PowerShell script: ```powershell $architecture = if ($env:PROCESSOR_ARCHITECTURE -eq "AMD64") { "amd64" } else { "arm64" } md -Force "$Env:APPDATA\bin\daytona"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'; -Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.48/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; +Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.49/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; $env:Path += ";" + $Env:APPDATA + "\bin\daytona"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User); daytona serve; ``` @@ -2516,9 +2516,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```sh # x86-64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-amd64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-amd64.exe -o daytona # AArch64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-arm64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-arm64.exe -o daytona ``` ::: @@ -2659,9 +2659,9 @@ sidebar: The `daytona` command-line tool provides access to Daytona's core features. You can use the `daytona` tool for the following operations: -* Managing the lifecycle of the Daytona Server. -* Managing [Workspaces](../usage/workspaces), [Git Providers](../configuration/git-providers), [Providers](../configuration/providers), and other Daytona components. -* Configuring the [Daytona Server](../configuration/server) interactively. +* Managing the lifecycle of the Daytona Server. +* Managing [Workspaces](../usage/workspaces), [Git Providers](../configuration/git-providers), [Providers](../configuration/providers), and other Daytona components. +* Configuring the [Daytona Server](../configuration/server) interactively. This reference lists all commands supported by the `daytona` command-line tool complete with a description of their behaviour, and any supported flags. You can access this documentation on a per-command basis by appending the `--help`/`-h` flag when invoking `daytona`. @@ -2671,7 +2671,6 @@ This reference does not apply to the `daytona` command when run inside of a Work ## daytona - Daytona is a Dev Environment Manager ```shell @@ -2684,8 +2683,8 @@ __Flags__ | `--help` | | help for daytona | | `--version` | `-v` | Display the version of Daytona | -## daytona api-key +## daytona api-key Api Key commands ```shell @@ -2697,8 +2696,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona api-key generate +## daytona api-key generate Generate a new API key ```shell @@ -2710,8 +2709,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona api-key list +## daytona api-key list List API keys ```shell @@ -2724,8 +2723,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona api-key revoke +## daytona api-key revoke Revoke an API key ```shell @@ -2738,8 +2737,8 @@ __Flags__ | `--yes` | `-y` | Skip confirmation prompt | | `--help` | | help for daytona | -## daytona autocomplete +## daytona autocomplete Adds a completion script for your shell environment ```shell @@ -2758,7 +2757,6 @@ macOS Installation: ```brew install bash-completion``` ## daytona build - Manage builds ```shell @@ -2770,8 +2768,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona build delete +## daytona build delete Delete a build ```shell @@ -2786,8 +2784,8 @@ __Flags__ | `--prebuild-id` | | Delete ALL builds from prebuild | | `--help` | | help for daytona | -## daytona build info +## daytona build info Show build info ```shell @@ -2800,8 +2798,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona build list +## daytona build list List all builds ```shell @@ -2814,8 +2812,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona build logs +## daytona build logs View logs for build ```shell @@ -2828,8 +2826,8 @@ __Flags__ | `--follow` | `-f` | Follow logs | | `--help` | | help for daytona | -## daytona build run +## daytona build run Run a build from a project config ```shell @@ -2841,8 +2839,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona code +## daytona code Open a workspace in your preferred IDE ```shell @@ -2856,8 +2854,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | -## daytona config +## daytona config Output Daytona configuration ```shell @@ -2871,8 +2869,8 @@ __Flags__ | `--show-api-keys` | `-k` | Show API keys | | `--help` | | help for daytona | -## daytona container-registry +## daytona container-registry Manage container registries ```shell @@ -2884,8 +2882,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona container-registry delete +## daytona container-registry delete Delete a container registry ```shell @@ -2897,8 +2895,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona container-registry list +## daytona container-registry list Lists container registries ```shell @@ -2911,8 +2909,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona container-registry set +## daytona container-registry set Set container registry ```shell @@ -2927,8 +2925,8 @@ __Flags__ | `--username` | `-u` | Username | | `--help` | | help for daytona | -## daytona create +## daytona create Create a workspace ```shell @@ -2955,8 +2953,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | -## daytona delete +## daytona delete Delete a workspace ```shell @@ -2971,8 +2969,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | -## daytona docs +## daytona docs Opens the Daytona documentation in your default browser. ```shell @@ -2984,10 +2982,11 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona env +## daytona env Manage profile environment variables that are added to all workspaces + ```shell daytona env [flags] ``` @@ -2997,8 +2996,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona env list +## daytona env list List profile environment variables ```shell @@ -3011,8 +3010,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona env set +## daytona env set Set profile environment variables ```shell @@ -3024,8 +3023,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona forward +## daytona forward Forward a port from a project to your local machine ```shell @@ -3038,8 +3037,8 @@ __Flags__ | `--public` | | Should be port be available publicly via an URL | | `--help` | | help for daytona | -## daytona git-providers +## daytona git-providers Manage Git providers ```shell @@ -3051,8 +3050,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona git-providers add +## daytona git-providers add Register a Git provider ```shell @@ -3070,8 +3069,8 @@ __Flags__ | `--username` | `-u` | Username | | `--help` | | help for daytona | -## daytona git-providers delete +## daytona git-providers delete Unregister a Git provider ```shell @@ -3085,8 +3084,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | -## daytona git-providers list +## daytona git-providers list Lists your registered Git providers ```shell @@ -3099,8 +3098,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona git-providers update +## daytona git-providers update Update a Git provider ```shell @@ -3112,8 +3111,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona ide +## daytona ide Choose the default IDE ```shell @@ -3125,8 +3124,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona info +## daytona info Show workspace info ```shell @@ -3139,8 +3138,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona list +## daytona list List workspaces ```shell @@ -3154,8 +3153,8 @@ __Flags__ | `--verbose` | `-v` | Show verbose output | | `--help` | | help for daytona | -## daytona logs +## daytona logs View logs for a workspace/project ```shell @@ -3169,8 +3168,8 @@ __Flags__ | `--workspace` | `-w` | View workspace logs | | `--help` | | help for daytona | -## daytona prebuild +## daytona prebuild Manage prebuilds ```shell @@ -3182,8 +3181,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona prebuild add +## daytona prebuild add Add a prebuild configuration ```shell @@ -3200,8 +3199,8 @@ __Flags__ | `--trigger-files` | `-t` | Full paths of files whose changes should explicitly trigger a prebuild | | `--help` | | help for daytona | -## daytona prebuild delete +## daytona prebuild delete Delete a prebuild configuration ```shell @@ -3214,8 +3213,8 @@ __Flags__ | `--force` | `-f` | Force delete prebuild | | `--help` | | help for daytona | -## daytona prebuild info +## daytona prebuild info Show prebuild configuration info ```shell @@ -3228,8 +3227,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona prebuild list +## daytona prebuild list List prebuild configurations ```shell @@ -3242,8 +3241,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona prebuild update +## daytona prebuild update Update a prebuild configuration ```shell @@ -3260,8 +3259,8 @@ __Flags__ | `--trigger-files` | `-t` | Full paths of files whose changes should explicitly trigger a prebuild | | `--help` | | help for daytona | -## daytona profile +## daytona profile Manage profiles ```shell @@ -3273,8 +3272,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona profile add +## daytona profile add Add profile ```shell @@ -3289,8 +3288,8 @@ __Flags__ | `--name` | `-n` | Profile name | | `--help` | | help for daytona | -## daytona profile delete +## daytona profile delete Delete profile [PROFILE_NAME] ```shell @@ -3302,8 +3301,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona profile edit +## daytona profile edit Edit profile [PROFILE_NAME] ```shell @@ -3318,8 +3317,8 @@ __Flags__ | `--name` | `-n` | Profile name | | `--help` | | help for daytona | -## daytona profile list +## daytona profile list List profiles ```shell @@ -3332,8 +3331,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona project-config +## daytona project-config Manage project configs ```shell @@ -3345,8 +3344,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona project-config add +## daytona project-config add Add a project config ```shell @@ -3366,8 +3365,8 @@ __Flags__ | `--name` | | Specify the project config name | | `--help` | | help for daytona | -## daytona project-config delete +## daytona project-config delete Delete a project config ```shell @@ -3382,8 +3381,37 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | -## daytona project-config info +## daytona project-config export +Export a project config + +```shell +daytona project-config export [flags] +``` + +__Flags__ +| Long | Short | Description | +| :--- | :---- | :---------- | +| `--all` | `-a` | Export all project configs | +| `--format` | `-f` | Output format. Must be one of (yaml, json) | +| `--help` | | help for daytona | + + +## daytona project-config import +Import project config from JSON + +```shell +daytona project-config import [flags] +``` + +__Flags__ +| Long | Short | Description | +| :--- | :---- | :---------- | +| `--file` | `-f` | Import project config from a JSON file. Use '-' to read from stdin. | +| `--help` | | help for daytona | + + +## daytona project-config info Show project config info ```shell @@ -3396,8 +3424,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona project-config list +## daytona project-config list Lists project configs ```shell @@ -3410,8 +3438,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona project-config set-default +## daytona project-config set-default Set project config info ```shell @@ -3423,8 +3451,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona project-config update +## daytona project-config update Update a project config ```shell @@ -3436,8 +3464,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona provider +## daytona provider Manage providers ```shell @@ -3449,8 +3477,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona provider install +## daytona provider install Install provider ```shell @@ -3463,8 +3491,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | -## daytona provider list +## daytona provider list List installed providers ```shell @@ -3477,8 +3505,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona provider uninstall +## daytona provider uninstall Uninstall provider ```shell @@ -3490,8 +3518,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona provider update +## daytona provider update Update provider ```shell @@ -3504,8 +3532,8 @@ __Flags__ | `--all` | `-a` | Update all providers | | `--help` | | help for daytona | -## daytona purge +## daytona purge Purges all Daytona data from the current device ```shell @@ -3519,8 +3547,8 @@ __Flags__ | `--yes` | `-y` | Execute purge without prompt | | `--help` | | help for daytona | -## daytona restart +## daytona restart Restart a workspace ```shell @@ -3533,8 +3561,8 @@ __Flags__ | `--project` | `-p` | Restart a single project in the workspace (project name) | | `--help` | | help for daytona | -## daytona serve +## daytona serve Run the server process in the current terminal session ```shell @@ -3546,8 +3574,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona server +## daytona server Start the server process in daemon mode ```shell @@ -3560,8 +3588,8 @@ __Flags__ | `--yes` | `-y` | Skip the confirmation prompt | | `--help` | | help for daytona | -## daytona server config +## daytona server config Output local Daytona Server config ```shell @@ -3574,8 +3602,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona server configure +## daytona server configure Configure Daytona Server ```shell @@ -3587,8 +3615,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona server logs +## daytona server logs Output Daytona Server logs ```shell @@ -3603,8 +3631,8 @@ __Flags__ | `--local` | `-l` | Read local server log files | | `--help` | | help for daytona | -## daytona server logs list +## daytona server logs list Lists Daytona Server Log Files ```shell @@ -3616,8 +3644,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona server restart +## daytona server restart Restarts the Daytona Server daemon ```shell @@ -3629,8 +3657,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona server start +## daytona server start Start the Daytona Server daemon ```shell @@ -3642,8 +3670,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona server stop +## daytona server stop Stops the Daytona Server daemon ```shell @@ -3655,8 +3683,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona ssh +## daytona ssh SSH into a project using the terminal ```shell @@ -3671,8 +3699,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | -## daytona start +## daytona start Start a workspace ```shell @@ -3688,8 +3716,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | -## daytona stop +## daytona stop Stop a workspace ```shell @@ -3703,8 +3731,8 @@ __Flags__ | `--project` | `-p` | Stop a single project in the workspace (project name) | | `--help` | | help for daytona | -## daytona target +## daytona target Manage provider targets ```shell @@ -3716,8 +3744,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona target list +## daytona target list List targets ```shell @@ -3730,8 +3758,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | -## daytona target remove +## daytona target remove Remove target ```shell @@ -3744,8 +3772,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion of all workspaces without prompt | | `--help` | | help for daytona | -## daytona target set-default +## daytona target set-default Set target to be used by default ```shell @@ -3757,8 +3785,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona target set +## daytona target set Set provider target ```shell @@ -3770,8 +3798,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona telemetry +## daytona telemetry Manage telemetry collection ```shell @@ -3783,8 +3811,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona telemetry disable +## daytona telemetry disable Disable telemetry collection ```shell @@ -3796,8 +3824,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona telemetry enable +## daytona telemetry enable Enable telemetry collection ```shell @@ -3809,8 +3837,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona use +## daytona use Use profile [PROFILE_NAME] ```shell @@ -3822,8 +3850,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona version +## daytona version Print the version number ```shell @@ -3835,8 +3863,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | -## daytona whoami +## daytona whoami Display information about the active user ```shell diff --git a/public/llms.txt b/public/llms.txt index 61ada1e..18a48b3 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -120,6 +120,8 @@ - [daytona project-config](https://daytona.io/docs/tools/cli#daytona-project-config) - [daytona project-config add](https://daytona.io/docs/tools/cli#daytona-project-config-add) - [daytona project-config delete](https://daytona.io/docs/tools/cli#daytona-project-config-delete) +- [daytona project-config export](https://daytona.io/docs/tools/cli#daytona-project-config-export) +- [daytona project-config import](https://daytona.io/docs/tools/cli#daytona-project-config-import) - [daytona project-config info](https://daytona.io/docs/tools/cli#daytona-project-config-info) - [daytona project-config list](https://daytona.io/docs/tools/cli#daytona-project-config-list) - [daytona project-config set-default](https://daytona.io/docs/tools/cli#daytona-project-config-set-default) diff --git a/public/search.json b/public/search.json index 8895e0d..4f788bb 100644 --- a/public/search.json +++ b/public/search.json @@ -967,13 +967,29 @@ "slug": "/tools/cli#daytona-project-config-delete", "objectID": 121 }, + { + "title": "daytona project-config export", + "description": "Export a project config", + "tag": "Documentation", + "url": "/docs/tools/cli#daytona-project-config-export", + "slug": "/tools/cli#daytona-project-config-export", + "objectID": 122 + }, + { + "title": "daytona project-config import", + "description": "Import project config from JSON", + "tag": "Documentation", + "url": "/docs/tools/cli#daytona-project-config-import", + "slug": "/tools/cli#daytona-project-config-import", + "objectID": 123 + }, { "title": "daytona project-config info", "description": "Show project config info", "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-info", "slug": "/tools/cli#daytona-project-config-info", - "objectID": 122 + "objectID": 124 }, { "title": "daytona project-config list", @@ -981,7 +997,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-list", "slug": "/tools/cli#daytona-project-config-list", - "objectID": 123 + "objectID": 125 }, { "title": "daytona project-config set-default", @@ -989,7 +1005,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-set-default", "slug": "/tools/cli#daytona-project-config-set-default", - "objectID": 124 + "objectID": 126 }, { "title": "daytona project-config update", @@ -997,7 +1013,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-update", "slug": "/tools/cli#daytona-project-config-update", - "objectID": 125 + "objectID": 127 }, { "title": "daytona provider", @@ -1005,7 +1021,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider", "slug": "/tools/cli#daytona-provider", - "objectID": 126 + "objectID": 128 }, { "title": "daytona provider install", @@ -1013,7 +1029,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-install", "slug": "/tools/cli#daytona-provider-install", - "objectID": 127 + "objectID": 129 }, { "title": "daytona provider list", @@ -1021,7 +1037,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-list", "slug": "/tools/cli#daytona-provider-list", - "objectID": 128 + "objectID": 130 }, { "title": "daytona provider uninstall", @@ -1029,7 +1045,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-uninstall", "slug": "/tools/cli#daytona-provider-uninstall", - "objectID": 129 + "objectID": 131 }, { "title": "daytona provider update", @@ -1037,7 +1053,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-update", "slug": "/tools/cli#daytona-provider-update", - "objectID": 130 + "objectID": 132 }, { "title": "daytona purge", @@ -1045,7 +1061,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-purge", "slug": "/tools/cli#daytona-purge", - "objectID": 131 + "objectID": 133 }, { "title": "daytona restart", @@ -1053,7 +1069,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-restart", "slug": "/tools/cli#daytona-restart", - "objectID": 132 + "objectID": 134 }, { "title": "daytona serve", @@ -1061,7 +1077,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-serve", "slug": "/tools/cli#daytona-serve", - "objectID": 133 + "objectID": 135 }, { "title": "daytona server", @@ -1069,7 +1085,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server", "slug": "/tools/cli#daytona-server", - "objectID": 134 + "objectID": 136 }, { "title": "daytona server config", @@ -1077,7 +1093,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-config", "slug": "/tools/cli#daytona-server-config", - "objectID": 135 + "objectID": 137 }, { "title": "daytona server configure", @@ -1085,7 +1101,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-configure", "slug": "/tools/cli#daytona-server-configure", - "objectID": 136 + "objectID": 138 }, { "title": "daytona server logs", @@ -1093,7 +1109,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-logs", "slug": "/tools/cli#daytona-server-logs", - "objectID": 137 + "objectID": 139 }, { "title": "daytona server logs list", @@ -1101,7 +1117,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-logs-list", "slug": "/tools/cli#daytona-server-logs-list", - "objectID": 138 + "objectID": 140 }, { "title": "daytona server restart", @@ -1109,7 +1125,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-restart", "slug": "/tools/cli#daytona-server-restart", - "objectID": 139 + "objectID": 141 }, { "title": "daytona server start", @@ -1117,7 +1133,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-start", "slug": "/tools/cli#daytona-server-start", - "objectID": 140 + "objectID": 142 }, { "title": "daytona server stop", @@ -1125,7 +1141,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-stop", "slug": "/tools/cli#daytona-server-stop", - "objectID": 141 + "objectID": 143 }, { "title": "daytona ssh", @@ -1133,7 +1149,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-ssh", "slug": "/tools/cli#daytona-ssh", - "objectID": 142 + "objectID": 144 }, { "title": "daytona start", @@ -1141,7 +1157,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-start", "slug": "/tools/cli#daytona-start", - "objectID": 143 + "objectID": 145 }, { "title": "daytona stop", @@ -1149,7 +1165,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-stop", "slug": "/tools/cli#daytona-stop", - "objectID": 144 + "objectID": 146 }, { "title": "daytona target", @@ -1157,7 +1173,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target", "slug": "/tools/cli#daytona-target", - "objectID": 145 + "objectID": 147 }, { "title": "daytona target list", @@ -1165,7 +1181,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-list", "slug": "/tools/cli#daytona-target-list", - "objectID": 146 + "objectID": 148 }, { "title": "daytona target remove", @@ -1173,7 +1189,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-remove", "slug": "/tools/cli#daytona-target-remove", - "objectID": 147 + "objectID": 149 }, { "title": "daytona target set-default", @@ -1181,7 +1197,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-set-default", "slug": "/tools/cli#daytona-target-set-default", - "objectID": 148 + "objectID": 150 }, { "title": "daytona target set", @@ -1189,7 +1205,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-set", "slug": "/tools/cli#daytona-target-set", - "objectID": 149 + "objectID": 151 }, { "title": "daytona telemetry", @@ -1197,7 +1213,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry", "slug": "/tools/cli#daytona-telemetry", - "objectID": 150 + "objectID": 152 }, { "title": "daytona telemetry disable", @@ -1205,7 +1221,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry-disable", "slug": "/tools/cli#daytona-telemetry-disable", - "objectID": 151 + "objectID": 153 }, { "title": "daytona telemetry enable", @@ -1213,7 +1229,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry-enable", "slug": "/tools/cli#daytona-telemetry-enable", - "objectID": 152 + "objectID": 154 }, { "title": "daytona use", @@ -1221,7 +1237,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-use", "slug": "/tools/cli#daytona-use", - "objectID": 153 + "objectID": 155 }, { "title": "daytona version", @@ -1229,7 +1245,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-version", "slug": "/tools/cli#daytona-version", - "objectID": 154 + "objectID": 156 }, { "title": "daytona whoami", @@ -1237,7 +1253,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-whoami", "slug": "/tools/cli#daytona-whoami", - "objectID": 155 + "objectID": 157 }, { "title": "Docker Extension", @@ -1245,7 +1261,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension", "slug": "/tools/docker-extension", - "objectID": 156 + "objectID": 158 }, { "title": "Prerequisites", @@ -1253,7 +1269,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#prerequisites", "slug": "/tools/docker-extension#prerequisites", - "objectID": 157 + "objectID": 159 }, { "title": "Installation", @@ -1261,7 +1277,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#installation", "slug": "/tools/docker-extension#installation", - "objectID": 158 + "objectID": 160 }, { "title": "Manual */}", @@ -1269,7 +1285,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#manual-", "slug": "/tools/docker-extension#manual-", - "objectID": 159 + "objectID": 161 }, { "title": "Create a Workspace", @@ -1277,7 +1293,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#create-a-workspace", "slug": "/tools/docker-extension#create-a-workspace", - "objectID": 160 + "objectID": 162 }, { "title": "Open an Existing Workspace", @@ -1285,7 +1301,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#open-an-existing-workspace", "slug": "/tools/docker-extension#open-an-existing-workspace", - "objectID": 161 + "objectID": 163 }, { "title": "Manage a Workspace", @@ -1293,7 +1309,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#manage-a-workspace", "slug": "/tools/docker-extension#manage-a-workspace", - "objectID": 162 + "objectID": 164 }, { "title": "Delete a Workspace", @@ -1301,7 +1317,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#delete-a-workspace", "slug": "/tools/docker-extension#delete-a-workspace", - "objectID": 163 + "objectID": 165 }, { "title": "Builders", @@ -1309,7 +1325,7 @@ "tag": "Documentation", "url": "/docs/usage/builders", "slug": "/usage/builders", - "objectID": 164 + "objectID": 166 }, { "title": "Automatic", @@ -1317,7 +1333,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#automatic", "slug": "/usage/builders#automatic", - "objectID": 165 + "objectID": 167 }, { "title": "Dev Container", @@ -1325,7 +1341,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#dev-container", "slug": "/usage/builders#dev-container", - "objectID": 166 + "objectID": 168 }, { "title": "Custom Image", @@ -1333,7 +1349,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#custom-image", "slug": "/usage/builders#custom-image", - "objectID": 167 + "objectID": 169 }, { "title": "None", @@ -1341,7 +1357,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#none", "slug": "/usage/builders#none", - "objectID": 168 + "objectID": 170 }, { "title": "Custom Build Registry", @@ -1349,7 +1365,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#custom-build-registry", "slug": "/usage/builders#custom-build-registry", - "objectID": 169 + "objectID": 171 }, { "title": "IDEs", @@ -1357,7 +1373,7 @@ "tag": "Documentation", "url": "/docs/usage/ide", "slug": "/usage/ide", - "objectID": 170 + "objectID": 172 }, { "title": "Set the Default IDE", @@ -1365,7 +1381,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#set-the-default-ide", "slug": "/usage/ide#set-the-default-ide", - "objectID": 171 + "objectID": 173 }, { "title": "VS Code", @@ -1373,7 +1389,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#vs-code", "slug": "/usage/ide#vs-code", - "objectID": 172 + "objectID": 174 }, { "title": "VS Code Browser", @@ -1381,7 +1397,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#vs-code-browser", "slug": "/usage/ide#vs-code-browser", - "objectID": 173 + "objectID": 175 }, { "title": "JetBrains CLion", @@ -1389,7 +1405,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-clion", "slug": "/usage/ide#jetbrains-clion", - "objectID": 174 + "objectID": 176 }, { "title": "JetBrains GoLand", @@ -1397,7 +1413,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-goland", "slug": "/usage/ide#jetbrains-goland", - "objectID": 175 + "objectID": 177 }, { "title": "JetBrains IntelliJ IDEA Ultimate", @@ -1405,7 +1421,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-intellij-idea-ultimate", "slug": "/usage/ide#jetbrains-intellij-idea-ultimate", - "objectID": 176 + "objectID": 178 }, { "title": "JetBrains PhpStorm", @@ -1413,7 +1429,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-phpstorm", "slug": "/usage/ide#jetbrains-phpstorm", - "objectID": 177 + "objectID": 179 }, { "title": "JetBrains PyCharm Professional", @@ -1421,7 +1437,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-pycharm-professional", "slug": "/usage/ide#jetbrains-pycharm-professional", - "objectID": 178 + "objectID": 180 }, { "title": "JetBrains Rider", @@ -1429,7 +1445,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-rider", "slug": "/usage/ide#jetbrains-rider", - "objectID": 179 + "objectID": 181 }, { "title": "JetBrains RubyMine", @@ -1437,7 +1453,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-rubymine", "slug": "/usage/ide#jetbrains-rubymine", - "objectID": 180 + "objectID": 182 }, { "title": "JetBrains WebStorm", @@ -1445,7 +1461,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-webstorm", "slug": "/usage/ide#jetbrains-webstorm", - "objectID": 181 + "objectID": 183 }, { "title": "JetBrains Fleet", @@ -1453,7 +1469,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-fleet", "slug": "/usage/ide#jetbrains-fleet", - "objectID": 182 + "objectID": 184 }, { "title": "Jupyter", @@ -1461,7 +1477,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jupyter", "slug": "/usage/ide#jupyter", - "objectID": 183 + "objectID": 185 }, { "title": "Zed", @@ -1469,7 +1485,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#zed", "slug": "/usage/ide#zed", - "objectID": 184 + "objectID": 186 }, { "title": "Cursor", @@ -1477,7 +1493,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#cursor", "slug": "/usage/ide#cursor", - "objectID": 185 + "objectID": 187 }, { "title": "Terminal SSH", @@ -1485,7 +1501,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#terminal-ssh", "slug": "/usage/ide#terminal-ssh", - "objectID": 186 + "objectID": 188 }, { "title": "Prebuilds", @@ -1493,7 +1509,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds", "slug": "/usage/prebuilds", - "objectID": 187 + "objectID": 189 }, { "title": "Add a Prebuild", @@ -1501,7 +1517,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#add-a-prebuild", "slug": "/usage/prebuilds#add-a-prebuild", - "objectID": 188 + "objectID": 190 }, { "title": "Use a Prebuild", @@ -1509,7 +1525,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#use-a-prebuild", "slug": "/usage/prebuilds#use-a-prebuild", - "objectID": 189 + "objectID": 191 }, { "title": "List Prebuilds", @@ -1517,7 +1533,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#list-prebuilds", "slug": "/usage/prebuilds#list-prebuilds", - "objectID": 190 + "objectID": 192 }, { "title": "Prebuilds Information", @@ -1525,7 +1541,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#prebuilds-information", "slug": "/usage/prebuilds#prebuilds-information", - "objectID": 191 + "objectID": 193 }, { "title": "Update Prebuilds", @@ -1533,7 +1549,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#update-prebuilds", "slug": "/usage/prebuilds#update-prebuilds", - "objectID": 192 + "objectID": 194 }, { "title": "Delete Prebuilds", @@ -1541,7 +1557,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#delete-prebuilds", "slug": "/usage/prebuilds#delete-prebuilds", - "objectID": 193 + "objectID": 195 }, { "title": "Projects", @@ -1549,7 +1565,7 @@ "tag": "Documentation", "url": "/docs/usage/projects", "slug": "/usage/projects", - "objectID": 194 + "objectID": 196 }, { "title": "Project Configuration", @@ -1557,7 +1573,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#project-configuration", "slug": "/usage/projects#project-configuration", - "objectID": 195 + "objectID": 197 }, { "title": "Add a Project Configuration", @@ -1565,7 +1581,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#add-a-project-configuration", "slug": "/usage/projects#add-a-project-configuration", - "objectID": 196 + "objectID": 198 }, { "title": "Project Configuration Information", @@ -1573,7 +1589,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#project-configuration-information", "slug": "/usage/projects#project-configuration-information", - "objectID": 197 + "objectID": 199 }, { "title": "List Project Configuration", @@ -1581,7 +1597,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#list-project-configuration", "slug": "/usage/projects#list-project-configuration", - "objectID": 198 + "objectID": 200 }, { "title": "Set Default Project Configuration", @@ -1589,7 +1605,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#set-default-project-configuration", "slug": "/usage/projects#set-default-project-configuration", - "objectID": 199 + "objectID": 201 }, { "title": "Update Project Configuration", @@ -1597,7 +1613,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#update-project-configuration", "slug": "/usage/projects#update-project-configuration", - "objectID": 200 + "objectID": 202 }, { "title": "Delete Project Configuration", @@ -1605,7 +1621,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#delete-project-configuration", "slug": "/usage/projects#delete-project-configuration", - "objectID": 201 + "objectID": 203 }, { "title": "Server", @@ -1613,7 +1629,7 @@ "tag": "Documentation", "url": "/docs/usage/server", "slug": "/usage/server", - "objectID": 202 + "objectID": 204 }, { "title": "Start the Server", @@ -1621,7 +1637,7 @@ "tag": "Documentation", "url": "/docs/usage/server#start-the-server", "slug": "/usage/server#start-the-server", - "objectID": 203 + "objectID": 205 }, { "title": "Configure the Server", @@ -1629,7 +1645,7 @@ "tag": "Documentation", "url": "/docs/usage/server#configure-the-server", "slug": "/usage/server#configure-the-server", - "objectID": 204 + "objectID": 206 }, { "title": "Restart the Server", @@ -1637,7 +1653,7 @@ "tag": "Documentation", "url": "/docs/usage/server#restart-the-server", "slug": "/usage/server#restart-the-server", - "objectID": 205 + "objectID": 207 }, { "title": "Stop the Server", @@ -1645,7 +1661,7 @@ "tag": "Documentation", "url": "/docs/usage/server#stop-the-server", "slug": "/usage/server#stop-the-server", - "objectID": 206 + "objectID": 208 }, { "title": "Workspaces", @@ -1653,7 +1669,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces", "slug": "/usage/workspaces", - "objectID": 207 + "objectID": 209 }, { "title": "Create a Workspace", @@ -1661,7 +1677,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#create-a-workspace", "slug": "/usage/workspaces#create-a-workspace", - "objectID": 208 + "objectID": 210 }, { "title": "From a Git Repository", @@ -1669,7 +1685,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#from-a-git-repository", "slug": "/usage/workspaces#from-a-git-repository", - "objectID": 209 + "objectID": 211 }, { "title": "From an Arbitrary Git URL", @@ -1677,7 +1693,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#from-an-arbitrary-git-url", "slug": "/usage/workspaces#from-an-arbitrary-git-url", - "objectID": 210 + "objectID": 212 }, { "title": "Create a Workspace with Multiple Projects", @@ -1685,7 +1701,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#create-a-workspace-with-multiple-projects", "slug": "/usage/workspaces#create-a-workspace-with-multiple-projects", - "objectID": 211 + "objectID": 213 }, { "title": "List Workspaces", @@ -1693,7 +1709,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#list-workspaces", "slug": "/usage/workspaces#list-workspaces", - "objectID": 212 + "objectID": 214 }, { "title": "Open An Existing Workspace", @@ -1701,7 +1717,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#open-an-existing-workspace", "slug": "/usage/workspaces#open-an-existing-workspace", - "objectID": 213 + "objectID": 215 }, { "title": "Delete Workspaces", @@ -1709,7 +1725,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#delete-workspaces", "slug": "/usage/workspaces#delete-workspaces", - "objectID": 214 + "objectID": 216 }, { "title": "Non-Interactively", @@ -1717,7 +1733,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#non-interactively", "slug": "/usage/workspaces#non-interactively", - "objectID": 215 + "objectID": 217 }, { "title": "Forward Ports from a Workspace", @@ -1725,7 +1741,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#forward-ports-from-a-workspace", "slug": "/usage/workspaces#forward-ports-from-a-workspace", - "objectID": 216 + "objectID": 218 }, { "title": "Access a Port Locally", @@ -1733,7 +1749,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#access-a-port-locally", "slug": "/usage/workspaces#access-a-port-locally", - "objectID": 217 + "objectID": 219 }, { "title": "Access a Port via Public URL", @@ -1741,6 +1757,6 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#access-a-port-via-public-url", "slug": "/usage/workspaces#access-a-port-via-public-url", - "objectID": 218 + "objectID": 220 } ] \ No newline at end of file diff --git a/src/content/docs/installation/installation.mdx b/src/content/docs/installation/installation.mdx index 450a207..708eac8 100644 --- a/src/content/docs/installation/installation.mdx +++ b/src/content/docs/installation/installation.mdx @@ -32,9 +32,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```shell # x86-64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-linux-amd64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-linux-amd64 -o daytona # ARM64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-linux-arm64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-linux-arm64 -o daytona ``` ::: @@ -57,9 +57,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```shell # x86-64/Intel-based -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-darwin-amd64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-darwin-amd64 -o daytona # ARM64/Apple Silicon -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-darwin-arm64 -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-darwin-arm64 -o daytona ``` ::: @@ -75,7 +75,7 @@ Install Daytona on Windows using the following PowerShell script: ```powershell $architecture = if ($env:PROCESSOR_ARCHITECTURE -eq "AMD64") { "amd64" } else { "arm64" } md -Force "$Env:APPDATA\bin\daytona"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'; -Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.48/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; +Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.49/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; $env:Path += ";" + $Env:APPDATA + "\bin\daytona"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User); daytona serve; ``` @@ -85,9 +85,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```sh # x86-64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-amd64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-amd64.exe -o daytona # AArch64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-arm64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-arm64.exe -o daytona ``` ::: diff --git a/src/content/docs/installation/method/script-powershell.mdx b/src/content/docs/installation/method/script-powershell.mdx index 7396036..7aaa628 100644 --- a/src/content/docs/installation/method/script-powershell.mdx +++ b/src/content/docs/installation/method/script-powershell.mdx @@ -11,7 +11,7 @@ export const partial = true ```powershell $architecture = if ($env:PROCESSOR_ARCHITECTURE -eq "AMD64") { "amd64" } else { "arm64" } md -Force "$Env:APPDATA\bin\daytona"; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'; -Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.48/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; +Invoke-WebRequest -URI "https://download.daytona.io/daytona/v0.49/daytona-windows-$architecture.exe" -OutFile "$Env:APPDATA\bin\daytona\daytona.exe"; $env:Path += ";" + $Env:APPDATA + "\bin\daytona"; [Environment]::SetEnvironmentVariable("Path", $env:Path, [System.EnvironmentVariableTarget]::User); daytona serve; ``` @@ -21,9 +21,9 @@ You can install Daytona by manually downloading the binary and placing it in you ```powershell # x86-64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-amd64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-amd64.exe -o daytona # AArch64 -curl -sf -L https://download.daytona.io/daytona/v0.48/daytona-windows-arm64.exe -o daytona +curl -sf -L https://download.daytona.io/daytona/v0.49/daytona-windows-arm64.exe -o daytona ``` diff --git a/src/content/docs/tools/api.mdx b/src/content/docs/tools/api.mdx index a7021b8..622e6ae 100644 --- a/src/content/docs/tools/api.mdx +++ b/src/content/docs/tools/api.mdx @@ -969,3 +969,536 @@ Stop project | Status Code | Description | | :-------- | :---------- | | `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/files + +List files inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | undefined | string | Path | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## DELETE /workspace/\{workspaceId\}/\{projectId\}/toolbox/files + +Delete file inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `204` | No Content | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/download + +Download file from workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | response contains the file | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/find + +Search for text/pattern inside workspace project files + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | +| `pattern` | query | true | string | Pattern | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/folder + +Create folder inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | +| `mode` | query | true | string | Mode | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `201` | Created | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/info + +Get file info inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/move + +Create folder inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `source` | query | true | string | Source path | +| `destination` | query | true | string | Destination path | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/permissions + +Set file owner/group/permissions inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | +| `owner` | query | undefined | string | Owner | +| `group` | query | undefined | string | Group | +| `mode` | query | undefined | string | Mode | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/replace + +Repleace text/pattern in mutilple files inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `replace` | body | true | undefined | ReplaceParams | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/search + +Search for files inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | +| `pattern` | query | true | string | Pattern | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/files/upload + +Upload file inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path | +| `file` | formData | true | file | File | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/add + +Add files to git commit + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | GitAddRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/branches + +Get branch list from git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path to git repository | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/branches + +Create branch on git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | GitBranchRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `201` | Created | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/clone + +Clone git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | GitCloneRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/commit + +Commit changes to git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | GitCommitRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/history + +Get commit history from git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path to git repository | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/pull + +Pull changes from remote to git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | Git pull request | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/push + +Push changes to remote from git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | Git push request | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/git/status + +Get status from git repository inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `path` | query | true | string | Path to git repository | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/completions + +The Completion request is sent from the client to the server to compute completion items at a given cursor position. + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | LspCompletionParams | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/did-close + +The document close notification is sent from the client to the server when the document got closed in the client. + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | LspDocumentRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/did-open + +The document open notification is sent from the client to the server to signal newly opened text documents. + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | LspDocumentRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/document-symbols + +The document symbol request is sent from the client to the server. + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `languageId` | query | true | string | Language ID | +| `pathToProject` | query | true | string | Path to project | +| `uri` | query | true | string | Document Uri | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/start + +Start Lsp server process inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | LspServerRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/stop + +Stop Lsp server process inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | LspServerRequest | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/lsp/workspace-symbols + +The workspace symbol request is sent from the client to the server to list project-wide symbols matching the query string. + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `languageId` | query | true | string | Language ID | +| `pathToProject` | query | true | string | Path to project | +| `query` | query | true | string | Symbol Query | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## POST /workspace/\{workspaceId\}/\{projectId\}/toolbox/process/execute + +Execute command synchronously inside workspace project + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | +| `params` | body | true | undefined | Execute command request | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | + +## GET /workspace/\{workspaceId\}/\{projectId\}/toolbox/project-dir + +Get project directory + +### Parameters + +| Name | Location | Required | Type | Description | +| :--- | :------- | :------- | :--- | :---------- | +| `workspaceId` | path | true | string | Workspace ID or Name | +| `projectId` | path | true | string | Project ID | + +### Responses + +| Status Code | Description | +| :-------- | :---------- | +| `200` | OK | diff --git a/src/content/docs/tools/cli.mdx b/src/content/docs/tools/cli.mdx index 27322ea..b2105b7 100644 --- a/src/content/docs/tools/cli.mdx +++ b/src/content/docs/tools/cli.mdx @@ -737,6 +737,35 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | +## daytona project-config export + +Export a project config + +```shell +daytona project-config export [flags] +``` + +__Flags__ +| Long | Short | Description | +| :--- | :---- | :---------- | +| `--all` | `-a` | Export all project configs | +| `--format` | `-f` | Output format. Must be one of (yaml, json) | +| `--help` | | help for daytona | + +## daytona project-config import + +Import project config from JSON + +```shell +daytona project-config import [flags] +``` + +__Flags__ +| Long | Short | Description | +| :--- | :---- | :---------- | +| `--file` | `-f` | Import project config from a JSON file. Use '-' to read from stdin. | +| `--help` | | help for daytona | + ## daytona project-config info Show project config info diff --git a/tools/update-cli-reference.js b/tools/update-cli-reference.js index d3ed0cd..e6d6c5d 100644 --- a/tools/update-cli-reference.js +++ b/tools/update-cli-reference.js @@ -143,7 +143,7 @@ async function process(args) { const commandOpts = { ref: { type: 'string', - default: `v0.48.0`, + default: `v0.49.0`, }, output: { type: 'string', diff --git a/tools/update-server-reference.js b/tools/update-server-reference.js index 62e7350..0f721ec 100644 --- a/tools/update-server-reference.js +++ b/tools/update-server-reference.js @@ -109,7 +109,7 @@ async function process(args) { const commandOpts = { ref: { type: 'string', - default: `v0.48.0`, + default: `v0.49.0`, }, output: { type: 'string',