forked from dragonflyoss/Dragonfly
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add dfcache rpm/deb packages and man pages and publish in gorel…
…easer (dragonflyoss#1259) add goreleaser dfcache rpm/deb packages and man pages Note that dfcache*.md files are generated by `dfcache doc` command. Signed-off-by: Eryu Guan <[email protected]>
- Loading branch information
Showing
19 changed files
with
870 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
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,44 @@ | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "DFCACHE" "1" "" "Version v2.0.2" "Frivolous \[lq]Dfcache\[rq] Documentation" | ||
.hy | ||
.SS dfcache delete | ||
.PP | ||
delete file from P2P cache system | ||
.SS Synopsis | ||
.PP | ||
delete file from P2P cache system | ||
.IP | ||
.nf | ||
\f[C] | ||
dfcache delete <-i cid> [flags] | ||
\f[R] | ||
.fi | ||
.SS Options | ||
.IP | ||
.nf | ||
\f[C] | ||
-h, --help help for delete | ||
\f[R] | ||
.fi | ||
.SS Options inherited from parent commands | ||
.IP | ||
.nf | ||
\f[C] | ||
--callsystem string The caller name which is mainly used for statistics and access control | ||
-i, --cid string content or cache ID, e.g. sha256 digest of the content | ||
--config string the path of configuration file with yaml extension name, default is /etc/dragonfly/dfcache.yaml, it can also be set by env var: DFCACHE_CONFIG | ||
--console whether logger output records to the stdout | ||
--jaeger string jaeger endpoint url, like: http://localhost:14250/api/traces | ||
--logdir string Dfcache log directory | ||
--pprof-port int listen port for pprof, 0 represents random port (default -1) | ||
--service-name string name of the service for tracer (default \[dq]dragonfly-dfcache\[dq]) | ||
-t, --tag string different tags for the same cid will be recognized as different files in P2P network | ||
--timeout duration Timeout for this cache operation, 0 is infinite | ||
--verbose whether logger use debug level | ||
--workhome string Dfcache working directory | ||
\f[R] | ||
.fi | ||
.SS SEE ALSO | ||
.IP \[bu] 2 | ||
dfcache - the P2P cache client of dragonfly |
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,45 @@ | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "DFCACHE" "1" "" "Version v2.0.2" "Frivolous \[lq]Dfcache\[rq] Documentation" | ||
.hy | ||
.SS dfcache doc | ||
.PP | ||
generate documents | ||
.SS Synopsis | ||
.PP | ||
generate markdown documents for cmd: dfcache . | ||
.IP | ||
.nf | ||
\f[C] | ||
dfcache doc [flags] | ||
\f[R] | ||
.fi | ||
.SS Options | ||
.IP | ||
.nf | ||
\f[C] | ||
-h, --help help for doc | ||
--path string destination dir of generated markdown documents (default \[dq]./\[dq]) | ||
\f[R] | ||
.fi | ||
.SS Options inherited from parent commands | ||
.IP | ||
.nf | ||
\f[C] | ||
--callsystem string The caller name which is mainly used for statistics and access control | ||
-i, --cid string content or cache ID, e.g. sha256 digest of the content | ||
--config string the path of configuration file with yaml extension name, default is /etc/dragonfly/dfcache.yaml, it can also be set by env var: DFCACHE_CONFIG | ||
--console whether logger output records to the stdout | ||
--jaeger string jaeger endpoint url, like: http://localhost:14250/api/traces | ||
--logdir string Dfcache log directory | ||
--pprof-port int listen port for pprof, 0 represents random port (default -1) | ||
--service-name string name of the service for tracer (default \[dq]dragonfly-dfcache\[dq]) | ||
-t, --tag string different tags for the same cid will be recognized as different files in P2P network | ||
--timeout duration Timeout for this cache operation, 0 is infinite | ||
--verbose whether logger use debug level | ||
--workhome string Dfcache working directory | ||
\f[R] | ||
.fi | ||
.SS SEE ALSO | ||
.IP \[bu] 2 | ||
dfcache - the P2P cache client of dragonfly |
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,46 @@ | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "DFCACHE" "1" "" "Version v2.0.2" "Frivolous \[lq]Dfcache\[rq] Documentation" | ||
.hy | ||
.SS dfcache export | ||
.PP | ||
export file from P2P cache system | ||
.SS Synopsis | ||
.PP | ||
export file from P2P cache system | ||
.IP | ||
.nf | ||
\f[C] | ||
dfcache export <-i cid> <output>|<-O output> [flags] | ||
\f[R] | ||
.fi | ||
.SS Options | ||
.IP | ||
.nf | ||
\f[C] | ||
-h, --help help for export | ||
-l, --local only export file from local cache | ||
-O, --output string export file path | ||
\f[R] | ||
.fi | ||
.SS Options inherited from parent commands | ||
.IP | ||
.nf | ||
\f[C] | ||
--callsystem string The caller name which is mainly used for statistics and access control | ||
-i, --cid string content or cache ID, e.g. sha256 digest of the content | ||
--config string the path of configuration file with yaml extension name, default is /etc/dragonfly/dfcache.yaml, it can also be set by env var: DFCACHE_CONFIG | ||
--console whether logger output records to the stdout | ||
--jaeger string jaeger endpoint url, like: http://localhost:14250/api/traces | ||
--logdir string Dfcache log directory | ||
--pprof-port int listen port for pprof, 0 represents random port (default -1) | ||
--service-name string name of the service for tracer (default \[dq]dragonfly-dfcache\[dq]) | ||
-t, --tag string different tags for the same cid will be recognized as different files in P2P network | ||
--timeout duration Timeout for this cache operation, 0 is infinite | ||
--verbose whether logger use debug level | ||
--workhome string Dfcache working directory | ||
\f[R] | ||
.fi | ||
.SS SEE ALSO | ||
.IP \[bu] 2 | ||
dfcache - the P2P cache client of dragonfly |
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,45 @@ | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "DFCACHE" "1" "" "Version v2.0.2" "Frivolous \[lq]Dfcache\[rq] Documentation" | ||
.hy | ||
.SS dfcache import | ||
.PP | ||
import file into P2P cache system | ||
.SS Synopsis | ||
.PP | ||
import file into P2P cache system | ||
.IP | ||
.nf | ||
\f[C] | ||
dfcache import <-i cid> <file>|<-I file> [flags] | ||
\f[R] | ||
.fi | ||
.SS Options | ||
.IP | ||
.nf | ||
\f[C] | ||
-h, --help help for import | ||
-I, --input string import the given file into P2P network | ||
\f[R] | ||
.fi | ||
.SS Options inherited from parent commands | ||
.IP | ||
.nf | ||
\f[C] | ||
--callsystem string The caller name which is mainly used for statistics and access control | ||
-i, --cid string content or cache ID, e.g. sha256 digest of the content | ||
--config string the path of configuration file with yaml extension name, default is /etc/dragonfly/dfcache.yaml, it can also be set by env var: DFCACHE_CONFIG | ||
--console whether logger output records to the stdout | ||
--jaeger string jaeger endpoint url, like: http://localhost:14250/api/traces | ||
--logdir string Dfcache log directory | ||
--pprof-port int listen port for pprof, 0 represents random port (default -1) | ||
--service-name string name of the service for tracer (default \[dq]dragonfly-dfcache\[dq]) | ||
-t, --tag string different tags for the same cid will be recognized as different files in P2P network | ||
--timeout duration Timeout for this cache operation, 0 is infinite | ||
--verbose whether logger use debug level | ||
--workhome string Dfcache working directory | ||
\f[R] | ||
.fi | ||
.SS SEE ALSO | ||
.IP \[bu] 2 | ||
dfcache - the P2P cache client of dragonfly |
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,44 @@ | ||
.\" Automatically generated by Pandoc 2.14.0.3 | ||
.\" | ||
.TH "DFCACHE" "1" "" "Version v2.0.2" "Frivolous \[lq]Dfcache\[rq] Documentation" | ||
.hy | ||
.SS dfcache plugin | ||
.PP | ||
show plugin | ||
.SS Synopsis | ||
.PP | ||
show the plugin details of dragonfly. | ||
.IP | ||
.nf | ||
\f[C] | ||
dfcache plugin [flags] | ||
\f[R] | ||
.fi | ||
.SS Options | ||
.IP | ||
.nf | ||
\f[C] | ||
-h, --help help for plugin | ||
\f[R] | ||
.fi | ||
.SS Options inherited from parent commands | ||
.IP | ||
.nf | ||
\f[C] | ||
--callsystem string The caller name which is mainly used for statistics and access control | ||
-i, --cid string content or cache ID, e.g. sha256 digest of the content | ||
--config string the path of configuration file with yaml extension name, default is /etc/dragonfly/dfcache.yaml, it can also be set by env var: DFCACHE_CONFIG | ||
--console whether logger output records to the stdout | ||
--jaeger string jaeger endpoint url, like: http://localhost:14250/api/traces | ||
--logdir string Dfcache log directory | ||
--pprof-port int listen port for pprof, 0 represents random port (default -1) | ||
--service-name string name of the service for tracer (default \[dq]dragonfly-dfcache\[dq]) | ||
-t, --tag string different tags for the same cid will be recognized as different files in P2P network | ||
--timeout duration Timeout for this cache operation, 0 is infinite | ||
--verbose whether logger use debug level | ||
--workhome string Dfcache working directory | ||
\f[R] | ||
.fi | ||
.SS SEE ALSO | ||
.IP \[bu] 2 | ||
dfcache - the P2P cache client of dragonfly |
Oops, something went wrong.