command

package
v1.0.0-alpha5 Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2023 License: Unlicense Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	SPAWN               = "spawn"
	MAKE                = "make"
	ENTER               = "enter"
	EXEC                = "exec"
	STORE               = "store"
	DESTROY             = "destroy"
	WORKSPACE_LAUNCH    = "workspace-launch"
	WORKSPACE_ADD       = "workspace-add"
	WORKSPACE_REMOVE    = "workspace-remove"
	WORKSPACE_IP_ADD    = "workspace-ip-add"
	WORKSPACE_IP_REMOVE = "workspace-ip-remove"
	WORKSPACE_STORE     = "workspace-store"
	WORKSPACE_RESTORE   = "workspace-restore"
	WORKSPACE_DESTROY   = "workspace-destroy"
	WORKSPACE_DETACH    = "workspace-detach"
	WORKSPACE_PUSH      = "workspace-push"
	WORKSPACE_PULL      = "workspace-pull"
	STORAGE_PATH        = "storage-path"
	REPO_SERVER_INFO    = "repo-server-info"
	REPO_SERVER_CONFIG  = "repo-server-config"
	REPO_SERVER_USER    = "repo-server-user"
	REPO_SERVER         = "repo-server"
	REPO_CLIENT_INFO    = "repo-client-info"
	REPO_CLIENT_CONFIG  = "repo-client-config"
	REPO_DOWNLOAD       = "repo-download"
	REPO_UPLOAD         = "repo-upload"
	SELF                = "/proc/self/exe"
)
View Source
const (
	TEXT_SUDO_REQUIRED = "This application requires superuser privileges to run.\nPlease restart the application with 'sudo'."
)

Variables

This section is empty.

Functions

func Destroy

func Destroy(arg ...string) error

func Enter

func Enter(args ...string) error

func Exec

func Exec(args ...string) error

func Make

func Make(arg ...string) error

func RepoClientConfig

func RepoClientConfig(arg ...string) error

func RepoClientInfo

func RepoClientInfo(arg ...string) error

func RepoDownload

func RepoDownload(fileNameRemote, fileNameLocal string) bool

func RepoServer

func RepoServer(arg ...string) error

func RepoServerConfig

func RepoServerConfig(arg ...string) error

func RepoServerInfo

func RepoServerInfo(arg ...string) error

func RepoServerUserAdd

func RepoServerUserAdd(arg ...string) error

func RepoUpload

func RepoUpload(fileNameSrc, fileNameDst string)

func Run

func Run()

func Spawn

func Spawn(args ...string) error

func StoragePath

func StoragePath(arg ...string) error

func Store

func Store(arg ...string) error

func UpdateBashCompletions

func UpdateBashCompletions()

func WorkspaceAdd

func WorkspaceAdd(arg ...string) error

func WorkspaceDestroy

func WorkspaceDestroy(arg ...string) error

func WorkspaceDetach

func WorkspaceDetach(arg ...string) error

func WorkspaceIPAdd

func WorkspaceIPAdd(arg ...string) error

func WorkspaceIPRemove

func WorkspaceIPRemove(arg ...string) error

func WorkspaceLaunch

func WorkspaceLaunch(arg ...string) error

func WorkspacePull

func WorkspacePull(arg ...string) error

func WorkspacePush

func WorkspacePush(arg ...string) error

func WorkspaceRemove

func WorkspaceRemove(arg ...string) error

func WorkspaceRestore

func WorkspaceRestore(arg ...string) error

func WorkspaceStore

func WorkspaceStore(arg ...string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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