cmd

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Dec 8, 2020 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

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

Index

Constants

View Source
const (
	// CLIVersion - cbadm cli 버전
	CLIVersion = "1.0"
)

Variables

This section is empty.

Functions

func NewAccessVmCmd

func NewAccessVmCmd() *cobra.Command

NewAccessVmCmd - MCIS VM 에 SSH 접속 기능을 수행하는 Cobra Command 생성

func NewBenchmarkCmd

func NewBenchmarkCmd() *cobra.Command

NewBenchmarkCmd - MCIS VM 에 벤치마크 기능을 수행하는 Cobra Command 생성

func NewCConnectInfosGetCmd

func NewCConnectInfosGetCmd() *cobra.Command

NewCConnectInfosGetCmd - 연결설정 조회 기능을 수행하는 Cobra Command 생성

func NewCmdMcisCmd

func NewCmdMcisCmd() *cobra.Command

NewCmdMcisCmd - MCIS 명령 실행 기능을 수행하는 Cobra Command 생성

func NewCmdMcisVmCmd

func NewCmdMcisVmCmd() *cobra.Command

NewCmdMcisVmCmd - MCIS VM 명령 실행 기능을 수행하는 Cobra Command 생성

func NewConnectInfosCmd

func NewConnectInfosCmd() *cobra.Command

NewConnectInfosCmd - 연결설정 관리 기능을 수행하는 Cobra Command 생성

func NewConnectInfosCreateCmd

func NewConnectInfosCreateCmd() *cobra.Command

NewConnectInfosCreateCmd - 연결설정 생성 기능을 수행하는 Cobra Command 생성

func NewConnectInfosDeleteCmd

func NewConnectInfosDeleteCmd() *cobra.Command

NewConnectInfosDeleteCmd - 연결설정 삭제 기능을 수행하는 Cobra Command 생성

func NewConnectInfosListCmd

func NewConnectInfosListCmd() *cobra.Command

NewConnectInfosListCmd - 연결설정 목록 기능을 수행하는 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 NewDeployMilkywayCmd

func NewDeployMilkywayCmd() *cobra.Command

NewDeployMilkywayCmd - MCIS Agent 설치 기능을 수행하는 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 NewImageCreateWithInfoCmd

func NewImageCreateWithInfoCmd() *cobra.Command

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

func NewImageDeleteCmd

func NewImageDeleteCmd() *cobra.Command

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

func NewImageFetchCmd

func NewImageFetchCmd() *cobra.Command

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

func NewImageGetCmd

func NewImageGetCmd() *cobra.Command

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

func NewImageGetCspCmd

func NewImageGetCspCmd() *cobra.Command

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

func NewImageListCmd

func NewImageListCmd() *cobra.Command

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

func NewImageListCspCmd

func NewImageListCspCmd() *cobra.Command

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

func NewKeypairCmd

func NewKeypairCmd() *cobra.Command

NewKeypairCmd - Keypair 관리 기능을 수행하는 Cobra Command 생성

func NewKeypairCreateCmd

func NewKeypairCreateCmd() *cobra.Command

NewKeypairCreateCmd - Keypair 생성 기능을 수행하는 Cobra Command 생성

func NewKeypairDeleteCmd

func NewKeypairDeleteCmd() *cobra.Command

NewKeypairDeleteCmd - Keypair 삭제 기능을 수행하는 Cobra Command 생성

func NewKeypairGetCmd

func NewKeypairGetCmd() *cobra.Command

NewKeypairGetCmd - Keypair 조회 기능을 수행하는 Cobra Command 생성

func NewKeypairListCmd

func NewKeypairListCmd() *cobra.Command

NewKeypairListCmd - Keypair 목록 기능을 수행하는 Cobra Command 생성

func NewKeypairSaveCmd

func NewKeypairSaveCmd() *cobra.Command

NewKeypairSaveCmd - Keypair 저장 기능을 수행하는 Cobra Command 생성

