client

package
v0.0.0-...-1e113ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 8, 2025 License: Apache-2.0 Imports: 12 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL