shopport 0.4.0 → 0.4.2

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.
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>shopport</title>
7
- <script type="module" crossorigin src="/assets/index-0SLCpFJD.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-B5XPkd-v.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-BKfg_788.css">
9
9
  </head>
10
10
  <body>
@@ -177,6 +177,13 @@ sppt crm cafe24 customers # cafe24 회원목록 조회
177
177
  - `sppt analytics cafe24 visitors [--period 7d] [--device total] [--format day] [--json]` — cafe24 방문자수 조회
178
178
  - `sppt analytics cafe24 visitpaths [--type domains|ads|keywords] [--period 7d] [--json]` — cafe24 유입경로 조회
179
179
 
180
+ ### 광고
181
+ - `sppt ads naver-sa campaigns [--json]` — 네이버 검색광고 캠페인 목록
182
+ - `sppt ads naver-sa ads --adgroup <adgroupId> [--json]` — 소재 목록 + 연결 URL 조회
183
+ - `sppt ads naver-sa ad --id <adId> [--json]` — 소재 단건 조회
184
+ - `sppt ads naver-sa ad lock --id <adId> --lock true|false [--dry-run]` — 소재 ON/OFF
185
+ - `sppt ads naver-sa ad update --id <adId> --fields <fields> --file <json> [--dry-run]` — 소재 필드 수정
186
+
180
187
  ### 물류
181
188
  - `sppt logistics status` — 물류 채널 연결 상태
182
189
  - `sppt logistics orders <channel> [--since DATE] [--status STATUS]` — 물류 주문 조회
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shopport",
3
- "version": "0.4.0",
3
+ "version": "0.4.2",
4
4
  "description": "커머스 운영 자동화 CLI — Cafe24, Coupang, SmartStore, Shopify 통합 관리",
5
5
  "type": "module",
6
6
  "bin": {