shopport 0.3.4 → 0.3.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/dist/skills/sppt/SKILL.md +7 -0
- package/package.json +1 -1
|
@@ -44,6 +44,13 @@ sppt context # AI용 스토어 브리핑
|
|
|
44
44
|
|
|
45
45
|
### 설정
|
|
46
46
|
- `sppt init [channel]` — 채널 온보딩 (`--json`, `--local`, `--terminal`)
|
|
47
|
+
- 비대화형 채널 연결 (AI 에이전트용 — 플래그로 크리덴셜 전달 시 프롬프트 없이 바로 저장+테스트):
|
|
48
|
+
- `sppt init smartstore --client-id <id> --client-secret <secret>`
|
|
49
|
+
- `sppt init coupang --vendor-id <id> --access-key <key> --secret-key <secret> [--vendor-user-id <id>]`
|
|
50
|
+
- `sppt init shopify --store-domain <domain> --access-token <token> [--api-version <ver>]`
|
|
51
|
+
- `sppt init toss-shopping --client-id <id> --client-secret <secret>`
|
|
52
|
+
- `sppt init 29cm --client-id <id> --client-secret <secret> --partner-key <key>`
|
|
53
|
+
- `sppt init musinsa --api-key <key> --api-secret <secret>`
|
|
47
54
|
- `sppt auth login` — 브라우저 OAuth 로그인
|
|
48
55
|
- `sppt auth logout` — 세션 초기화
|
|
49
56
|
- `sppt auth whoami` — 현재 로그인 계정 확인
|