config

config
├── new
├── view
└── sync

config new

since v1.0.0

config/cubectl.toml 에 새로운 cubectl.toml 파일을 생성합니다.

$ cubectl config new

parameters

  • -a, --auto-approve

    • optional

    • y/n 질의 절차를 생략합니다.

examples

$ bin/cubectl config new

Do you really want to make a new config file? 
Is this ok [y/n]: y
생성된 `cubectl.toml` 파일

config view

since v1.0.0

cubectl.toml 파일의 내용을 확인합니다.

examples

~~~config sync~~~

since v1.0.0 (deprecated v1.2.0)

Last updated