Documentation ¶
Overview ¶
Package refresh lists workspaces in the current org
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigUpdater ¶ added in v0.6.67
func GetConfigUpdater(store RefreshStore, runRemotCMD bool) (*ssh.ConfigUpdater, error)
func NewCmdRefresh ¶
func NewCmdRefresh(t *terminal.Terminal, store RefreshStore) *cobra.Command
func RunRefresh ¶ added in v0.6.67
func RunRefresh(store RefreshStore, runRemoteCMD bool) error
Types ¶
type RefreshRes ¶ added in v0.6.67
type RefreshRes struct {
// contains filtered or unexported fields
}
func RunRefreshAsync ¶ added in v0.6.67
func RunRefreshAsync(rstore RefreshStore, runRemoteCMD bool) *RefreshRes
func (*RefreshRes) Await ¶ added in v0.6.67
func (r *RefreshRes) Await() error
type RefreshStore ¶ added in v0.6.0
type RefreshStore interface { ssh.ConfigUpdaterStore ssh.SSHConfigurerV2Store GetCurrentUser() (*entity.User, error) k8s.K8sStore }
Click to show internal directories.
Click to hide internal directories.