grantssh

package
v0.6.322 Latest Latest
Warning

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

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

Documentation

Overview

Package grantssh provides the brev grant-ssh command for granting SSH access to a registered device for another org member.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdGrantSSH

func NewCmdGrantSSH(t *terminal.Terminal, store GrantSSHStore) *cobra.Command

Types

type GrantSSHStore

type GrantSSHStore interface {
	GetCurrentUser() (*entity.User, error)
	GetActiveOrganizationOrDefault() (*entity.Organization, error)
	GetOrganizationsByName(name string) ([]entity.Organization, error)
	ListOrganizations() ([]entity.Organization, error)
	GetAccessToken() (string, error)
	GetOrgRoleAttachments(orgID string) ([]entity.OrgRoleAttachment, error)
	GetUserByID(userID string) (*entity.User, error)
}

GrantSSHStore defines the store methods needed by the grant-ssh command.

Jump to

Keyboard shortcuts

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