-
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: johnwick <[email protected]>
- Loading branch information
1 parent
90d9ae0
commit bbd6821
Showing
3 changed files
with
36 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,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 | ||
|
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 |
---|---|---|
@@ -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 |