Documentation
¶
Index ¶
- Variables
- func NewCheckCmd() *cobra.Command
- func NewLocationCmd() *cobra.Command
- func NewPublishCmd() *cobra.Command
- func NewShowCmd() *cobra.Command
- func PublishAllConfigWithParams(networkConfigDir string, monetConfigDir string) error
- func PublishConfigWithParams(networkConfigDir string, monetConfigDir string, nodeName string) error
- func ShowConfigParams(monetConfigDir string) error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( //ConfigCmd implements the config CLI subcommand ConfigCmd = &cobra.Command{ Use: "config", Short: "manage monetd configuration", Long: `monetcli config The config subcommands manage the monet configuration file, as used by the monetd server process. `, TraverseChildren: true, } //Force is a flag to allow overwriting of config files without warning. Can be //set programmatically or with --force flag Force bool )
Functions ¶
func NewCheckCmd ¶
NewCheckCmd defines the CLI command config check
func NewLocationCmd ¶
NewLocationCmd shows the config file path
func NewPublishCmd ¶
NewPublishCmd implements the "config publish" CLI subcommand
func PublishAllConfigWithParams ¶
PublishAllConfigWithParams iterates through all of the nodes with network set up.
func PublishConfigWithParams ¶
PublishConfigWithParams exposes the publish configuration actions to allow use from wizards
func ShowConfigParams ¶
ShowConfigParams outputs the monetd configuration file for monetConfigDir
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.