Versions in this module Expand all Collapse all v0 v0.0.5 Oct 31, 2022 Changes in this version + func NewCmdSSHKey() *cobra.Command + func NewCmdTunnel() *cobra.Command + func NewCmdTunnelDown() *cobra.Command + func NewCmdTunnelStatus() *cobra.Command + func NewCmdTunnelUp() *cobra.Command + type TunnelOptions struct + BastionHostID string + Config *config.Config + ForwardHost []string + PrivateKeyFile string + PublicKeyFile string + func NewTunnelFlags() *TunnelOptions + func (o *TunnelOptions) Complete(cmd *cobra.Command, args []string) error + func (o *TunnelOptions) Run(cmd *cobra.Command) error + func (o *TunnelOptions) Validate() error + type TunnelSSHKeyOptions struct + Config *config.Config + PublicKeyFile string + func NewSSHKeyFlags() *TunnelSSHKeyOptions + func (o *TunnelSSHKeyOptions) Complete(cmd *cobra.Command, args []string) error + func (o *TunnelSSHKeyOptions) Run() error + func (o *TunnelSSHKeyOptions) Validate() error + type TunnelStatusOptions struct + Config *config.Config + func NewTunnelStatusOptions() *TunnelStatusOptions + func (o *TunnelStatusOptions) Complete(cmd *cobra.Command, args []string) error + func (o *TunnelStatusOptions) Run(cmd *cobra.Command) error + func (o *TunnelStatusOptions) Validate() error + type TunnelUpOptions struct + BastionHostID string + Config *config.Config + ForwardHost []string + PrivateKeyFile string + func NewTunnelUpFlags() *TunnelUpOptions + func (o *TunnelUpOptions) Complete(cmd *cobra.Command, args []string) error + func (o *TunnelUpOptions) Run(cmd *cobra.Command) error + func (o *TunnelUpOptions) Validate() error