From 03c7b7631d855946b9f17ec69d3390082a5907af Mon Sep 17 00:00:00 2001 From: Ivan Dagelic Date: Fri, 18 Oct 2024 16:53:27 +0200 Subject: [PATCH] feat: set default target note (#180) Signed-off-by: Ivan Dagelic --- src/content/docs/configuration/targets.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/content/docs/configuration/targets.mdx b/src/content/docs/configuration/targets.mdx index ae2c181..625d459 100644 --- a/src/content/docs/configuration/targets.mdx +++ b/src/content/docs/configuration/targets.mdx @@ -84,6 +84,11 @@ None Target set successfully ``` +:::note +Adding or updating a Target automatically sets it to be the default option for creating workspaces. +Change this by running `daytona target set-default` and selecting the Target you want or override it directly by using the `--target` flag when running `daytona create`. +::: + ## List Targets Daytona allows you to keep track of your Targets by listing all previously created Targets with their details.