Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Commands map[string]cli.CommandFactory
View Source
var Ui cli.Ui
Functions ¶
This section is empty.
Types ¶
type DaemonCommand ¶
type DaemonCommand struct {
Meta Meta
Port int // Which port to listen on
Host string // Which network host/ip to listen on
Insecure bool // Enable/Disable TLS
}
func (*DaemonCommand) Help ¶
func (c *DaemonCommand) Help() string
func (*DaemonCommand) Run ¶
func (c *DaemonCommand) Run(args []string) int
func (*DaemonCommand) Synopsis ¶
func (c *DaemonCommand) Synopsis() string
type ExcludeFlags ¶
type ExcludeSlice ¶
func (*ExcludeSlice) Set ¶
func (e *ExcludeSlice) Set(value string) error
func (*ExcludeSlice) String ¶
func (e *ExcludeSlice) String() string
type PkiCommand ¶
type PkiCommand struct {
Meta Meta
// contains filtered or unexported fields
}
func (*PkiCommand) Help ¶
func (c *PkiCommand) Help() string
func (*PkiCommand) Run ¶
func (c *PkiCommand) Run(args []string) int
func (*PkiCommand) Synopsis ¶
func (c *PkiCommand) Synopsis() string
type SyncCommand ¶
type SyncCommand struct {
Meta Meta
Dest string
Src string
Host string
Port int
Cert string
Key string
Insecure bool
Watch bool
Filters []string
Exclude ExcludeSlice
Verbose bool
}
func (*SyncCommand) Help ¶
func (c *SyncCommand) Help() string
func (*SyncCommand) Run ¶
func (c *SyncCommand) Run(args []string) int
func (*SyncCommand) Synopsis ¶
func (c *SyncCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.