cmd

package
v0.0.0-...-8fc61e2 Latest Latest
Warning

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

Go to latest
Published: Oct 6, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package cmd - 어플리케이션 실행을 위한 Cobra 기반의 CLI Commands 기능 제공

Index

Constants

This section is empty.

Variables

View Source
var (
	Version   string = "latest"
	CommitSHA string = "development build"
	Time      string = ""
	User      string = ""
)

Functions

func NewConnectionCmd

func NewConnectionCmd() *cobra.Command

NewConnectionCmd - Connection Config 관리 기능을 수행하는 Cobra Command 생성

func NewConnectionCreateCmd

func NewConnectionCreateCmd() *cobra.Command

NewConnectionCreateCmd - Connection Config 생성 기능을 수행하는 Cobra Command 생성

func NewConnectionDeleteCmd

func NewConnectionDeleteCmd() *cobra.Command

NewConnectionDeleteCmd - Connection Config 삭제 기능을 수행하는 Cobra Command 생성

func NewConnectionGetCmd

func NewConnectionGetCmd() *cobra.Command

NewConnectionGetCmd - Connection Config 조회 기능을 수행하는 Cobra Command 생성

func NewConnectionListCmd

func NewConnectionListCmd() *cobra.Command

NewConnectionListCmd - Connection Config 목록 기능을 수행하는 Cobra Command 생성

func NewCredentialCmd

func NewCredentialCmd() *cobra.Command

NewCredentialCmd - Credential 관리 기능을 수행하는 Cobra Command 생성

func NewCredentialCreateCmd

func NewCredentialCreateCmd() *cobra.Command

NewCredentialCreateCmd -Credential 생성 기능을 수행하는 Cobra Command 생성

func NewCredentialDeleteCmd

func NewCredentialDeleteCmd() *cobra.Command

NewCredentialDeleteCmd - Credential 삭제 기능을 수행하는 Cobra Command 생성

func NewCredentialGetCmd

func NewCredentialGetCmd() *cobra.Command

NewCredentialGetCmd - Credential 조회 기능을 수행하는 Cobra Command 생성

func NewCredentialListCmd

func NewCredentialListCmd() *cobra.Command

NewCredentialListCmd - Credential 목록 기능을 수행하는 Cobra Command 생성

func NewDriverCmd

func NewDriverCmd() *cobra.Command

NewDriverCmd - Cloud Driver 관리 기능을 수행하는 Cobra Command 생성

func NewDriverCreateCmd

func NewDriverCreateCmd() *cobra.Command

NewDriverCreateCmd - Cloud Driver 생성 기능을 수행하는 Cobra Command 생성

func NewDriverDeleteCmd

func NewDriverDeleteCmd() *cobra.Command

NewDriverDeleteCmd - Cloud Driver 삭제 기능을 수행하는 Cobra Command 생성

func NewDriverGetCmd

func NewDriverGetCmd() *cobra.Command

NewDriverGetCmd - Cloud Driver 조회 기능을 수행하는 Cobra Command 생성

func NewDriverListCmd

func NewDriverListCmd() *cobra.Command

NewDriverListCmd - Cloud Driver 목록 기능을 수행하는 Cobra Command 생성

func NewImageCmd

func NewImageCmd() *cobra.Command

NewImageCmd - Image 관리 기능을 수행하는 Cobra Command 생성

func NewImageCreateCmd

func NewImageCreateCmd() *cobra.Command

NewImageCreateCmd - Image 생성 기능을 수행하는 Cobra Command 생성

func NewImageDeleteCmd

func NewImageDeleteCmd() *cobra.Command

NewImageDeleteCmd - Image 삭제 기능을 수행하는 Cobra Command 생성

func NewImageGetCmd

func NewImageGetCmd() *cobra.Command

NewImageGetCmd - Image 조회 기능을 수행하는 Cobra Command 생성

func NewImageListCmd

func NewImageListCmd() *cobra.Command

NewImageListCmd - Image 목록 기능을 수행하는 Cobra Command 생성

func NewKeyPairCmd

func NewKeyPairCmd() *cobra.Command

NewKeyPairCmd - KeyPair 관리 기능을 수행하는 Cobra Command 생성

func NewKeyPairCreateCmd

func NewKeyPairCreateCmd() *cobra.Command

NewKeyPairCreateCmd - KeyPair 생성 기능을 수행하는 Cobra Command 생성

func NewKeyPairDeleteCSPCmd

func NewKeyPairDeleteCSPCmd() *cobra.Command

