@contentstack/cli 2.0.0-beta.16 → 2.0.0-beta.17
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 +9 -9
- package/lib/hooks/init/utils-init.d.ts +1 -1
- package/lib/hooks/init/utils-init.js +2 -1
- package/oclif.manifest.json +1 -1
- package/package.json +17 -17
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
|
|
|
18
18
|
$ csdx COMMAND
|
|
19
19
|
running command...
|
|
20
20
|
$ csdx (--version|-v)
|
|
21
|
-
@contentstack/cli/2.0.0-beta.
|
|
21
|
+
@contentstack/cli/2.0.0-beta.17 linux-x64 node-v22.22.1
|
|
22
22
|
$ csdx --help [COMMAND]
|
|
23
23
|
USAGE
|
|
24
24
|
$ csdx COMMAND
|
|
@@ -1735,7 +1735,7 @@ DESCRIPTION
|
|
|
1735
1735
|
Display help for csdx.
|
|
1736
1736
|
```
|
|
1737
1737
|
|
|
1738
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/
|
|
1738
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.40/src/commands/help.ts)_
|
|
1739
1739
|
|
|
1740
1740
|
## `csdx launch`
|
|
1741
1741
|
|
|
@@ -2054,7 +2054,7 @@ EXAMPLES
|
|
|
2054
2054
|
$ csdx plugins
|
|
2055
2055
|
```
|
|
2056
2056
|
|
|
2057
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2057
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/index.ts)_
|
|
2058
2058
|
|
|
2059
2059
|
## `csdx plugins:add PLUGIN`
|
|
2060
2060
|
|
|
@@ -2128,7 +2128,7 @@ EXAMPLES
|
|
|
2128
2128
|
$ csdx plugins:inspect myplugin
|
|
2129
2129
|
```
|
|
2130
2130
|
|
|
2131
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2131
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/inspect.ts)_
|
|
2132
2132
|
|
|
2133
2133
|
## `csdx plugins:install PLUGIN`
|
|
2134
2134
|
|
|
@@ -2177,7 +2177,7 @@ EXAMPLES
|
|
|
2177
2177
|
$ csdx plugins:install someuser/someplugin
|
|
2178
2178
|
```
|
|
2179
2179
|
|
|
2180
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2180
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/install.ts)_
|
|
2181
2181
|
|
|
2182
2182
|
## `csdx plugins:link PATH`
|
|
2183
2183
|
|
|
@@ -2208,7 +2208,7 @@ EXAMPLES
|
|
|
2208
2208
|
$ csdx plugins:link myplugin
|
|
2209
2209
|
```
|
|
2210
2210
|
|
|
2211
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2211
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/link.ts)_
|
|
2212
2212
|
|
|
2213
2213
|
## `csdx plugins:remove [PLUGIN]`
|
|
2214
2214
|
|
|
@@ -2249,7 +2249,7 @@ FLAGS
|
|
|
2249
2249
|
--reinstall Reinstall all plugins after uninstalling.
|
|
2250
2250
|
```
|
|
2251
2251
|
|
|
2252
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2252
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/reset.ts)_
|
|
2253
2253
|
|
|
2254
2254
|
## `csdx plugins:uninstall [PLUGIN]`
|
|
2255
2255
|
|
|
@@ -2277,7 +2277,7 @@ EXAMPLES
|
|
|
2277
2277
|
$ csdx plugins:uninstall myplugin
|
|
2278
2278
|
```
|
|
2279
2279
|
|
|
2280
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2280
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/uninstall.ts)_
|
|
2281
2281
|
|
|
2282
2282
|
## `csdx plugins:unlink [PLUGIN]`
|
|
2283
2283
|
|
|
@@ -2321,7 +2321,7 @@ DESCRIPTION
|
|
|
2321
2321
|
Update installed plugins.
|
|
2322
2322
|
```
|
|
2323
2323
|
|
|
2324
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
2324
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.59/src/commands/plugins/update.ts)_
|
|
2325
2325
|
|
|
2326
2326
|
## `csdx tokens`
|
|
2327
2327
|
|
|
@@ -4,7 +4,8 @@ const cli_utilities_1 = require("@contentstack/cli-utilities");
|
|
|
4
4
|
/**
|
|
5
5
|
* Initialize the utilities
|
|
6
6
|
*/
|
|
7
|
-
function default_1(_opts) {
|
|
7
|
+
async function default_1(_opts) {
|
|
8
|
+
await (0, cli_utilities_1.loadChalk)();
|
|
8
9
|
const { context } = this.config;
|
|
9
10
|
cli_utilities_1.messageHandler.init(context);
|
|
10
11
|
cli_utilities_1.cliux.init(context);
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentstack/cli",
|
|
3
3
|
"description": "Command-line tool (CLI) to interact with Contentstack",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.17",
|
|
5
5
|
"author": "Contentstack",
|
|
6
6
|
"bin": {
|
|
7
7
|
"csdx": "./bin/run.js"
|
|
@@ -22,30 +22,30 @@
|
|
|
22
22
|
"prepack": "pnpm compile && oclif manifest && oclif readme"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@contentstack/cli-audit": "~2.0.0-beta.
|
|
26
|
-
"@contentstack/cli-cm-export": "~2.0.0-beta.
|
|
27
|
-
"@contentstack/cli-cm-import": "~2.0.0-beta.
|
|
28
|
-
"@contentstack/cli-auth": "~2.0.0-beta.
|
|
25
|
+
"@contentstack/cli-audit": "~2.0.0-beta.8",
|
|
26
|
+
"@contentstack/cli-cm-export": "~2.0.0-beta.13",
|
|
27
|
+
"@contentstack/cli-cm-import": "~2.0.0-beta.13",
|
|
28
|
+
"@contentstack/cli-auth": "~2.0.0-beta.9",
|
|
29
29
|
"@contentstack/cli-bulk-operations": "^1.0.1",
|
|
30
|
-
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.
|
|
31
|
-
"@contentstack/cli-cm-branches": "~2.0.0-beta.
|
|
32
|
-
"@contentstack/cli-cm-clone": "~2.0.0-beta.
|
|
33
|
-
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.
|
|
34
|
-
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.
|
|
35
|
-
"@contentstack/cli-cm-seed": "~2.0.0-beta.
|
|
36
|
-
"@contentstack/cli-command": "~2.0.0-beta.
|
|
37
|
-
"@contentstack/cli-config": "~2.0.0-beta.
|
|
30
|
+
"@contentstack/cli-cm-bootstrap": "~2.0.0-beta.13",
|
|
31
|
+
"@contentstack/cli-cm-branches": "~2.0.0-beta.4",
|
|
32
|
+
"@contentstack/cli-cm-clone": "~2.0.0-beta.14",
|
|
33
|
+
"@contentstack/cli-cm-export-to-csv": "~2.0.0-beta.4",
|
|
34
|
+
"@contentstack/cli-cm-import-setup": "~2.0.0-beta.8",
|
|
35
|
+
"@contentstack/cli-cm-seed": "~2.0.0-beta.12",
|
|
36
|
+
"@contentstack/cli-command": "~2.0.0-beta.4",
|
|
37
|
+
"@contentstack/cli-config": "~2.0.0-beta.6",
|
|
38
38
|
"@contentstack/cli-launch": "^1.9.6",
|
|
39
|
-
"@contentstack/cli-migration": "~2.0.0-beta.
|
|
40
|
-
"@contentstack/cli-utilities": "~2.0.0-beta.
|
|
41
|
-
"@contentstack/cli-variants": "~2.0.0-beta.
|
|
39
|
+
"@contentstack/cli-migration": "~2.0.0-beta.9",
|
|
40
|
+
"@contentstack/cli-utilities": "~2.0.0-beta.4",
|
|
41
|
+
"@contentstack/cli-variants": "~2.0.0-beta.10",
|
|
42
42
|
"@contentstack/management": "~1.27.6",
|
|
43
43
|
"@contentstack/utils": "~1.7.0",
|
|
44
44
|
"@oclif/core": "^4.8.0",
|
|
45
45
|
"@oclif/plugin-help": "^6.2.37",
|
|
46
46
|
"@oclif/plugin-not-found": "^3.2.74",
|
|
47
47
|
"@oclif/plugin-plugins": "^5.4.56",
|
|
48
|
-
"chalk": "^
|
|
48
|
+
"chalk": "^5.6.2",
|
|
49
49
|
"cli-progress": "^3.12.0",
|
|
50
50
|
"debug": "^4.4.3",
|
|
51
51
|
"figlet": "1.8.2",
|