Skip to content

Commit

Permalink
doc generation
Browse files Browse the repository at this point in the history
Signed-off-by: johnwick <[email protected]>
  • Loading branch information
the-johnwick committed Sep 3, 2024
1 parent 90d9ae0 commit bbd6821
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/workspace_mode/daytona_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Start the agent process
daytona agent [flags]
```

### Options

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

### Options inherited from parent commands

```
Expand All @@ -15,4 +21,5 @@ 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

24 changes: 24 additions & 0 deletions docs/workspace_mode/daytona_agent_logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
## daytona agent logs

Output Daytona Agent logs

```
daytona agent logs [flags]
```

### Options

```
-f, --follow Follow logs
```

### Options inherited from parent commands

```
--help help for daytona
```

### SEE ALSO

* [daytona agent](daytona_agent.md) - Start the agent process

5 changes: 5 additions & 0 deletions hack/docs/workspace_mode/daytona_agent.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
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 bbd6821

Please sign in to comment.