deregister

package
v0.6.320 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2026 License: MIT Imports: 13 Imported by: 0

Documentation

Overview

Package deregister provides the brev deregister command for device deregistration

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdDeregister

func NewCmdDeregister(t *terminal.Terminal, store DeregisterStore) *cobra.Command

Types

type DeregisterStore

type DeregisterStore interface {
	GetCurrentUser() (*entity.User, error)
	GetAccessToken() (string, error)
}

DeregisterStore defines the store methods needed by the deregister command.

type SSHKeyRemover

type SSHKeyRemover interface {
	RemoveBrevKeys(u *user.User) ([]string, error)
}

SSHKeyRemover removes Brev-managed SSH keys and returns the lines removed.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL