Documentation ¶
Overview ¶
Package cmd - 어플리케이션 실행을 위한 Cobra 기반의 CLI Commands 기능 제공
Index ¶
- func NewCConnectInfosGetCmd() *cobra.Command
- func NewConnectInfosCmd() *cobra.Command
- func NewConnectInfosCreateCmd() *cobra.Command
- func NewConnectInfosDeleteCmd() *cobra.Command
- func NewConnectInfosListCmd() *cobra.Command
- func NewCredentialCmd() *cobra.Command
- func NewCredentialCreateCmd() *cobra.Command
- func NewCredentialDeleteCmd() *cobra.Command
- func NewCredentialGetCmd() *cobra.Command
- func NewCredentialListCmd() *cobra.Command
- func NewDriverCmd() *cobra.Command
- func NewDriverCreateCmd() *cobra.Command
- func NewDriverDeleteCmd() *cobra.Command
- func NewDriverGetCmd() *cobra.Command
- func NewDriverListCmd() *cobra.Command
- func NewRegionCmd() *cobra.Command
- func NewRegionCreateCmd() *cobra.Command
- func NewRegionDeleteCmd() *cobra.Command
- func NewRegionGetCmd() *cobra.Command
- func NewRegionListCmd() *cobra.Command
- func NewRootCmd() *cobra.Command
- func SetupAndRun(cmd *cobra.Command, args []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCConnectInfosGetCmd ¶
NewCConnectInfosGetCmd - 연결설정 조회 기능을 수행하는 Cobra Command 생성
func NewConnectInfosCmd ¶
NewConnectInfosCmd - 연결설정 관리 기능을 수행하는 Cobra Command 생성
func NewConnectInfosCreateCmd ¶
NewConnectInfosCreateCmd - 연결설정 생성 기능을 수행하는 Cobra Command 생성
func NewConnectInfosDeleteCmd ¶
NewConnectInfosDeleteCmd - 연결설정 삭제 기능을 수행하는 Cobra Command 생성
func NewConnectInfosListCmd ¶
NewConnectInfosListCmd - 연결설정 목록 기능을 수행하는 Cobra Command 생성
func NewCredentialCmd ¶
NewCredentialCmd - Credential 관리 기능을 수행하는 Cobra Command 생성
func NewCredentialCreateCmd ¶
NewCredentialCreateCmd -Credential 생성 기능을 수행하는 Cobra Command 생성
func NewCredentialDeleteCmd ¶
NewCredentialDeleteCmd - Credential 삭제 기능을 수행하는 Cobra Command 생성
func NewCredentialGetCmd ¶
NewCredentialGetCmd - Credential 조회 기능을 수행하는 Cobra Command 생성
func NewCredentialListCmd ¶
NewCredentialListCmd - Credential 목록 기능을 수행하는 Cobra Command 생성
func NewDriverCmd ¶
NewDriverCmd - Cloud Driver 관리 기능을 수행하는 Cobra Command 생성
func NewDriverCreateCmd ¶
NewDriverCreateCmd - Cloud Driver 생성 기능을 수행하는 Cobra Command 생성
func NewDriverDeleteCmd ¶
NewDriverDeleteCmd - Cloud Driver 삭제 기능을 수행하는 Cobra Command 생성
func NewDriverGetCmd ¶
NewDriverGetCmd - Cloud Driver 조회 기능을 수행하는 Cobra Command 생성
func NewDriverListCmd ¶
NewDriverListCmd - Cloud Driver 목록 기능을 수행하는 Cobra Command 생성
func NewRegionCmd ¶
NewRegionCmd - Region 관리 기능을 수행하는 Cobra Command 생성
func NewRegionCreateCmd ¶
NewRegionCreateCmd - Region 생성 기능을 수행하는 Cobra Command 생성
func NewRegionDeleteCmd ¶
NewRegionDeleteCmd - Region 삭제 기능을 수행하는 Cobra Command 생성
func NewRegionGetCmd ¶
NewRegionGetCmd - Region 조회 기능을 수행하는 Cobra Command 생성
func NewRegionListCmd ¶
NewRegionListCmd - Region 목록 기능을 수행하는 Cobra Command 생성
func NewRootCmd ¶
NewRootCmd - 어플리케이션 진입점으로 사용할 Root Cobra Command 생성
func SetupAndRun ¶
SetupAndRun - cbadm GRPC CLI 구동
Types ¶
This section is empty.