package cmd

import "github.com/google/trillian/cmd"

Index

Functions

func ParseFlagFile

func ParseFlagFile(path string) error

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

flags.go

Directories

PathSynopsis
cmd/createtreePackage main contains the implementation and entry point for the createtree command.
cmd/createtree/keys
cmd/deletetreePackage main contains the implementation and entry point for the deletetree command.
cmd/get_tree_public_keyPackage main contains the implementation and entry point for the get_tree_public_key command.
cmd/internal
cmd/trillian_log_serverThe trillian_log_server binary runs the Trillian log server, and also provides an admin server.
cmd/trillian_log_signerThe trillian_log_signer binary runs the log signing code.
cmd/trillian_map_server
cmd/updatetreePackage main contains the implementation and entry point for the updatetree command.
Version
v1.3.8
Published
Feb 18, 2020
Platform
js/wasm
Imports
5 packages
Last checked
6 hours ago

Tools for package owners.