Versions in this module Expand all Collapse all v0 v0.2.1 Nov 12, 2021 v0.2.0 Nov 12, 2021 Changes in this version + func NewCmdOn() *cobra.Command + type On struct + func NewOn(sshConfigurer SSHConfigurer, ...) *On + func (o On) Run() error + type SSHConfigurer interface + Config func() error + GetConfiguredWorkspacePort func(workspace brev_api.Workspace) (string, error) + GetWorkspaces func() ([]brev_api.WorkspaceWithMeta, error)