func NewMcisCmd

func NewMcisCmd() *cobra.Command

NewMcisCmd - Mcis 관리 기능을 수행하는 Cobra Command 생성

func NewMcisCreateCmd

func NewMcisCreateCmd() *cobra.Command

NewMcisCreateCmd - Mcis 생성 기능을 수행하는 Cobra Command 생성

func NewMcisDeleteCmd

func NewMcisDeleteCmd() *cobra.Command

NewMcisDeleteCmd - Mcis 삭제 기능을 수행하는 Cobra Command 생성

func NewMcisGetCmd

func NewMcisGetCmd() *cobra.Command

NewMcisGetCmd - Mcis 조회 기능을 수행하는 Cobra Command 생성

func NewMcisListCmd

func NewMcisListCmd() *cobra.Command

NewMcisListCmd - Mcis 목록 기능을 수행하는 Cobra Command 생성

func NewMcisRebootCmd

func NewMcisRebootCmd() *cobra.Command

NewMcisRebootCmd - Mcis Reboot 기능을 수행하는 Cobra Command 생성

func NewMcisResumeCmd

func NewMcisResumeCmd() *cobra.Command

NewMcisResumeCmd - Mcis Resume 기능을 수행하는 Cobra Command 생성

func NewMcisStatusCmd

func NewMcisStatusCmd() *cobra.Command

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

func NewMcisSuspendCmd

func NewMcisSuspendCmd() *cobra.Command

NewMcisSuspendCmd - Mcis Suspend 기능을 수행하는 Cobra Command 생성

func NewMcisTerminateCmd

func NewMcisTerminateCmd() *cobra.Command

NewMcisTerminateCmd - Mcis Terminate 기능을 수행하는 Cobra Command 생성

func NewMcisVmAddCmd

func NewMcisVmAddCmd() *cobra.Command

NewMcisVmAddCmd - Mcis VM 생성 기능을 수행하는 Cobra Command 생성

func NewMcisVmDeleteCmd

func NewMcisVmDeleteCmd() *cobra.Command

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

func NewMcisVmGetCmd

func NewMcisVmGetCmd() *cobra.Command

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

func NewMcisVmListCmd

func NewMcisVmListCmd() *cobra.Command

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

func NewMcisVmRebootCmd

func NewMcisVmRebootCmd() *cobra.Command

NewMcisVmRebootCmd - Mcis VM Reboot 기능을 수행하는 Cobra Command 생성

func NewMcisVmResumeCmd

func NewMcisVmResumeCmd() *cobra.Command

NewMcisVmResumeCmd - Mcis VM Resume 기능을 수행하는 Cobra Command 생성

func NewMcisVmStatusCmd

func NewMcisVmStatusCmd() *cobra.Command

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

func NewMcisVmSuspendCmd

func NewMcisVmSuspendCmd() *cobra.Command

NewMcisVmSuspendCmd - Mcis VM Suspend 기능을 수행하는 Cobra Command 생성

func NewMcisVmTerminateCmd

func NewMcisVmTerminateCmd() *cobra.Command

NewMcisVmTerminateCmd - Mcis VM Terminate 기능을 수행하는 Cobra Command 생성

func NewNameSpaceCmd

func NewNameSpaceCmd() *cobra.Command

NewNameSpaceCmd - Namespace 관리 기능을 수행하는 Cobra Command 생성

func NewNameSpaceCreateCmd

func NewNameSpaceCreateCmd() *cobra.Command

NewNameSpaceCreateCmd - Namespace 생성 기능을 수행하는 Cobra Command 생성

func NewNameSpaceDeleteCmd

func NewNameSpaceDeleteCmd() *cobra.Command

NewNameSpaceDeleteCmd - Namespace 삭제 기능을 수행하는 Cobra Command 생성

func NewNameSpaceGetCmd

func NewNameSpaceGetCmd() *cobra.Command

