Skip to content

Commit

Permalink
feat: set default target note (#180)
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Dagelic <[email protected]>
  • Loading branch information
idagelic authored Oct 18, 2024
1 parent e21a1aa commit 03c7b76
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/content/docs/configuration/targets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 03c7b76

Please sign in to comment.