Versions in this module Expand all Collapse all v8 v8.17.0 Nov 18, 2025 Changes in this version + type ForwardSpec struct + ConnectAddress string + ListenAddress string + type SSHOptions struct + AppName string + Command []string + ForwardSpecs []ForwardSpec + Index uint + SkipHostValidation bool + SkipRemoteExecution bool + TerminalRequest TTYRequest + func NewSSHOptions(fc flags.FlagContext) (*SSHOptions, error) + type TTYRequest int + const RequestTTYAuto + const RequestTTYForce + const RequestTTYNo + const RequestTTYYes Other modules containing this package code.cloudfoundry.org/cli