create

package
v0.6.317 Latest Latest
Warning

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

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

Documentation

Overview

Deprecated: This package is superseded by pkg/cmd/gpucreate which is the registered "brev create" command. This code is not wired into cmd.go and should not be modified. Use gpucreate for all new work.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdCreate

func NewCmdCreate(t *terminal.Terminal, createStore CreateStore) *cobra.Command

Types

type CreateOptions

type CreateOptions struct {
	Name           string
	WorkspaceClass string
	Detached       bool
	InstanceType   string
}

type CreateStore

type CreateStore interface {
	util.GetWorkspaceByNameOrIDErrStore
	GetActiveOrganizationOrDefault() (*entity.Organization, error)
	GetCurrentUser() (*entity.User, error)
	GetWorkspace(workspaceID string) (*entity.Workspace, error)
	CreateWorkspace(organizationID string, options *store.CreateWorkspacesOptions) (*entity.Workspace, error)
}

Jump to

Keyboard shortcuts

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