[Idea] 어떻게 봐요?
이 CLI는 일반적인 작업을 반복하지 않고도 DevOps 엔지니어가 일반적인 문제(당면)를 분석할 수 있도록 도와줍니다.
저는 tbs라고 합니다.
여느 때와 마찬가지로 하나의 예로 해석하는 것이 더 쉽다-
$ tbs --help
Usage:
tbs vendor service-name action [-arg, --argument]
# Example:
$ tbs aws efs mount --id my.efs.id --efs-mount /data --local-mount-path /home/ubuntu/data
[DOCS] https://docs.aws.amazon.com/efs/latest/ug/troubleshooting-efs-mounting.html
[LOGS] Describe EFS
[LOGS] Describe VPC
[LOGS] Check if EFS is available (provisioned)
[LOGS] Check if DNS support is enabled in VPC
[LOGS] Check if EFS is reachable from local machine - ping
[LOGS] Check if EFS DNS can be resolved from local machine
[LOGS] Attempt to mount EFS on local machine
[RSLT] DNS support needs to be enabled in the VPC - my-vpc-id
당신은 어떻게 생각합니까?이것은 네가 쓸 물건이니?나는 너의 의견을 매우 듣고 싶다
Reference
이 문제에 관하여([Idea] 어떻게 봐요?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/unfor19/idea-troubleshooting-cli-what-do-you-think-dff텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)