package cmd
import "github.com/google/trillian/cmd"
Package cmd contains common code for the various binaries in this repository.
Index ¶
Functions ¶
func ParseFlagFile ¶
ParseFlagFile parses a set of flags from a file at the provided path. Re-calls flag.Parse() after parsing the flags in the file so that flags provided on the command line take precedence over flags provided in the file.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
cmd/createtree | Package main contains the implementation and entry point for the createtree command. |
cmd/deletetree | Package main contains the implementation and entry point for the deletetree command. |
cmd/internal | |
cmd/trillian_log_server | The trillian_log_server binary runs the Trillian log server, and also provides an admin server. |
cmd/trillian_log_signer | The trillian_log_signer binary runs the process which sequences new entries, integrates them into the corresponding log, and, finally, creates a new LogRoot with updated root hash. |
cmd/updatetree | Package main contains the implementation and entry point for the updatetree command. |
- Version
- v1.7.1 (latest)
- Published
- Jan 9, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 5 days ago –
Tools for package owners.