Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: the-johnwick <[email protected]>
  • Loading branch information
the-johnwick committed Aug 31, 2024
1 parent d05e8be commit 10bcb9a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/daytona_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Create a workspace

```
daytona create [REPOSITORY_URL] [flags]
daytona create [TOKEN_IDENTITY] [REPOSITORY_URL] [flags]
```

### Options
Expand Down
7 changes: 0 additions & 7 deletions docs/workspace_mode/daytona_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ Start the agent process
daytona agent [flags]
```

### Options

```
--host Run the agent in host mode
```

### Options inherited from parent commands

```
Expand All @@ -21,5 +15,4 @@ daytona agent [flags]
### SEE ALSO

* [daytona](daytona.md) - Use the Daytona CLI to manage your workspace
* [daytona agent logs](daytona_agent_logs.md) - Output Daytona Agent logs

2 changes: 1 addition & 1 deletion hack/docs/daytona_create.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: daytona create
synopsis: Create a workspace
usage: daytona create [REPOSITORY_URL] [flags]
usage: daytona create [TOKEN_IDENTITY] [REPOSITORY_URL] [flags]
options:
- name: blank
default_value: "false"
Expand Down
5 changes: 0 additions & 5 deletions hack/docs/workspace_mode/daytona_agent.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: daytona agent
synopsis: Start the agent process
usage: daytona agent [flags]
options:
- name: host
default_value: "false"
usage: Run the agent in host mode
inherited_options:
- name: help
default_value: "false"
usage: help for daytona
see_also:
- daytona - Use the Daytona CLI to manage your workspace
- daytona agent logs - Output Daytona Agent logs

0 comments on commit 10bcb9a

Please sign in to comment.