@contentstack/cli-cm-clone 1.5.0 → 1.5.1
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 +6 -11
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -3,28 +3,25 @@
|
|
|
3
3
|
It is Contentstack’s CLI plugin to clone a stack. Using this command, you can export a stack’s content/schema to a new or existing stack. Refer to the [Clone a Stack](https://www.contentstack.com/docs/developers/cli/clone-a-stack/) documentation to learn more.
|
|
4
4
|
|
|
5
5
|
<!-- toc -->
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- [Commands](#commands)
|
|
6
|
+
* [@contentstack/cli-cm-clone](#contentstackcli-cm-clone)
|
|
7
|
+
* [Usage](#usage)
|
|
8
|
+
* [Commands](#commands)
|
|
10
9
|
<!-- tocstop -->
|
|
11
10
|
|
|
12
11
|
# Usage
|
|
13
12
|
|
|
14
13
|
<!-- usage -->
|
|
15
|
-
|
|
16
14
|
```sh-session
|
|
17
15
|
$ npm install -g @contentstack/cli-cm-clone
|
|
18
16
|
$ csdx COMMAND
|
|
19
17
|
running command...
|
|
20
18
|
$ csdx (--version)
|
|
21
|
-
@contentstack/cli-cm-clone/1.5.
|
|
19
|
+
@contentstack/cli-cm-clone/1.5.1 darwin-x64 node-v20.8.0
|
|
22
20
|
$ csdx --help [COMMAND]
|
|
23
21
|
USAGE
|
|
24
22
|
$ csdx COMMAND
|
|
25
23
|
...
|
|
26
24
|
```
|
|
27
|
-
|
|
28
25
|
<!-- usagestop -->
|
|
29
26
|
|
|
30
27
|
```sh-session
|
|
@@ -40,9 +37,8 @@ USAGE
|
|
|
40
37
|
# Commands
|
|
41
38
|
|
|
42
39
|
<!-- commands -->
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
- [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent-1)
|
|
40
|
+
* [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent)
|
|
41
|
+
* [`csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`](#csdx-cmstacksclone---source-branch-value---target-branch-value---source-management-token-alias-value---destination-management-token-alias-value--n-value---type-ab---source-stack-api-key-value---destination-stack-api-key-value---import-webhook-status-disablecurrent-1)
|
|
46
42
|
|
|
47
43
|
## `csdx cm:stacks:clone [--source-branch <value>] [--target-branch <value>] [--source-management-token-alias <value>] [--destination-management-token-alias <value>] [-n <value>] [--type a|b] [--source-stack-api-key <value>] [--destination-stack-api-key <value>] [--import-webhook-status disable|current]`
|
|
48
44
|
|
|
@@ -143,5 +139,4 @@ EXAMPLES
|
|
|
143
139
|
```
|
|
144
140
|
|
|
145
141
|
_See code: [src/commands/cm/stacks/clone.js](https://github.com/contentstack/cli/blob/main/packages/contentstack-clone/src/commands/cm/stacks/clone.js)_
|
|
146
|
-
|
|
147
142
|
<!-- commandsstop -->
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli-cm-clone",
|
|
3
3
|
"description": "Contentstack stack clone plugin",
|
|
4
|
-
"version": "1.5.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@contentstack/cli-cm-export": "~1.9.0",
|
|
9
9
|
"@contentstack/cli-cm-import": "~1.9.0",
|
|
10
|
-
"@contentstack/cli-command": "~1.2.
|
|
11
|
-
"@contentstack/cli-utilities": "~1.5.
|
|
10
|
+
"@contentstack/cli-command": "~1.2.13",
|
|
11
|
+
"@contentstack/cli-utilities": "~1.5.3",
|
|
12
12
|
"@colors/colors": "^1.5.0",
|
|
13
13
|
"async": "^3.2.4",
|
|
14
14
|
"chalk": "^4.1.0",
|
|
@@ -70,4 +70,4 @@
|
|
|
70
70
|
"cm:stack-clone": "O-CLN"
|
|
71
71
|
}
|
|
72
72
|
}
|
|
73
|
-
}
|
|
73
|
+
}
|