cmdVM

package
v0.0.0-...-9813e4e Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2025 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddAccess

type AddAccess struct {
	Name string
}

func (*AddAccess) GetDesc

func (cmd *AddAccess) GetDesc() []string

func (*AddAccess) GetName

func (cmd *AddAccess) GetName() string

func (*AddAccess) PrintUsage

func (cmd *AddAccess) PrintUsage()

func (*AddAccess) Run

func (cmd *AddAccess) Run(client *nc.NexusClient, args []string) int

type Attach

type Attach struct {
	Name string
}

func (*Attach) GetDesc

func (cmd *Attach) GetDesc() []string

func (*Attach) GetName

func (cmd *Attach) GetName() string

func (*Attach) PrintUsage

func (cmd *Attach) PrintUsage()

func (*Attach) Run

func (cmd *Attach) Run(client *nc.NexusClient, args []string) int

type AttachFromPwd

type AttachFromPwd struct {
	Name string
}

func (*AttachFromPwd) GetDesc

func (cmd *AttachFromPwd) GetDesc() []string

func (*AttachFromPwd) GetName

func (cmd *AttachFromPwd) GetName() string

func (*AttachFromPwd) PrintUsage

func (cmd *AttachFromPwd) PrintUsage()

func (*AttachFromPwd) Run

func (cmd *AttachFromPwd) Run(client *nc.NexusClient, args []string) int

type AttachSingle

type AttachSingle struct {
	Name string
}

func (*AttachSingle) GetDesc

func (cmd *AttachSingle) GetDesc() []string

func (*AttachSingle) GetName

func (cmd *AttachSingle) GetName() string

func (*AttachSingle) PrintUsage

func (cmd *AttachSingle) PrintUsage()

func (*AttachSingle) Run

func (cmd *AttachSingle) Run(client *nc.NexusClient, args []string) int

type Create

type Create struct {
	Name string
}

func (*Create) GetDesc

func (cmd *Create) GetDesc() []string

func (*Create) GetName

func (cmd *Create) GetName() string

func (*Create) PrintUsage

func (cmd *Create) PrintUsage()

func (*Create) Run

func (cmd *Create) Run(client *nc.NexusClient, args []string) int

type Creds2csv

type Creds2csv struct {
	Name string
}

func (*Creds2csv) GetDesc

func (cmd *Creds2csv) GetDesc() []string

func (*Creds2csv) GetName

func (cmd *Creds2csv) GetName() string

func (*Creds2csv) PrintUsage

func (cmd *Creds2csv) PrintUsage()

func (*Creds2csv) Run

func (cmd *Creds2csv) Run(client *nc.NexusClient, args []string) int

type Creds2pdf

type Creds2pdf struct {
	Name string
}

func (*Creds2pdf) GetDesc

func (cmd *Creds2pdf) GetDesc() []string

func (*Creds2pdf) GetName

func (cmd *Creds2pdf) GetName() string

func (*Creds2pdf) PrintUsage

func (cmd *Creds2pdf) PrintUsage()

func (*Creds2pdf) Run

func (cmd *Creds2pdf) Run(client *nc.NexusClient, args []string) int

type Del

type Del struct {
	Name string
}

func (*Del) GetDesc

func (cmd *Del) GetDesc() []string

func (*Del) GetName

func (cmd *Del) GetName() string

func (*Del) PrintUsage

func (cmd *Del) PrintUsage()

func (*Del) Run

func (cmd *Del) Run(client *nc.NexusClient, args []string) int

type DelAccess

type DelAccess struct {
	Name string
}

func (*DelAccess) GetDesc

func (cmd *DelAccess) GetDesc() []string

func (*DelAccess) GetName

func (cmd *DelAccess) GetName() string

func (*DelAccess) PrintUsage

func (cmd *DelAccess) PrintUsage()

func (*DelAccess) Run

func (cmd *DelAccess) Run(client *nc.NexusClient, args []string) int

type Edit

type Edit struct {
	Name string
}

func (*Edit) GetDesc

func (cmd *Edit) GetDesc() []string

func (*Edit) GetName

func (cmd *Edit) GetName() string

func (*Edit) PrintUsage

func (cmd *Edit) PrintUsage()

func (*Edit) Run

func (cmd *Edit) Run(client *nc.NexusClient, args []string) int

type ExportDir

type ExportDir struct {
	Name string
}

func (*ExportDir) GetDesc

func (cmd *ExportDir) GetDesc() []string

func (*ExportDir) GetName

func (cmd *ExportDir) GetName() string

