CLI 설명 문서
공식 홈페이지에서 설명하고 있는 CLI 가 현재 정상 동작중인가요?
위 문서에 따라 진행하였지만 노출되고 있는 페이지가 문서에서 언급되고 있는 부분과 상이하여 정상 동작중인지 궁금합니다.
cli 로 노출되고 있는 화면
공식 홈페이지에서 설명하고 있는 CLI 가 현재 정상 동작중인가요?
위 문서에 따라 진행하였지만 노출되고 있는 페이지가 문서에서 언급되고 있는 부분과 상이하여 정상 동작중인지 궁금합니다.
cli 로 노출되고 있는 화면
안녕하세요. 네 정상 동작중입니다.
서버 재시작 한번 부탁드리겠습니다.
이후에도 문제가 동일하신 경우
slt -v
하여서
2.3.12
버전 이후인지 확인 부탁드리겠습니다.
감사합니다.
2.3.13 버전입니다.
혹시 위에 업로드한 이미지와 같은 페이지가 아닌 설명 문서에서 말하고 있는 대시보드가 노출되는 것이 옳바른 동작이겠죠?
확인 감사합니다. 네 대시보드 샘플이 생성되어야합니다.
접속하신 주소가 어떤쪽인지 알 수 있을까요?
아울러 폴더에 예제 .yml이 생성되었는지 확인 부탁드립니다.
local 도메인으로 접근하였습니다.
pages:
-
id: dashboard
path: dashboard
layout: dashboard
style:
background-color: "#f4f5f8"
title: 사용자 현황
# subtitle: 대시보드
blocks:
- type: left
layout: dashboard
style:
width: 400px
blocks:
- type: http
name: 1
axios:
method: GET
url: https://api.selectfromuser.com/sample-api/dashboard/users
rowsPath: rows
display: metric
width: 100%
showDownload: csv
- type: http
axios:
method: GET
url: https://api.selectfromuser.com/sample-api/dashboard/revenue
rowsPath: rows
display: metric
width: 100%
style:
color: RoyalBlue
showDownload: false
- type: http
axios:
method: GET
url: https://api.selectfromuser.com/sample-api/dashboard/rank
rowsPath: rows
name: category
display: metric
width: 100%
metricOptions:
type: category
names:
- 활성
- 비활성
value: c
total: 최근가입자
showDownload: false
- type: http
axios:
method: GET
url: https://api.selectfromuser.com/sample-api/dashboard/stores
rowsPath: rows
name: 신규 가입 업체
width: 100%
height: calc(50vh - 150px)
style:
overflow: auto
display: card
showDownload: false
- type: center
layout: dashboard
style:
width: 50%
border: 0
blocks:
- type: http
axios:
method: GET
url: https://api.selectfromuser.com/sample-api/dashboard/orders
rowsPath: rows
name: 최근 방문자
width: 100%
height: calc(100vh - 200px)
chartOptions:
backgroundColor:
- "#0D6EFD"
borderWidth:
- 0
style:
# minWidth: 500px
type: bar
x: x
y: y
label: 일간 로그인
options:
layout:
padding: 10
interval: day
gap: true
showDownload: csv
수정한 내용 없습니다.
@nology_sgg
확인 감사합니다. 연결이 꼬였을수 있어 재연결 해보시면 좋을것 같습니다.
로그인 상태 체크
slt whoami
초기화후 다시 로그인
slt unlink;
slt logout;
slt;
(로그인 팀생성후 재시작)
내부에러(디비) 확인 방법
DEBUG=select:* slt;
해당 작업후에도 동일한 경우 말씀 부탁드립니다.
감사합니다.