Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "tunnel [flags] {CLUSTERID|CLUSTER_NAME|CLUSTER_NAME_SEARCH} -- [sshuttle arguments]", Short: "tunnel to a cluster", Long: "Use sshuttle to create a ssh tunnel to a cluster by ID or Name or" + "cluster name search string according to the api: " + "https://api.openshift.com/#/clusters/get_api_clusters_mgmt_v1_clusters", Example: " ocm tunnel <cluster_id>\n ocm tunnel %test%", RunE: run, Hidden: true, Args: cobra.ArbitraryArgs, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.