sbx template inspect
sbx template inspect
단일 템플릿의 전체 메타데이터를 보여주는 명령이에요. 템플릿 이름(서버의 ?name= 필터로 ID로 해석) 또는 템플릿 ID(tmpl_*)를 받아요.
출처: 문서
본문
단일 템플릿의 전체 메타데이터를 보여줘요. NAME|ID는 템플릿 이름(서버의 ?name= 필터를 통해 ID로 해석) 또는 템플릿 ID(tmpl_*)가 될 수 있어요.
v1에서 클라우드 전용이에요. --cloud가 필요해요.
Options
| Option | Default | Description |
| --json | | JSON 형식으로 출력해요 |
Global options
| Option | Default | Description |
| --cloud | | 로컬 sandboxd 대신 Docker Cloud Sandboxes API로 디스패치해요 |
| -D, --debug | | 디버그 로깅을 활성화해요 |
Examples
sbx --cloud template inspect my-template
sbx --cloud template inspect tmpl_abc123
# JSON 형식으로 출력
sbx --cloud template inspect my-template --json