NewNameSpaceGetCmd - Namespace 조회 기능을 수행하는 Cobra Command 생성

func NewNameSpaceListCmd

func NewNameSpaceListCmd() *cobra.Command

NewNameSpaceListCmd - Namespace 목록 기능을 수행하는 Cobra Command 생성

func NewNetworkCmd

func NewNetworkCmd() *cobra.Command

NewNetworkCmd - VNet 관리 기능을 수행하는 Cobra Command 생성

func NewNetworkCreateCmd

func NewNetworkCreateCmd() *cobra.Command

NewNetworkCreateCmd - VNet 생성 기능을 수행하는 Cobra Command 생성

func NewNetworkDeleteCmd

func NewNetworkDeleteCmd() *cobra.Command

NewNetworkDeleteCmd - VNet 삭제 기능을 수행하는 Cobra Command 생성

func NewNetworkGetCmd

func NewNetworkGetCmd() *cobra.Command

NewNetworkGetCmd - VNet 조회 기능을 수행하는 Cobra Command 생성

func NewNetworkListCmd

func NewNetworkListCmd() *cobra.Command

NewNetworkListCmd - VNet 목록 기능을 수행하는 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 NewSecurityCmd

func NewSecurityCmd() *cobra.Command

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

func NewSecurityCreateCmd

func NewSecurityCreateCmd() *cobra.Command

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

func NewSecurityDeleteCmd

func NewSecurityDeleteCmd() *cobra.Command

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

func NewSecurityGetCmd

func NewSecurityGetCmd() *cobra.Command

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

func NewSecurityListCmd

func NewSecurityListCmd() *cobra.Command

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

func NewSpecCmd

func NewSpecCmd() *cobra.Command

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

func NewSpecDeleteCmd

func NewSpecDeleteCmd() *cobra.Command

NewSpecDeleteCmd - Spec 삭제 기능을 수행하는 Cobra Command 생성

func NewSpecFetchCmd

func NewSpecFetchCmd() *cobra.Command

NewSpecFetchCmd - Spec Fetch 기능을 수행하는 Cobra Command 생성

func NewSpecFilterCmd added in v0.2.8

func NewSpecFilterCmd() *cobra.Command

NewSpecFilterCmd

func NewSpecGetCmd

func NewSpecGetCmd() *cobra.Command

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

func NewSpecGetCspCmd

func NewSpecGetCspCmd() *cobra.Command

NewSpecGetCspCmd - CSP Spec 조회 기능을 수행하는 Cobra Command 생성

func NewSpecListCmd

func NewSpecListCmd() *cobra.Command

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

func NewSpecListCspCmd

func NewSpecListCspCmd() *cobra.Command

NewSpecListCspCmd - CSP Spec 목록 기능을 수행하는 Cobra Command 생성

func NewSpecWithInfoCreateCmd

func NewSpecWithInfoCreateCmd() *cobra.Command

NewSpecWithInfoCreateCmd - Spec 생성 기능을 수행하는 Cobra Command 생성

func NewVersionCmd

func NewVersionCmd() *cobra.Command

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

func NewYamlApplyCmd

func NewYamlApplyCmd() *cobra.Command

NewYamlApplyCmd - YAML 파일에 있는 항목을 생성하는 기능을 수행하는 Cobra Command 생성

func NewYamlGetCmd

func NewYamlGetCmd() *cobra.Command

NewYamlGetCmd - YAML 파일에 있는 항목을 조회하는 기능을 수행하는 Cobra Command 생성

func NewYamlListCmd

func NewYamlListCmd() *cobra.Command

NewYamlListCmd - YAML 파일에 있는 항목의 목록 조회하는 기능을 수행하는 Cobra Command 생성

func NewYamlRemoveCmd

func NewYamlRemoveCmd() *cobra.Command

NewYamlRemoveCmd - YAML 파일에 있는 항목을 삭제하는 기능을 수행하는 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