-
Notifications
You must be signed in to change notification settings - Fork 841
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ansuman Sahoo <[email protected]>
- Loading branch information
Showing
4 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |