From a3ee8957fb36ee4abad40088cb9865db7b5bc73f Mon Sep 17 00:00:00 2001 From: Toma Puljak Date: Tue, 7 Jan 2025 17:04:46 +0000 Subject: [PATCH] chore: release v0.50.2 Signed-off-by: Toma Puljak --- package.json | 2 +- public/llms-full.txt | 247 ++++++++++++++++++++------------- public/llms.txt | 3 + public/search.json | 324 +++++++++++++++++++++++-------------------- 4 files changed, 332 insertions(+), 244 deletions(-) diff --git a/package.json b/package.json index 63dce9ee..f4408ed1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "docs", "license": "Apache-2.0", "type": "module", - "version": "0.50.0", + "version": "0.50.2", "scripts": { "postinstall": "is-ci || husky", "dev": "astro dev --host", diff --git a/public/llms-full.txt b/public/llms-full.txt index 8ab78a11..ea80a31f 100644 --- a/public/llms-full.txt +++ b/public/llms-full.txt @@ -1464,8 +1464,6 @@ Provider aws-provider has been successfully installed The Azure Provider allows Daytona to create Workspace projects on Azure compute instances. The Provider integrates Daytona with Azure, enabling you to manage Workspaces in a scalable and flexible cloud environment. -
- 1. Run the following command to install a Azure Provider: ```shell @@ -1491,6 +1489,20 @@ Upon selecting the Provider, Daytona will install and configure the chosen Provi Provider azure-provider has been successfully installed ``` +:::note +Ensure the Azure Provider is linked to a service principal with the `Contributor` role for the appropriate Azure subscription. +
+To create a service principal with the `Contributor` role, use the following Azure CLI command: + +```shell +az ad sp create-for-rbac --role Contributor --scopes /subscriptions/ +``` + +Detailed instructions on creating and configuring the service principal can be found in the official [Create an Azure service principal with Azure CLI](https://learn.microsoft.com/en-us/cli/azure/azure-cli-sp-tutorial-1?tabs=bash) documentation. +::: + +
+ \AppData\Roaming\bin\wsl_ssh.bat +``` + +3. Update the Visual Studio Code **`settings.json`** file to use the **`wsl_ssh.bat`** script as the SSH path: + +```sh +"remote.SSH.path": "C:\\Users\\\\AppData\\Roaming\\bin\\wsl_ssh.bat" +``` + +:::tip +The `settings.json` file is located in the following directory: + +`C:\Users\\AppData\Roaming\Code\User\settings.json` +::: + +
+ +4. Create a symlink to synchronize the native SSH configuration with the WSL2 SSH configuration: + +```sh +ln -s /mnt/c/Users//.ssh/config config +``` + +This ensures the SSH configuration is consistent between environments. + --- title: CLI description: A reference of supported operations using the Daytona CLI. @@ -2659,9 +2719,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,6 +2731,7 @@ This reference does not apply to the `daytona` command when run inside of a Work ## daytona + Daytona is a Dev Environment Manager ```shell @@ -2683,8 +2744,8 @@ __Flags__ | `--help` | | help for daytona | | `--version` | `-v` | Display the version of Daytona | - ## daytona api-key + Api Key commands ```shell @@ -2696,8 +2757,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona api-key generate + Generate a new API key ```shell @@ -2709,8 +2770,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona api-key list + List API keys ```shell @@ -2723,8 +2784,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona api-key revoke + Revoke an API key ```shell @@ -2737,8 +2798,8 @@ __Flags__ | `--yes` | `-y` | Skip confirmation prompt | | `--help` | | help for daytona | - ## daytona autocomplete + Adds a completion script for your shell environment ```shell @@ -2757,6 +2818,7 @@ macOS Installation: ```brew install bash-completion``` ## daytona build + Manage builds ```shell @@ -2768,8 +2830,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona build delete + Delete a build ```shell @@ -2784,8 +2846,8 @@ __Flags__ | `--prebuild-id` | | Delete ALL builds from prebuild | | `--help` | | help for daytona | - ## daytona build info + Show build info ```shell @@ -2798,8 +2860,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona build list + List all builds ```shell @@ -2812,8 +2874,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona build logs + View logs for build ```shell @@ -2826,8 +2888,8 @@ __Flags__ | `--follow` | `-f` | Follow logs | | `--help` | | help for daytona | - ## daytona build run + Run a build from a project config ```shell @@ -2839,8 +2901,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona code + Open a workspace in your preferred IDE ```shell @@ -2854,8 +2916,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | - ## daytona config + Output Daytona configuration ```shell @@ -2869,8 +2931,8 @@ __Flags__ | `--show-api-keys` | `-k` | Show API keys | | `--help` | | help for daytona | - ## daytona container-registry + Manage container registries ```shell @@ -2882,8 +2944,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona container-registry delete + Delete a container registry ```shell @@ -2895,8 +2957,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona container-registry list + Lists container registries ```shell @@ -2909,8 +2971,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona container-registry set + Set container registry ```shell @@ -2925,8 +2987,8 @@ __Flags__ | `--username` | `-u` | Username | | `--help` | | help for daytona | - ## daytona create + Create a workspace ```shell @@ -2953,8 +3015,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | - ## daytona delete + Delete a workspace ```shell @@ -2969,8 +3031,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | - ## daytona docs + Opens the Daytona documentation in your default browser. ```shell @@ -2982,10 +3044,9 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona env -Manage profile environment variables that are added to all workspaces +Manage profile environment variables that are added to all workspaces ```shell daytona env [flags] @@ -2996,8 +3057,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona env list + List profile environment variables ```shell @@ -3010,8 +3071,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona env set + Set profile environment variables ```shell @@ -3023,8 +3084,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona forward + Forward a port from a project to your local machine ```shell @@ -3037,8 +3098,8 @@ __Flags__ | `--public` | | Should be port be available publicly via an URL | | `--help` | | help for daytona | - ## daytona git-providers + Manage Git providers ```shell @@ -3050,8 +3111,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona git-providers add + Register a Git provider ```shell @@ -3069,8 +3130,8 @@ __Flags__ | `--username` | `-u` | Username | | `--help` | | help for daytona | - ## daytona git-providers delete + Unregister a Git provider ```shell @@ -3084,8 +3145,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | - ## daytona git-providers list + Lists your registered Git providers ```shell @@ -3098,8 +3159,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona git-providers update + Update a Git provider ```shell @@ -3111,8 +3172,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona ide + Choose the default IDE ```shell @@ -3124,8 +3185,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona info + Show workspace info ```shell @@ -3138,8 +3199,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona list + List workspaces ```shell @@ -3153,8 +3214,8 @@ __Flags__ | `--verbose` | `-v` | Show verbose output | | `--help` | | help for daytona | - ## daytona logs + View logs for a workspace/project ```shell @@ -3168,8 +3229,8 @@ __Flags__ | `--workspace` | `-w` | View workspace logs | | `--help` | | help for daytona | - ## daytona prebuild + Manage prebuilds ```shell @@ -3181,8 +3242,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona prebuild add + Add a prebuild configuration ```shell @@ -3199,8 +3260,8 @@ __Flags__ | `--trigger-files` | `-t` | Full paths of files whose changes should explicitly trigger a prebuild | | `--help` | | help for daytona | - ## daytona prebuild delete + Delete a prebuild configuration ```shell @@ -3213,8 +3274,8 @@ __Flags__ | `--force` | `-f` | Force delete prebuild | | `--help` | | help for daytona | - ## daytona prebuild info + Show prebuild configuration info ```shell @@ -3227,8 +3288,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona prebuild list + List prebuild configurations ```shell @@ -3241,8 +3302,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona prebuild update + Update a prebuild configuration ```shell @@ -3259,8 +3320,8 @@ __Flags__ | `--trigger-files` | `-t` | Full paths of files whose changes should explicitly trigger a prebuild | | `--help` | | help for daytona | - ## daytona profile + Manage profiles ```shell @@ -3272,8 +3333,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona profile add + Add profile ```shell @@ -3288,8 +3349,8 @@ __Flags__ | `--name` | `-n` | Profile name | | `--help` | | help for daytona | - ## daytona profile delete + Delete profile [PROFILE_NAME] ```shell @@ -3301,8 +3362,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona profile edit + Edit profile [PROFILE_NAME] ```shell @@ -3317,8 +3378,8 @@ __Flags__ | `--name` | `-n` | Profile name | | `--help` | | help for daytona | - ## daytona profile list + List profiles ```shell @@ -3331,8 +3392,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona project-config + Manage project configs ```shell @@ -3344,8 +3405,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona project-config add + Add a project config ```shell @@ -3365,8 +3426,8 @@ __Flags__ | `--name` | | Specify the project config name | | `--help` | | help for daytona | - ## daytona project-config delete + Delete a project config ```shell @@ -3381,8 +3442,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion without prompt | | `--help` | | help for daytona | - ## daytona project-config export + Export a project config ```shell @@ -3396,8 +3457,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona project-config import + Import project config from JSON ```shell @@ -3410,8 +3471,8 @@ __Flags__ | `--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 @@ -3424,8 +3485,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona project-config list + Lists project configs ```shell @@ -3438,8 +3499,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona project-config set-default + Set project config info ```shell @@ -3451,8 +3512,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona project-config update + Update a project config ```shell @@ -3464,8 +3525,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona provider + Manage providers ```shell @@ -3477,8 +3538,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona provider install + Install provider ```shell @@ -3491,8 +3552,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | - ## daytona provider list + List installed providers ```shell @@ -3505,8 +3566,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona provider uninstall + Uninstall provider ```shell @@ -3518,8 +3579,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona provider update + Update provider ```shell @@ -3532,8 +3593,8 @@ __Flags__ | `--all` | `-a` | Update all providers | | `--help` | | help for daytona | - ## daytona purge + Purges all Daytona data from the current device ```shell @@ -3547,8 +3608,8 @@ __Flags__ | `--yes` | `-y` | Execute purge without prompt | | `--help` | | help for daytona | - ## daytona restart + Restart a workspace ```shell @@ -3561,8 +3622,8 @@ __Flags__ | `--project` | `-p` | Restart a single project in the workspace (project name) | | `--help` | | help for daytona | - ## daytona serve + Run the server process in the current terminal session ```shell @@ -3574,8 +3635,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona server + Start the server process in daemon mode ```shell @@ -3588,8 +3649,8 @@ __Flags__ | `--yes` | `-y` | Skip the confirmation prompt | | `--help` | | help for daytona | - ## daytona server config + Output local Daytona Server config ```shell @@ -3602,8 +3663,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona server configure + Configure Daytona Server ```shell @@ -3615,8 +3676,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona server logs + Output Daytona Server logs ```shell @@ -3631,8 +3692,8 @@ __Flags__ | `--local` | `-l` | Read local server log files | | `--help` | | help for daytona | - ## daytona server logs list + Lists Daytona Server Log Files ```shell @@ -3644,8 +3705,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona server restart + Restarts the Daytona Server daemon ```shell @@ -3657,8 +3718,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona server start + Start the Daytona Server daemon ```shell @@ -3670,8 +3731,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona server stop + Stops the Daytona Server daemon ```shell @@ -3683,8 +3744,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona ssh + SSH into a project using the terminal ```shell @@ -3699,8 +3760,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | - ## daytona start + Start a workspace ```shell @@ -3716,8 +3777,8 @@ __Flags__ | `--yes` | `-y` | Automatically confirm any prompts | | `--help` | | help for daytona | - ## daytona stop + Stop a workspace ```shell @@ -3731,8 +3792,8 @@ __Flags__ | `--project` | `-p` | Stop a single project in the workspace (project name) | | `--help` | | help for daytona | - ## daytona target + Manage provider targets ```shell @@ -3744,8 +3805,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona target list + List targets ```shell @@ -3758,8 +3819,8 @@ __Flags__ | `--format` | `-f` | Output format. Must be one of (yaml, json) | | `--help` | | help for daytona | - ## daytona target remove + Remove target ```shell @@ -3772,8 +3833,8 @@ __Flags__ | `--yes` | `-y` | Confirm deletion of all workspaces without prompt | | `--help` | | help for daytona | - ## daytona target set-default + Set target to be used by default ```shell @@ -3785,8 +3846,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona target set + Set provider target ```shell @@ -3799,8 +3860,8 @@ __Flags__ | `--file` | `-f` | Path to JSON file for target configuration, use '-' to read from stdin | | `--help` | | help for daytona | - ## daytona telemetry + Manage telemetry collection ```shell @@ -3812,8 +3873,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona telemetry disable + Disable telemetry collection ```shell @@ -3825,8 +3886,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona telemetry enable + Enable telemetry collection ```shell @@ -3838,8 +3899,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona update + Update Daytona CLI ```shell @@ -3852,8 +3913,8 @@ __Flags__ | `--version` | `-v` | Version to update to | | `--help` | | help for daytona | - ## daytona use + Use profile [PROFILE_NAME] ```shell @@ -3865,8 +3926,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona version + Print the version number ```shell @@ -3878,8 +3939,8 @@ __Flags__ | :--- | :---- | :---------- | | `--help` | | help for daytona | - ## daytona whoami + Display information about the active user ```shell diff --git a/public/llms.txt b/public/llms.txt index cfe94916..5b05f50e 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -73,6 +73,9 @@ - [Troubleshooting](https://daytona.io/docs/misc/troubleshooting) - [Connectivity Issues](https://daytona.io/docs/misc/troubleshooting#connectivity-issues) - [VPNs and Firewalls](https://daytona.io/docs/misc/troubleshooting#vpns-and-firewalls) +- [WSL2 with Visual Studio Code](https://daytona.io/docs/misc/troubleshooting#wsl2-with-visual-studio-code) +- [Description](https://daytona.io/docs/misc/troubleshooting#description) +- [Solution](https://daytona.io/docs/misc/troubleshooting#solution) - [CLI](https://daytona.io/docs/tools/cli) - [daytona](https://daytona.io/docs/tools/cli#daytona) - [daytona api-key](https://daytona.io/docs/tools/cli#daytona-api-key) diff --git a/public/search.json b/public/search.json index 94c38750..badb81f9 100644 --- a/public/search.json +++ b/public/search.json @@ -585,19 +585,43 @@ }, { "title": "VPNs and Firewalls", - "description": "If your VPN is configured to handle all IP traffic or if your Firewall is configured to block certain IP addresses, they may prevent Daytona from successfully connecting to our reverse proxy service.", + "description": "If your VPN is configured to handle all IP traffic or if your Firewall is configured to block certain IP addresses, they may prevent Daytona from successfully connecting to the reverse proxy service.", "tag": "Documentation", "url": "/docs/misc/troubleshooting#vpns-and-firewalls", "slug": "/misc/troubleshooting#vpns-and-firewalls", "objectID": 74 }, + { + "title": "WSL2 with Visual Studio Code", + "description": "", + "tag": "Documentation", + "url": "/docs/misc/troubleshooting#wsl2-with-visual-studio-code", + "slug": "/misc/troubleshooting#wsl2-with-visual-studio-code", + "objectID": 75 + }, + { + "title": "Description", + "description": "Running Daytona on WSL2 does not work seamlessly with the Visual Studio Code IDE.", + "tag": "Documentation", + "url": "/docs/misc/troubleshooting#description", + "slug": "/misc/troubleshooting#description", + "objectID": 76 + }, + { + "title": "Solution", + "description": "While awaiting official support for a \"remote SSH path\" flag in the Visual Studio Code plugin, the following workaround can address the issue.", + "tag": "Documentation", + "url": "/docs/misc/troubleshooting#solution", + "slug": "/misc/troubleshooting#solution", + "objectID": 77 + }, { "title": "CLI", "description": "The `daytona` command-line tool provides access to Daytona's core features.", "tag": "Documentation", "url": "/docs/tools/cli", "slug": "/tools/cli", - "objectID": 75 + "objectID": 78 }, { "title": "daytona", @@ -605,7 +629,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona", "slug": "/tools/cli#daytona", - "objectID": 76 + "objectID": 79 }, { "title": "daytona api-key", @@ -613,7 +637,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-api-key", "slug": "/tools/cli#daytona-api-key", - "objectID": 77 + "objectID": 80 }, { "title": "daytona api-key generate", @@ -621,7 +645,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-api-key-generate", "slug": "/tools/cli#daytona-api-key-generate", - "objectID": 78 + "objectID": 81 }, { "title": "daytona api-key list", @@ -629,7 +653,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-api-key-list", "slug": "/tools/cli#daytona-api-key-list", - "objectID": 79 + "objectID": 82 }, { "title": "daytona api-key revoke", @@ -637,7 +661,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-api-key-revoke", "slug": "/tools/cli#daytona-api-key-revoke", - "objectID": 80 + "objectID": 83 }, { "title": "daytona autocomplete", @@ -645,7 +669,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-autocomplete", "slug": "/tools/cli#daytona-autocomplete", - "objectID": 81 + "objectID": 84 }, { "title": "daytona build", @@ -653,7 +677,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build", "slug": "/tools/cli#daytona-build", - "objectID": 82 + "objectID": 85 }, { "title": "daytona build delete", @@ -661,7 +685,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build-delete", "slug": "/tools/cli#daytona-build-delete", - "objectID": 83 + "objectID": 86 }, { "title": "daytona build info", @@ -669,7 +693,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build-info", "slug": "/tools/cli#daytona-build-info", - "objectID": 84 + "objectID": 87 }, { "title": "daytona build list", @@ -677,7 +701,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build-list", "slug": "/tools/cli#daytona-build-list", - "objectID": 85 + "objectID": 88 }, { "title": "daytona build logs", @@ -685,7 +709,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build-logs", "slug": "/tools/cli#daytona-build-logs", - "objectID": 86 + "objectID": 89 }, { "title": "daytona build run", @@ -693,7 +717,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-build-run", "slug": "/tools/cli#daytona-build-run", - "objectID": 87 + "objectID": 90 }, { "title": "daytona code", @@ -701,7 +725,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-code", "slug": "/tools/cli#daytona-code", - "objectID": 88 + "objectID": 91 }, { "title": "daytona config", @@ -709,7 +733,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-config", "slug": "/tools/cli#daytona-config", - "objectID": 89 + "objectID": 92 }, { "title": "daytona container-registry", @@ -717,7 +741,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-container-registry", "slug": "/tools/cli#daytona-container-registry", - "objectID": 90 + "objectID": 93 }, { "title": "daytona container-registry delete", @@ -725,7 +749,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-container-registry-delete", "slug": "/tools/cli#daytona-container-registry-delete", - "objectID": 91 + "objectID": 94 }, { "title": "daytona container-registry list", @@ -733,7 +757,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-container-registry-list", "slug": "/tools/cli#daytona-container-registry-list", - "objectID": 92 + "objectID": 95 }, { "title": "daytona container-registry set", @@ -741,7 +765,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-container-registry-set", "slug": "/tools/cli#daytona-container-registry-set", - "objectID": 93 + "objectID": 96 }, { "title": "daytona create", @@ -749,7 +773,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-create", "slug": "/tools/cli#daytona-create", - "objectID": 94 + "objectID": 97 }, { "title": "daytona delete", @@ -757,7 +781,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-delete", "slug": "/tools/cli#daytona-delete", - "objectID": 95 + "objectID": 98 }, { "title": "daytona docs", @@ -765,7 +789,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-docs", "slug": "/tools/cli#daytona-docs", - "objectID": 96 + "objectID": 99 }, { "title": "daytona env", @@ -773,7 +797,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-env", "slug": "/tools/cli#daytona-env", - "objectID": 97 + "objectID": 100 }, { "title": "daytona env list", @@ -781,7 +805,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-env-list", "slug": "/tools/cli#daytona-env-list", - "objectID": 98 + "objectID": 101 }, { "title": "daytona env set", @@ -789,7 +813,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-env-set", "slug": "/tools/cli#daytona-env-set", - "objectID": 99 + "objectID": 102 }, { "title": "daytona forward", @@ -797,7 +821,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-forward", "slug": "/tools/cli#daytona-forward", - "objectID": 100 + "objectID": 103 }, { "title": "daytona git-providers", @@ -805,7 +829,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-git-providers", "slug": "/tools/cli#daytona-git-providers", - "objectID": 101 + "objectID": 104 }, { "title": "daytona git-providers add", @@ -813,7 +837,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-git-providers-add", "slug": "/tools/cli#daytona-git-providers-add", - "objectID": 102 + "objectID": 105 }, { "title": "daytona git-providers delete", @@ -821,7 +845,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-git-providers-delete", "slug": "/tools/cli#daytona-git-providers-delete", - "objectID": 103 + "objectID": 106 }, { "title": "daytona git-providers list", @@ -829,7 +853,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-git-providers-list", "slug": "/tools/cli#daytona-git-providers-list", - "objectID": 104 + "objectID": 107 }, { "title": "daytona git-providers update", @@ -837,7 +861,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-git-providers-update", "slug": "/tools/cli#daytona-git-providers-update", - "objectID": 105 + "objectID": 108 }, { "title": "daytona ide", @@ -845,7 +869,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-ide", "slug": "/tools/cli#daytona-ide", - "objectID": 106 + "objectID": 109 }, { "title": "daytona info", @@ -853,7 +877,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-info", "slug": "/tools/cli#daytona-info", - "objectID": 107 + "objectID": 110 }, { "title": "daytona list", @@ -861,7 +885,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-list", "slug": "/tools/cli#daytona-list", - "objectID": 108 + "objectID": 111 }, { "title": "daytona logs", @@ -869,7 +893,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-logs", "slug": "/tools/cli#daytona-logs", - "objectID": 109 + "objectID": 112 }, { "title": "daytona prebuild", @@ -877,7 +901,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild", "slug": "/tools/cli#daytona-prebuild", - "objectID": 110 + "objectID": 113 }, { "title": "daytona prebuild add", @@ -885,7 +909,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild-add", "slug": "/tools/cli#daytona-prebuild-add", - "objectID": 111 + "objectID": 114 }, { "title": "daytona prebuild delete", @@ -893,7 +917,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild-delete", "slug": "/tools/cli#daytona-prebuild-delete", - "objectID": 112 + "objectID": 115 }, { "title": "daytona prebuild info", @@ -901,7 +925,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild-info", "slug": "/tools/cli#daytona-prebuild-info", - "objectID": 113 + "objectID": 116 }, { "title": "daytona prebuild list", @@ -909,7 +933,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild-list", "slug": "/tools/cli#daytona-prebuild-list", - "objectID": 114 + "objectID": 117 }, { "title": "daytona prebuild update", @@ -917,7 +941,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-prebuild-update", "slug": "/tools/cli#daytona-prebuild-update", - "objectID": 115 + "objectID": 118 }, { "title": "daytona profile", @@ -925,7 +949,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-profile", "slug": "/tools/cli#daytona-profile", - "objectID": 116 + "objectID": 119 }, { "title": "daytona profile add", @@ -933,7 +957,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-profile-add", "slug": "/tools/cli#daytona-profile-add", - "objectID": 117 + "objectID": 120 }, { "title": "daytona profile delete", @@ -941,7 +965,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-profile-delete", "slug": "/tools/cli#daytona-profile-delete", - "objectID": 118 + "objectID": 121 }, { "title": "daytona profile edit", @@ -949,7 +973,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-profile-edit", "slug": "/tools/cli#daytona-profile-edit", - "objectID": 119 + "objectID": 122 }, { "title": "daytona profile list", @@ -957,7 +981,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-profile-list", "slug": "/tools/cli#daytona-profile-list", - "objectID": 120 + "objectID": 123 }, { "title": "daytona project-config", @@ -965,7 +989,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config", "slug": "/tools/cli#daytona-project-config", - "objectID": 121 + "objectID": 124 }, { "title": "daytona project-config add", @@ -973,7 +997,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-add", "slug": "/tools/cli#daytona-project-config-add", - "objectID": 122 + "objectID": 125 }, { "title": "daytona project-config delete", @@ -981,7 +1005,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-delete", "slug": "/tools/cli#daytona-project-config-delete", - "objectID": 123 + "objectID": 126 }, { "title": "daytona project-config export", @@ -989,7 +1013,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-export", "slug": "/tools/cli#daytona-project-config-export", - "objectID": 124 + "objectID": 127 }, { "title": "daytona project-config import", @@ -997,7 +1021,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-import", "slug": "/tools/cli#daytona-project-config-import", - "objectID": 125 + "objectID": 128 }, { "title": "daytona project-config info", @@ -1005,7 +1029,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-info", "slug": "/tools/cli#daytona-project-config-info", - "objectID": 126 + "objectID": 129 }, { "title": "daytona project-config list", @@ -1013,7 +1037,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-list", "slug": "/tools/cli#daytona-project-config-list", - "objectID": 127 + "objectID": 130 }, { "title": "daytona project-config set-default", @@ -1021,7 +1045,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-set-default", "slug": "/tools/cli#daytona-project-config-set-default", - "objectID": 128 + "objectID": 131 }, { "title": "daytona project-config update", @@ -1029,7 +1053,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-project-config-update", "slug": "/tools/cli#daytona-project-config-update", - "objectID": 129 + "objectID": 132 }, { "title": "daytona provider", @@ -1037,7 +1061,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider", "slug": "/tools/cli#daytona-provider", - "objectID": 130 + "objectID": 133 }, { "title": "daytona provider install", @@ -1045,7 +1069,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-install", "slug": "/tools/cli#daytona-provider-install", - "objectID": 131 + "objectID": 134 }, { "title": "daytona provider list", @@ -1053,7 +1077,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-list", "slug": "/tools/cli#daytona-provider-list", - "objectID": 132 + "objectID": 135 }, { "title": "daytona provider uninstall", @@ -1061,7 +1085,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-uninstall", "slug": "/tools/cli#daytona-provider-uninstall", - "objectID": 133 + "objectID": 136 }, { "title": "daytona provider update", @@ -1069,7 +1093,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-provider-update", "slug": "/tools/cli#daytona-provider-update", - "objectID": 134 + "objectID": 137 }, { "title": "daytona purge", @@ -1077,7 +1101,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-purge", "slug": "/tools/cli#daytona-purge", - "objectID": 135 + "objectID": 138 }, { "title": "daytona restart", @@ -1085,7 +1109,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-restart", "slug": "/tools/cli#daytona-restart", - "objectID": 136 + "objectID": 139 }, { "title": "daytona serve", @@ -1093,7 +1117,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-serve", "slug": "/tools/cli#daytona-serve", - "objectID": 137 + "objectID": 140 }, { "title": "daytona server", @@ -1101,7 +1125,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server", "slug": "/tools/cli#daytona-server", - "objectID": 138 + "objectID": 141 }, { "title": "daytona server config", @@ -1109,7 +1133,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-config", "slug": "/tools/cli#daytona-server-config", - "objectID": 139 + "objectID": 142 }, { "title": "daytona server configure", @@ -1117,7 +1141,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-configure", "slug": "/tools/cli#daytona-server-configure", - "objectID": 140 + "objectID": 143 }, { "title": "daytona server logs", @@ -1125,7 +1149,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-logs", "slug": "/tools/cli#daytona-server-logs", - "objectID": 141 + "objectID": 144 }, { "title": "daytona server logs list", @@ -1133,7 +1157,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-logs-list", "slug": "/tools/cli#daytona-server-logs-list", - "objectID": 142 + "objectID": 145 }, { "title": "daytona server restart", @@ -1141,7 +1165,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-restart", "slug": "/tools/cli#daytona-server-restart", - "objectID": 143 + "objectID": 146 }, { "title": "daytona server start", @@ -1149,7 +1173,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-start", "slug": "/tools/cli#daytona-server-start", - "objectID": 144 + "objectID": 147 }, { "title": "daytona server stop", @@ -1157,7 +1181,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-server-stop", "slug": "/tools/cli#daytona-server-stop", - "objectID": 145 + "objectID": 148 }, { "title": "daytona ssh", @@ -1165,7 +1189,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-ssh", "slug": "/tools/cli#daytona-ssh", - "objectID": 146 + "objectID": 149 }, { "title": "daytona start", @@ -1173,7 +1197,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-start", "slug": "/tools/cli#daytona-start", - "objectID": 147 + "objectID": 150 }, { "title": "daytona stop", @@ -1181,7 +1205,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-stop", "slug": "/tools/cli#daytona-stop", - "objectID": 148 + "objectID": 151 }, { "title": "daytona target", @@ -1189,7 +1213,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target", "slug": "/tools/cli#daytona-target", - "objectID": 149 + "objectID": 152 }, { "title": "daytona target list", @@ -1197,7 +1221,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-list", "slug": "/tools/cli#daytona-target-list", - "objectID": 150 + "objectID": 153 }, { "title": "daytona target remove", @@ -1205,7 +1229,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-remove", "slug": "/tools/cli#daytona-target-remove", - "objectID": 151 + "objectID": 154 }, { "title": "daytona target set-default", @@ -1213,7 +1237,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-set-default", "slug": "/tools/cli#daytona-target-set-default", - "objectID": 152 + "objectID": 155 }, { "title": "daytona target set", @@ -1221,7 +1245,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-target-set", "slug": "/tools/cli#daytona-target-set", - "objectID": 153 + "objectID": 156 }, { "title": "daytona telemetry", @@ -1229,7 +1253,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry", "slug": "/tools/cli#daytona-telemetry", - "objectID": 154 + "objectID": 157 }, { "title": "daytona telemetry disable", @@ -1237,7 +1261,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry-disable", "slug": "/tools/cli#daytona-telemetry-disable", - "objectID": 155 + "objectID": 158 }, { "title": "daytona telemetry enable", @@ -1245,7 +1269,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-telemetry-enable", "slug": "/tools/cli#daytona-telemetry-enable", - "objectID": 156 + "objectID": 159 }, { "title": "daytona update", @@ -1253,7 +1277,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-update", "slug": "/tools/cli#daytona-update", - "objectID": 157 + "objectID": 160 }, { "title": "daytona use", @@ -1261,7 +1285,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-use", "slug": "/tools/cli#daytona-use", - "objectID": 158 + "objectID": 161 }, { "title": "daytona version", @@ -1269,7 +1293,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-version", "slug": "/tools/cli#daytona-version", - "objectID": 159 + "objectID": 162 }, { "title": "daytona whoami", @@ -1277,7 +1301,7 @@ "tag": "Documentation", "url": "/docs/tools/cli#daytona-whoami", "slug": "/tools/cli#daytona-whoami", - "objectID": 160 + "objectID": 163 }, { "title": "Docker Extension", @@ -1285,7 +1309,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension", "slug": "/tools/docker-extension", - "objectID": 161 + "objectID": 164 }, { "title": "Prerequisites", @@ -1293,7 +1317,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#prerequisites", "slug": "/tools/docker-extension#prerequisites", - "objectID": 162 + "objectID": 165 }, { "title": "Installation", @@ -1301,7 +1325,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#installation", "slug": "/tools/docker-extension#installation", - "objectID": 163 + "objectID": 166 }, { "title": "Manual */}", @@ -1309,7 +1333,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#manual-", "slug": "/tools/docker-extension#manual-", - "objectID": 164 + "objectID": 167 }, { "title": "Create a Workspace", @@ -1317,7 +1341,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#create-a-workspace", "slug": "/tools/docker-extension#create-a-workspace", - "objectID": 165 + "objectID": 168 }, { "title": "Open an Existing Workspace", @@ -1325,7 +1349,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#open-an-existing-workspace", "slug": "/tools/docker-extension#open-an-existing-workspace", - "objectID": 166 + "objectID": 169 }, { "title": "Manage a Workspace", @@ -1333,7 +1357,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#manage-a-workspace", "slug": "/tools/docker-extension#manage-a-workspace", - "objectID": 167 + "objectID": 170 }, { "title": "Delete a Workspace", @@ -1341,7 +1365,7 @@ "tag": "Documentation", "url": "/docs/tools/docker-extension#delete-a-workspace", "slug": "/tools/docker-extension#delete-a-workspace", - "objectID": 168 + "objectID": 171 }, { "title": "Builders", @@ -1349,7 +1373,7 @@ "tag": "Documentation", "url": "/docs/usage/builders", "slug": "/usage/builders", - "objectID": 169 + "objectID": 172 }, { "title": "Automatic", @@ -1357,7 +1381,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#automatic", "slug": "/usage/builders#automatic", - "objectID": 170 + "objectID": 173 }, { "title": "Dev Container", @@ -1365,7 +1389,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#dev-container", "slug": "/usage/builders#dev-container", - "objectID": 171 + "objectID": 174 }, { "title": "Custom Image", @@ -1373,7 +1397,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#custom-image", "slug": "/usage/builders#custom-image", - "objectID": 172 + "objectID": 175 }, { "title": "None", @@ -1381,7 +1405,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#none", "slug": "/usage/builders#none", - "objectID": 173 + "objectID": 176 }, { "title": "Custom Build Registry", @@ -1389,7 +1413,7 @@ "tag": "Documentation", "url": "/docs/usage/builders#custom-build-registry", "slug": "/usage/builders#custom-build-registry", - "objectID": 174 + "objectID": 177 }, { "title": "IDEs", @@ -1397,7 +1421,7 @@ "tag": "Documentation", "url": "/docs/usage/ide", "slug": "/usage/ide", - "objectID": 175 + "objectID": 178 }, { "title": "Set the Default IDE", @@ -1405,7 +1429,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#set-the-default-ide", "slug": "/usage/ide#set-the-default-ide", - "objectID": 176 + "objectID": 179 }, { "title": "VS Code", @@ -1413,7 +1437,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#vs-code", "slug": "/usage/ide#vs-code", - "objectID": 177 + "objectID": 180 }, { "title": "VS Code Browser", @@ -1421,7 +1445,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#vs-code-browser", "slug": "/usage/ide#vs-code-browser", - "objectID": 178 + "objectID": 181 }, { "title": "JetBrains CLion", @@ -1429,7 +1453,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-clion", "slug": "/usage/ide#jetbrains-clion", - "objectID": 179 + "objectID": 182 }, { "title": "JetBrains GoLand", @@ -1437,7 +1461,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-goland", "slug": "/usage/ide#jetbrains-goland", - "objectID": 180 + "objectID": 183 }, { "title": "JetBrains IntelliJ IDEA Ultimate", @@ -1445,7 +1469,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-intellij-idea-ultimate", "slug": "/usage/ide#jetbrains-intellij-idea-ultimate", - "objectID": 181 + "objectID": 184 }, { "title": "JetBrains PhpStorm", @@ -1453,7 +1477,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-phpstorm", "slug": "/usage/ide#jetbrains-phpstorm", - "objectID": 182 + "objectID": 185 }, { "title": "JetBrains PyCharm Professional", @@ -1461,7 +1485,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-pycharm-professional", "slug": "/usage/ide#jetbrains-pycharm-professional", - "objectID": 183 + "objectID": 186 }, { "title": "JetBrains Rider", @@ -1469,7 +1493,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-rider", "slug": "/usage/ide#jetbrains-rider", - "objectID": 184 + "objectID": 187 }, { "title": "JetBrains RubyMine", @@ -1477,7 +1501,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-rubymine", "slug": "/usage/ide#jetbrains-rubymine", - "objectID": 185 + "objectID": 188 }, { "title": "JetBrains WebStorm", @@ -1485,7 +1509,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-webstorm", "slug": "/usage/ide#jetbrains-webstorm", - "objectID": 186 + "objectID": 189 }, { "title": "JetBrains Fleet", @@ -1493,7 +1517,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jetbrains-fleet", "slug": "/usage/ide#jetbrains-fleet", - "objectID": 187 + "objectID": 190 }, { "title": "Jupyter", @@ -1501,7 +1525,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#jupyter", "slug": "/usage/ide#jupyter", - "objectID": 188 + "objectID": 191 }, { "title": "Zed", @@ -1509,7 +1533,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#zed", "slug": "/usage/ide#zed", - "objectID": 189 + "objectID": 192 }, { "title": "Cursor", @@ -1517,7 +1541,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#cursor", "slug": "/usage/ide#cursor", - "objectID": 190 + "objectID": 193 }, { "title": "Terminal SSH", @@ -1525,7 +1549,7 @@ "tag": "Documentation", "url": "/docs/usage/ide#terminal-ssh", "slug": "/usage/ide#terminal-ssh", - "objectID": 191 + "objectID": 194 }, { "title": "Prebuilds", @@ -1533,7 +1557,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds", "slug": "/usage/prebuilds", - "objectID": 192 + "objectID": 195 }, { "title": "Add a Prebuild", @@ -1541,7 +1565,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#add-a-prebuild", "slug": "/usage/prebuilds#add-a-prebuild", - "objectID": 193 + "objectID": 196 }, { "title": "Use a Prebuild", @@ -1549,7 +1573,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#use-a-prebuild", "slug": "/usage/prebuilds#use-a-prebuild", - "objectID": 194 + "objectID": 197 }, { "title": "List Prebuilds", @@ -1557,7 +1581,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#list-prebuilds", "slug": "/usage/prebuilds#list-prebuilds", - "objectID": 195 + "objectID": 198 }, { "title": "Prebuilds Information", @@ -1565,7 +1589,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#prebuilds-information", "slug": "/usage/prebuilds#prebuilds-information", - "objectID": 196 + "objectID": 199 }, { "title": "Update Prebuilds", @@ -1573,7 +1597,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#update-prebuilds", "slug": "/usage/prebuilds#update-prebuilds", - "objectID": 197 + "objectID": 200 }, { "title": "Delete Prebuilds", @@ -1581,7 +1605,7 @@ "tag": "Documentation", "url": "/docs/usage/prebuilds#delete-prebuilds", "slug": "/usage/prebuilds#delete-prebuilds", - "objectID": 198 + "objectID": 201 }, { "title": "Projects", @@ -1589,7 +1613,7 @@ "tag": "Documentation", "url": "/docs/usage/projects", "slug": "/usage/projects", - "objectID": 199 + "objectID": 202 }, { "title": "Project Configuration", @@ -1597,7 +1621,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#project-configuration", "slug": "/usage/projects#project-configuration", - "objectID": 200 + "objectID": 203 }, { "title": "Add a Project Configuration", @@ -1605,7 +1629,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#add-a-project-configuration", "slug": "/usage/projects#add-a-project-configuration", - "objectID": 201 + "objectID": 204 }, { "title": "Project Configuration Information", @@ -1613,7 +1637,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#project-configuration-information", "slug": "/usage/projects#project-configuration-information", - "objectID": 202 + "objectID": 205 }, { "title": "List Project Configuration", @@ -1621,7 +1645,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#list-project-configuration", "slug": "/usage/projects#list-project-configuration", - "objectID": 203 + "objectID": 206 }, { "title": "Set Default Project Configuration", @@ -1629,7 +1653,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#set-default-project-configuration", "slug": "/usage/projects#set-default-project-configuration", - "objectID": 204 + "objectID": 207 }, { "title": "Update Project Configuration", @@ -1637,7 +1661,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#update-project-configuration", "slug": "/usage/projects#update-project-configuration", - "objectID": 205 + "objectID": 208 }, { "title": "Delete Project Configuration", @@ -1645,7 +1669,7 @@ "tag": "Documentation", "url": "/docs/usage/projects#delete-project-configuration", "slug": "/usage/projects#delete-project-configuration", - "objectID": 206 + "objectID": 209 }, { "title": "Server", @@ -1653,7 +1677,7 @@ "tag": "Documentation", "url": "/docs/usage/server", "slug": "/usage/server", - "objectID": 207 + "objectID": 210 }, { "title": "Start the Server", @@ -1661,7 +1685,7 @@ "tag": "Documentation", "url": "/docs/usage/server#start-the-server", "slug": "/usage/server#start-the-server", - "objectID": 208 + "objectID": 211 }, { "title": "Configure the Server", @@ -1669,7 +1693,7 @@ "tag": "Documentation", "url": "/docs/usage/server#configure-the-server", "slug": "/usage/server#configure-the-server", - "objectID": 209 + "objectID": 212 }, { "title": "Restart the Server", @@ -1677,7 +1701,7 @@ "tag": "Documentation", "url": "/docs/usage/server#restart-the-server", "slug": "/usage/server#restart-the-server", - "objectID": 210 + "objectID": 213 }, { "title": "Stop the Server", @@ -1685,7 +1709,7 @@ "tag": "Documentation", "url": "/docs/usage/server#stop-the-server", "slug": "/usage/server#stop-the-server", - "objectID": 211 + "objectID": 214 }, { "title": "Workspaces", @@ -1693,7 +1717,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces", "slug": "/usage/workspaces", - "objectID": 212 + "objectID": 215 }, { "title": "Create a Workspace", @@ -1701,7 +1725,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#create-a-workspace", "slug": "/usage/workspaces#create-a-workspace", - "objectID": 213 + "objectID": 216 }, { "title": "From a Git Repository", @@ -1709,7 +1733,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#from-a-git-repository", "slug": "/usage/workspaces#from-a-git-repository", - "objectID": 214 + "objectID": 217 }, { "title": "From an Arbitrary Git URL", @@ -1717,7 +1741,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#from-an-arbitrary-git-url", "slug": "/usage/workspaces#from-an-arbitrary-git-url", - "objectID": 215 + "objectID": 218 }, { "title": "Create a Workspace with Multiple Projects", @@ -1725,7 +1749,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#create-a-workspace-with-multiple-projects", "slug": "/usage/workspaces#create-a-workspace-with-multiple-projects", - "objectID": 216 + "objectID": 219 }, { "title": "List Workspaces", @@ -1733,7 +1757,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#list-workspaces", "slug": "/usage/workspaces#list-workspaces", - "objectID": 217 + "objectID": 220 }, { "title": "Open An Existing Workspace", @@ -1741,7 +1765,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#open-an-existing-workspace", "slug": "/usage/workspaces#open-an-existing-workspace", - "objectID": 218 + "objectID": 221 }, { "title": "Delete Workspaces", @@ -1749,7 +1773,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#delete-workspaces", "slug": "/usage/workspaces#delete-workspaces", - "objectID": 219 + "objectID": 222 }, { "title": "Non-Interactively", @@ -1757,7 +1781,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#non-interactively", "slug": "/usage/workspaces#non-interactively", - "objectID": 220 + "objectID": 223 }, { "title": "Forward Ports from a Workspace", @@ -1765,7 +1789,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#forward-ports-from-a-workspace", "slug": "/usage/workspaces#forward-ports-from-a-workspace", - "objectID": 221 + "objectID": 224 }, { "title": "Access a Port Locally", @@ -1773,7 +1797,7 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#access-a-port-locally", "slug": "/usage/workspaces#access-a-port-locally", - "objectID": 222 + "objectID": 225 }, { "title": "Access a Port via Public URL", @@ -1781,6 +1805,6 @@ "tag": "Documentation", "url": "/docs/usage/workspaces#access-a-port-via-public-url", "slug": "/usage/workspaces#access-a-port-via-public-url", - "objectID": 223 + "objectID": 226 } ] \ No newline at end of file