Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ClientCmd = &cobra.Command{ Use: "client", Short: "Start gRPC client", Long: `Start gRPC client for executing a command in remote host, TLS = true`, Example: "gRPCRemoteCommands client --command hostname -h localhost -p 50051 -c /tmp/config.yaml", Run: func(cmd *cobra.Command, args []string) { _ = args err := clientMain(cmd) if err != nil { panic(err) } }, }
ClientCmd new release command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.