`session-recordings list-exports` — 세션 녹화 내보내기 목록 조회하기
session-recordings list-exports — 세션 녹화 내보내기 목록 조회하기
boundary session-recordings list-exports 명령어는 스코프 또는 하위 스코프의 세션 녹화 내보내기(export)를 나열해요.
본문
예시 (Example)
다음 명령어는 global 스코프의 모든 세션 녹화 내보내기를 재귀적으로 나열해요.
$ boundary session-recordings list-exports -scope-id global -recursive true
사용법 (Usage)
$ boundary session-recordings list-exports [options] [args]
명령 옵션 (Command options)
-recursive— 설정하면 타입이 지원할 때 하위 스코프로 재귀적으로 목록 연산을 수행해요. 기본값은false예요.-scope-id=<string>— 요청을 수행할 스코프예요. 기본값은global이에요. 이 값은 BOUNDARY_SCOPE_ID 환경 변수로도 지정할 수 있어요.