Skip to content

Commit

Permalink
sync docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ansuman Sahoo <[email protected]>
  • Loading branch information
unsuman committed Oct 3, 2024
1 parent 0480347 commit 69c87d1
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/workspace_mode/daytona.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ daytona [flags]
* [daytona forward](daytona_forward.md) - Forward a port publicly via an URL
* [daytona info](daytona_info.md) - Show project info
* [daytona list](daytona_list.md) - List workspaces
* [daytona logs](daytona_logs.md) - View logs for a workspace/project
* [daytona restart](daytona_restart.md) - Restart the project
* [daytona start](daytona_start.md) - Start the project
* [daytona stop](daytona_stop.md) - Stop the project
Expand Down
25 changes: 25 additions & 0 deletions docs/workspace_mode/daytona_logs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## daytona logs

View logs for a workspace/project

```
daytona logs [WORKSPACE] [PROJECT_NAME] [flags]
```

### Options

```
-f, --follow Follow logs
-w, --workspace View workspace logs
```

### Options inherited from parent commands

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

### SEE ALSO

* [daytona](daytona.md) - Use the Daytona CLI to manage your workspace

1 change: 1 addition & 0 deletions hack/docs/workspace_mode/daytona.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ see_also:
- daytona forward - Forward a port publicly via an URL
- daytona info - Show project info
- daytona list - List workspaces
- daytona logs - View logs for a workspace/project
- daytona restart - Restart the project
- daytona start - Start the project
- daytona stop - Stop the project
Expand Down
18 changes: 18 additions & 0 deletions hack/docs/workspace_mode/daytona_logs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: daytona logs
synopsis: View logs for a workspace/project
usage: daytona logs [WORKSPACE] [PROJECT_NAME] [flags]
options:
- name: follow
shorthand: f
default_value: "false"
usage: Follow logs
- name: workspace
shorthand: w
default_value: "false"
usage: View workspace logs
inherited_options:
- name: help
default_value: "false"
usage: help for daytona
see_also:
- daytona - Use the Daytona CLI to manage your workspace

0 comments on commit 69c87d1

Please sign in to comment.