package
0.4.3
Repository: https://github.com/codekoala/go-aws-lanes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

CheckSourceFiles ensures that each provided path points to an accessible file.
ChooseServer displays a table of all instances in the specified lane and prompts the user to select one server before proceeding with the calling operation.
ConnectToServer uses the specified server's lane to correctly connect to the desired server.
CopyToServers uses the provided SSH profile to copy one or more files to all provided servers.
DisplayAndConfirm displays a table with the specified servers and requires the user to confirm their intentions before allowing the calling operation to continue.
DisplayFilteredLaneAndConfirm displays a table of instances in the specified lane that match the specified keyword and requires the user to confirm their intentions before allowing the calling operation to continue.
DisplayLaneAndConfirm displays a table of all instances in the specified lane and requires the user to confirm their intentions before allowing the calling operation to continue.
No description provided by the author
Prompt displays a regular prompt for user input.
PromptHideInput displays a prompt for user input, optionally hiding user input.
ReadInput accepts user input, optionally hiding user input for sensitive data.
RequireProfile ensures that a valid profile is configured before allowing certain commands to proceed.
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

InputParseFunction deal with validating and saving user input to the appropriate variable.