Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Agent ¶ added in v0.2.0
type Agent struct {
clientcmd.ServiceCommand
Foreground bool `long:"foreground" description:"Stay in foreground"`
Socket string `long:"socket" description:"Socket path (ensure the directory has restricted permissions)"`
GetClient GetClient
CmdRunner boshsys.CmdRunner
FS boshsys.FileSystem
}
type Exec ¶
type Exec struct {
clientcmd.ServiceCommand
GetClient GetClient
CmdRunner boshsys.CmdRunner
FS boshsys.FileSystem
Opts []string `long:"opts" description:"Options to pass through to SSH"`
Args ExecArgs `positional-args:"true" optional:"true"`
}
type SignPublicKey ¶
type SignPublicKey struct {
clientcmd.ServiceCommand
GetClient GetClient
FS boshsys.FileSystem
Args SignPublicKeyArgs `positional-args:"true" required:"true"`
}
func (SignPublicKey) Execute ¶
func (c SignPublicKey) Execute(args []string) error
type SignPublicKeyArgs ¶
type SignPublicKeyArgs struct {
Path string `positional-arg-name:"PATH"`
}
Click to show internal directories.
Click to hide internal directories.