NewKeyPairDeleteCSPCmd - 관리 KeyPair 삭제 기능을 수행하는 Cobra Command 생성

func NewKeyPairDeleteCmd

func NewKeyPairDeleteCmd() *cobra.Command

NewKeyPairDeleteCmd - KeyPair 삭제 기능을 수행하는 Cobra Command 생성

func NewKeyPairGetCmd

func NewKeyPairGetCmd() *cobra.Command

NewKeyPairGetCmd - KeyPair 조회 기능을 수행하는 Cobra Command 생성

func NewKeyPairListAllCmd

func NewKeyPairListAllCmd() *cobra.Command

NewKeyPairListAllCmd - 관리 KeyPair 목록 기능을 수행하는 Cobra Command 생성

func NewKeyPairListCmd

func NewKeyPairListCmd() *cobra.Command

NewKeyPairListCmd - KeyPair 목록 기능을 수행하는 Cobra Command 생성

func NewOsCmd

func NewOsCmd() *cobra.Command

NewOsCmd - Cloud OS 관리 기능을 수행하는 Cobra Command 생성

func NewOsListCmd

func NewOsListCmd() *cobra.Command

NewOsListCmd - Cloud OS 목록 기능을 수행하는 Cobra Command 생성

func NewRegionCmd

func NewRegionCmd() *cobra.Command

NewRegionCmd - Region 관리 기능을 수행하는 Cobra Command 생성

func NewRegionCreateCmd

func NewRegionCreateCmd() *cobra.Command

NewRegionCreateCmd - Region 생성 기능을 수행하는 Cobra Command 생성

func NewRegionDeleteCmd

func NewRegionDeleteCmd() *cobra.Command

NewRegionDeleteCmd - Region 삭제 기능을 수행하는 Cobra Command 생성

func NewRegionGetCmd

func NewRegionGetCmd() *cobra.Command

NewRegionGetCmd - Region 조회 기능을 수행하는 Cobra Command 생성

func NewRegionListCmd

func NewRegionListCmd() *cobra.Command

NewRegionListCmd - Region 목록 기능을 수행하는 Cobra Command 생성

func NewRootCmd

func NewRootCmd() *cobra.Command

NewRootCmd - 어플리케이션 진입점으로 사용할 Root Cobra Command 생성

func NewSSHCmd

func NewSSHCmd() *cobra.Command

NewSSHCmd - SSH 관리 기능을 수행하는 Cobra Command 생성

func NewSSHRunCmd

func NewSSHRunCmd() *cobra.Command

NewSSHRunCmd - SSH 실행 기능을 수행하는 Cobra Command 생성

func NewSecurityCmd

func NewSecurityCmd() *cobra.Command

NewSecurityCmd - Security 관리 기능을 수행하는 Cobra Command 생성

func NewSecurityCreateCmd

func NewSecurityCreateCmd() *cobra.Command

NewSecurityCreateCmd - Security 생성 기능을 수행하는 Cobra Command 생성

func NewSecurityDeleteCSPCmd

func NewSecurityDeleteCSPCmd() *cobra.Command

NewSecurityDeleteCSPCmd - 관리 Security 삭제 기능을 수행하는 Cobra Command 생성

func NewSecurityDeleteCmd

func NewSecurityDeleteCmd() *cobra.Command

NewSecurityDeleteCmd - Security 삭제 기능을 수행하는 Cobra Command 생성

func NewSecurityGetCmd

func NewSecurityGetCmd() *cobra.Command

NewSecurityGetCmd - Security 조회 기능을 수행하는 Cobra Command 생성

func NewSecurityListAllCmd

func NewSecurityListAllCmd() *cobra.Command

NewSecurityListAllCmd - 관리 Security 목록 기능을 수행하는 Cobra Command 생성

func NewSecurityListCmd

func NewSecurityListCmd() *cobra.Command

NewSecurityListCmd - Security 목록 기능을 수행하는 Cobra Command 생성

func NewSubnetAddCmd

func NewSubnetAddCmd() *cobra.Command

NewSubnetAddCmd - Subnet 추가 기능을 수행하는 Cobra Command 생성

func NewSubnetRemoveCSPCmd

func NewSubnetRemoveCSPCmd() *cobra.Command

NewSubnetRemoveCSPCmd - CSP Subnet 삭제 기능을 수행하는 Cobra Command 생성

func NewSubnetRemoveCmd

func NewSubnetRemoveCmd() *cobra.Command

NewSubnetRemoveCmd - Subnet 삭제 기능을 수행하는 Cobra Command 생성

