@devchangjun/ctm 0.1.0 → 0.1.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/README.md +3 -3
- package/dist/index.js +1 -1
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -138,9 +138,9 @@ ctm clean # 현재 브런치 삭제
|
|
|
138
138
|
ctm clean CGKR-1423 # 해당 이슈 브런치 삭제
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
|
|
142
|
-
현재
|
|
143
|
-
worktree가 연결되어 있으면 함께 제거할지 자동으로
|
|
141
|
+
로컬 브랜치를 삭제하고, 원격 브랜치도 함께 삭제할지 물어봅니다.
|
|
142
|
+
현재 브랜치를 삭제할 경우 base branch로 자동 전환됩니다.
|
|
143
|
+
worktree가 연결되어 있으면 함께 제거할지 자동으로 물어봅니다.
|
|
144
144
|
|
|
145
145
|
---
|
|
146
146
|
|
package/dist/index.js
CHANGED
|
@@ -938,7 +938,7 @@ var COMMANDS = [
|
|
|
938
938
|
{
|
|
939
939
|
name: "clean",
|
|
940
940
|
usage: "ctm clean [key]",
|
|
941
|
-
description: "Jira \uC774\uC288\uC5D0 \uC5F0\uACB0\uB41C \uB85C\
|
|
941
|
+
description: "Jira \uC774\uC288\uC5D0 \uC5F0\uACB0\uB41C \uB85C\uCEEC \uBE0C\uB79C\uCE58\uB97C \uC0AD\uC81C\uD569\uB2C8\uB2E4.\n \uC6D0\uACA9 \uBE0C\uB79C\uCE58\uB3C4 \uD568\uAED8 \uC0AD\uC81C\uD560\uC9C0 \uBB3C\uC5B4\uBD05\uB2C8\uB2E4.\n worktree\uAC00 \uC788\uC73C\uBA74 \uD568\uAED8 \uC815\uB9AC\uD560\uC9C0 \uBB3C\uC5B4\uBD05\uB2C8\uB2E4.",
|
|
942
942
|
examples: [
|
|
943
943
|
{ cmd: "ctm clean", comment: "\uD604\uC7AC \uBE0C\uB7F0\uCE58 \uC0AD\uC81C" },
|
|
944
944
|
{ cmd: "ctm clean CGKR-1423", comment: "\uD2B9\uC815 \uC774\uC288 \uBE0C\uB7F0\uCE58 \uC0AD\uC81C" },
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@devchangjun/ctm",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"description": "Colo Ticket Manager — Jira-driven branch management CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -16,7 +16,13 @@
|
|
|
16
16
|
"typecheck": "tsc --noEmit",
|
|
17
17
|
"format": "prettier --write src/"
|
|
18
18
|
},
|
|
19
|
-
"keywords": [
|
|
19
|
+
"keywords": [
|
|
20
|
+
"jira",
|
|
21
|
+
"git",
|
|
22
|
+
"branch",
|
|
23
|
+
"cli",
|
|
24
|
+
"ticket"
|
|
25
|
+
],
|
|
20
26
|
"author": "changjun",
|
|
21
27
|
"license": "MIT",
|
|
22
28
|
"repository": {
|