func (*ExportDir) PrintUsage

func (cmd *ExportDir) PrintUsage()

func (*ExportDir) Run

func (cmd *ExportDir) Run(client *nc.NexusClient, args []string) int

type ImportDir

type ImportDir struct {
	Name string
}

func (*ImportDir) GetDesc

func (cmd *ImportDir) GetDesc() []string

func (*ImportDir) GetName

func (cmd *ImportDir) GetName() string

func (*ImportDir) PrintUsage

func (cmd *ImportDir) PrintUsage()

func (*ImportDir) Run

func (cmd *ImportDir) Run(client *nc.NexusClient, args []string) int

type List

type List struct {
	Name string
}

func (*List) GetDesc

func (cmd *List) GetDesc() []string

func (*List) GetName

func (cmd *List) GetName() string

func (*List) PrintUsage

func (cmd *List) PrintUsage()

func (*List) Run

func (cmd *List) Run(client *nc.NexusClient, args []string) int

type ListSingle

type ListSingle struct {
	Name string
}

func (*ListSingle) GetDesc

func (cmd *ListSingle) GetDesc() []string

func (*ListSingle) GetName

func (cmd *ListSingle) GetName() string

func (*ListSingle) PrintUsage

func (cmd *ListSingle) PrintUsage()

func (*ListSingle) Run

func (cmd *ListSingle) Run(client *nc.NexusClient, args []string) int

type Reboot

type Reboot struct {
	Name string
}

func (*Reboot) GetDesc

func (cmd *Reboot) GetDesc() []string

func (*Reboot) GetName

func (cmd *Reboot) GetName() string

func (*Reboot) PrintUsage

func (cmd *Reboot) PrintUsage()

func (*Reboot) Run

func (cmd *Reboot) Run(client *nc.NexusClient, args []string) int

type Shutdown

type Shutdown struct {
	Name string
}

func (*Shutdown) GetDesc

func (cmd *Shutdown) GetDesc() []string

func (*Shutdown) GetName

func (cmd *Shutdown) GetName() string

func (*Shutdown) PrintUsage

func (cmd *Shutdown) PrintUsage()

func (*Shutdown) Run

func (cmd *Shutdown) Run(client *nc.NexusClient, args []string) int

type Start

type Start struct {
	Name string
}

func (*Start) GetDesc

func (cmd *Start) GetDesc() []string

func (*Start) GetName

func (cmd *Start) GetName() string

func (*Start) PrintUsage

func (cmd *Start) PrintUsage()

func (*Start) Run

func (cmd *Start) Run(client *nc.NexusClient, args []string) int

type StartAttach

type StartAttach struct {
	Name string
}

func (*StartAttach) GetDesc

func (cmd *StartAttach) GetDesc() []string

func (*StartAttach) GetName

func (cmd *StartAttach) GetName() string

func (*StartAttach) PrintUsage

func (cmd *StartAttach) PrintUsage()

func (*StartAttach) Run

func (cmd *StartAttach) Run(client *nc.NexusClient, args []string) int

type StartWithCreds

type StartWithCreds struct {
	Name string
}

func (*StartWithCreds) GetDesc

func (cmd *StartWithCreds) GetDesc() []string

func (*StartWithCreds) GetName

func (cmd *StartWithCreds) GetName() string

func (*StartWithCreds) PrintUsage

func (cmd *StartWithCreds) PrintUsage()

func (*StartWithCreds) Run

func (cmd *StartWithCreds) Run(client *nc.NexusClient, args []string) int

type Stop

type Stop struct {
	Name string
}

func (*Stop) GetDesc

func (cmd *Stop) GetDesc() []string

func (*Stop) GetName

func (cmd *Stop) GetName() string

func (*Stop) PrintUsage

func (cmd *Stop) PrintUsage()

func (*Stop) Run

func (cmd *Stop) Run(client *nc.NexusClient, args []string) int

Source Files

  • helper.go
  • vmAddAccess.go
  • vmAttach.go
  • vmAttachFromPwd.go
  • vmAttachSingle.go
  • vmCreate.go
  • vmCreds2csv.go
  • vmCreds2pdf.go
  • vmDel.go
  • vmDelAccess.go
  • vmEdit.go
  • vmExportDir.go
  • vmImportDir.go
  • vmList.go
  • vmListSingle.go
  • vmReboot.go
  • vmShutdown.go
  • vmStart.go
  • vmStartAttach.go
  • vmStartWithCreds.go
  • vmStop.go

Jump to

Keyboard shortcuts

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