func NewVMCmd

func NewVMCmd() *cobra.Command

NewVMCmd - VM 관리 기능을 수행하는 Cobra Command 생성

func NewVMControlCmd

func NewVMControlCmd() *cobra.Command

NewVMControlCmd - VM 제어 기능을 수행하는 Cobra Command 생성

func NewVMGetCmd

func NewVMGetCmd() *cobra.Command

NewVMGetCmd - VM 조회 기능을 수행하는 Cobra Command 생성

func NewVMGetStatusCmd

func NewVMGetStatusCmd() *cobra.Command

NewVMGetStatusCmd - VM 상태 조회 기능을 수행하는 Cobra Command 생성

func NewVMListAllCmd

func NewVMListAllCmd() *cobra.Command

NewVMListAllCmd - 관리 VM 목록 기능을 수행하는 Cobra Command 생성

func NewVMListCmd

func NewVMListCmd() *cobra.Command

NewVMListCmd - VM 목록 기능을 수행하는 Cobra Command 생성

func NewVMListStatusCmd

func NewVMListStatusCmd() *cobra.Command

NewVMListStatusCmd - VM 상태 목록 기능을 수행하는 Cobra Command 생성

func NewVMSpecCmd

func NewVMSpecCmd() *cobra.Command

NewVMSpecCmd - VM Spec 관리 기능을 수행하는 Cobra Command 생성

func NewVMSpecGetCmd

func NewVMSpecGetCmd() *cobra.Command

NewVMSpecGetCmd - VM Spec 조회 기능을 수행하는 Cobra Command 생성

func NewVMSpecGetOrgCmd

func NewVMSpecGetOrgCmd() *cobra.Command

NewVMSpecGetOrgCmd - 클라우드의 원래 VM Spec 조회 기능을 수행하는 Cobra Command 생성

func NewVMSpecListCmd

func NewVMSpecListCmd() *cobra.Command

NewVMSpecListCmd - VM Spec 목록 기능을 수행하는 Cobra Command 생성

func NewVMSpecListOrgCmd

func NewVMSpecListOrgCmd() *cobra.Command

NewVMSpecListOrgCmd - 클라우드의 원래 VM Spec 목록 기능을 수행하는 Cobra Command 생성

func NewVMStartCmd

func NewVMStartCmd() *cobra.Command

NewVMStartCmd - VM 시작 기능을 수행하는 Cobra Command 생성

func NewVMTerminateCSPCmd

func NewVMTerminateCSPCmd() *cobra.Command

NewVMTerminateCSPCmd - 관리 VM 삭제 기능을 수행하는 Cobra Command 생성

func NewVMTerminateCmd

func NewVMTerminateCmd() *cobra.Command

NewVMTerminateCmd - VM 삭제 기능을 수행하는 Cobra Command 생성

func NewVPCCmd

func NewVPCCmd() *cobra.Command

NewVPCCmd - VPC 관리 기능을 수행하는 Cobra Command 생성

func NewVPCCreateCmd

func NewVPCCreateCmd() *cobra.Command

NewVPCCreateCmd - VPC 생성 기능을 수행하는 Cobra Command 생성

func NewVPCDeleteCSPCmd

func NewVPCDeleteCSPCmd() *cobra.Command

NewVPCDeleteCSPCmd - 관리 VPC 삭제 기능을 수행하는 Cobra Command 생성

func NewVPCDeleteCmd

func NewVPCDeleteCmd() *cobra.Command

NewVPCDeleteCmd - VPC 삭제 기능을 수행하는 Cobra Command 생성

func NewVPCGetCmd

func NewVPCGetCmd() *cobra.Command

NewVPCGetCmd - VPC 조회 기능을 수행하는 Cobra Command 생성

func NewVPCListAllCmd

func NewVPCListAllCmd() *cobra.Command

NewVPCListAllCmd - 관리 VPC 목록 기능을 수행하는 Cobra Command 생성

func NewVPCListCmd

func NewVPCListCmd() *cobra.Command

NewVPCListCmd - VPC 목록 기능을 수행하는 Cobra Command 생성

func NewVersionCmd

func NewVersionCmd() *cobra.Command

NewVersionCmd - 버전 표시 기능을 수행하는 Cobra Command 생성

func SetupAndRun

func SetupAndRun(cmd *cobra.Command, args []string)

SetupAndRun - SPIDER GRPC CLI 구동

Types

This section is empty.

Jump to

Keyboard shortcuts

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