connect

package
v1.4.0 Latest Latest
Warning

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

Go to latest
Published: Mar 13, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ConnectCmd = &cobra.Command{
		Use:   "connect [flags] [alias]",
		Short: "Connect to servers using SSH.",
		Long:  "Connect to servers using SSH with predefined aliases. They must be configured through the config command.",
		Example: `
# Connect to a server using an interactive prompt
acli connect

# Connect to a server using a predefined alias
acli config <alias>
		`,
		Version:      "0.1.0",
		RunE:         runE,
		SilenceUsage: true,
	}
)

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