This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #706 from pouchrobot/auto-doc-2019-07-23
docs: auto generate Dragonfly cli/api/contributors docs via code
- Loading branch information
Showing
4 changed files
with
50 additions
and
4 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,33 @@ | ||
## dfdaemon version | ||
|
||
Show the current version of dfdaemon | ||
|
||
### Synopsis | ||
|
||
Display the version and build information of Dragonfly dfdaemon, including GoVersion, OS, Arch, Version, BuildDate and GitCommit. | ||
|
||
``` | ||
dfdaemon version [flags] | ||
``` | ||
|
||
### Examples | ||
|
||
``` | ||
dfdaemon, version 0.4.1 | ||
Git commit: 6fd5c8f | ||
Build date: 20190717-15:57:52 | ||
Go version: go1.12.6 | ||
OS/Arch: linux/amd64 | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-h, --help help for version | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [dfdaemon](dfdaemon.md) - The dfdaemon is a proxy that intercepts image download requests. | ||
|
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