Documentation
¶
Overview ¶
Copyright © 2023 Brandon Spendlove <brandonspendlove@gmail.com>
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{
Use: "netconf-tool",
Short: "CLI Tool to interact with NETCONF Servers",
Long: `netconf-tool is a Go based port of my original Python CLI tool netconf-tool
which uses the click module.
The idea of this tool is to provide some basic NETCONF functionality on demand so you can
interact with a NETCONF server on the fly with basic operations instead of having to write
temporary code for example to gather a NETCONF subscription and event data, or grab the running
configuration to then store and parse locally for offline development.`,
}
rootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.