@contentstack/cli 1.60.0-beta.6 → 1.60.0-beta.7

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 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/1.60.0-beta.6 linux-x64 node-v22.22.1
21
+ @contentstack/cli/1.60.0-beta.7 linux-x64 node-v22.22.1
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -70,7 +70,7 @@ USAGE
70
70
  * [`csdx cm:stacks:import-setup [-k <value>] [-d <value>] [-a <value>] [--modules <value,value>]`](#csdx-cmstacksimport-setup--k-value--d-value--a-value---modules-valuevalue)
71
71
  * [`csdx cm:migrate-rte`](#csdx-cmmigrate-rte)
72
72
  * [`csdx cm:stacks:migration [-k <value>] [-a <value>] [--file-path <value>] [--branch <value>] [--config-file <value>] [--config <value>] [--multiple]`](#csdx-cmstacksmigration--k-value--a-value---file-path-value---branch-value---config-file-value---config-value---multiple)
73
- * [`csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>] [--locale <value>]`](#csdx-cmstacksseed---repo-value---org-value--k-value--n-value--y-value--s-value---locale-value)
73
+ * [`csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>] [--locale <value>]`](#csdx-cmstacksseed---repo-value---org-value--k-value--n-value--y--s-value---locale-value)
74
74
  * [`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)
75
75
  * [`csdx cm:stacks:audit`](#csdx-cmstacksaudit)
76
76
  * [`csdx cm:stacks:audit:fix`](#csdx-cmstacksauditfix)
@@ -83,7 +83,7 @@ USAGE
83
83
  * [`csdx cm:stacks:publish-clear-logs`](#csdx-cmstackspublish-clear-logs)
84
84
  * [`csdx cm:stacks:publish-configure`](#csdx-cmstackspublish-configure)
85
85
  * [`csdx cm:stacks:publish-revert`](#csdx-cmstackspublish-revert)
86
- * [`csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>] [--locale <value>]`](#csdx-cmstacksseed---repo-value---org-value--k-value--n-value--y-value--s-value---locale-value)
86
+ * [`csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>] [--locale <value>]`](#csdx-cmstacksseed---repo-value---org-value--k-value--n-value--y--s-value---locale-value)
87
87
  * [`csdx csdx cm:stacks:unpublish [-a <value>] [-e <value>] [-c <value>] [-y] [--locale <value>] [--branch <value>] [--retry-failed <value>] [--bulk-unpublish <value>] [--content-type <value>] [--delivery-token <value>] [--only-assets] [--only-entries]`](#csdx-csdx-cmstacksunpublish--a-value--e-value--c-value--y---locale-value---branch-value---retry-failed-value---bulk-unpublish-value---content-type-value---delivery-token-value---only-assets---only-entries)
88
88
  * [`csdx config:get:base-branch`](#csdx-configgetbase-branch)
89
89
  * [`csdx config:get:ea-header`](#csdx-configgetea-header)
@@ -582,14 +582,14 @@ Bootstrap contentstack apps
582
582
 
583
583
  ```
584
584
  USAGE
585
- $ csdx cm:bootstrap [--app-name <value>] [--project-dir <value>] [-k <value> | --org <value> | -n <value>] [-y
586
- <value>] [--run-dev-server] [-a <value>]
585
+ $ csdx cm:bootstrap [--app-name <value>] [--project-dir <value>] [-k <value> | --org <value> | -n <value>] [-y]
586
+ [--run-dev-server] [-a <value>]
587
587
 
588
588
  FLAGS
589
589
  -a, --alias=<value> Alias of the management token
590
590
  -k, --stack-api-key=<value> Provide stack API key to seed content
591
591
  -n, --stack-name=<value> Name of the new stack that will be created.
592
- -y, --yes=<value> [Optional] Skip stack confirmation
592
+ -y, --yes [Optional] Skip stack confirmation
593
593
  --app-name=<value> App name, kickstart-next, kickstart-next-ssr, kickstart-next-ssg, kickstart-next-graphql,
594
594
  kickstart-next-middleware, kickstart-nuxt, kickstart-nuxt-ssr
595
595
  --org=<value> Provide organization UID to create a new stack
@@ -2566,14 +2566,14 @@ EXAMPLES
2566
2566
  $ csdx cm:migration --alias --file-path <migration/script/file/path> -k <api-key>
2567
2567
  ```
2568
2568
 
2569
- ## `csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>] [--locale <value>]`
2569
+ ## `csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>] [--locale <value>]`
2570
2570
 
2571
2571
  Create a stack from existing content types, entries, assets, etc
2572
2572
 
2573
2573
  ```
2574
2574
  USAGE
2575
- $ csdx cm:seed cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s
2576
- <value>] [--locale <value>]
2575
+ $ csdx cm:seed cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>]
2576
+ [--locale <value>]
2577
2577
 
2578
2578
  FLAGS
2579
2579
  -a, --alias=<value> Alias of the management token
@@ -2582,7 +2582,7 @@ FLAGS
2582
2582
  -o, --org=<value> Provide Organization UID to create a new stack
2583
2583
  -r, --repo=<value> GitHub organization name or GitHub user name/repository name.
2584
2584
  -s, --stack=<value> Provide the stack UID to seed content.
2585
- -y, --yes=<value> [Optional] Skip the stack confirmation.
2585
+ -y, --yes [Optional] Skip the stack confirmation.
2586
2586
 
2587
2587
  DESCRIPTION
2588
2588
  Create a stack from existing content types, entries, assets, etc
@@ -3213,14 +3213,14 @@ EXAMPLES
3213
3213
 
3214
3214
  _See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/main/packages/contentstack-bulk-publish/src/commands/cm/stacks/publish-revert.js)_
3215
3215
 
3216
- ## `csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>] [--locale <value>]`
3216
+ ## `csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>] [--locale <value>]`
3217
3217
 
3218
3218
  Create a stack from existing content types, entries, assets, etc
3219
3219
 
3220
3220
  ```
3221
3221
  USAGE
3222
- $ csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y <value>] [-s <value>]
3223
- [--locale <value>]
3222
+ $ csdx cm:stacks:seed [--repo <value>] [--org <value>] [-k <value>] [-n <value>] [-y] [-s <value>] [--locale
3223
+ <value>]
3224
3224
 
3225
3225
  FLAGS
3226
3226
  -a, --alias=<value> Alias of the management token
@@ -3229,7 +3229,7 @@ FLAGS
3229
3229
  -o, --org=<value> Provide Organization UID to create a new stack
3230
3230
  -r, --repo=<value> GitHub organization name or GitHub user name/repository name.
3231
3231
  -s, --stack=<value> Provide the stack UID to seed content.
3232
- -y, --yes=<value> [Optional] Skip the stack confirmation.
3232
+ -y, --yes [Optional] Skip the stack confirmation.
3233
3233
 
3234
3234
  DESCRIPTION
3235
3235
  Create a stack from existing content types, entries, assets, etc
@@ -0,0 +1,11 @@
1
+ /**
2
+ * When an invalid command is corrected (e.g. loginasda → login), init ran with the invalid
3
+ * command so context.messageFilePath was never set. Re-build context and re-init utilities
4
+ * for the actual command so i18n prompts show human-readable text.
5
+ */
6
+ export default function (opts: {
7
+ Command?: {
8
+ id?: string;
9
+ };
10
+ config?: any;
11
+ }): Promise<void>;
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const cli_utilities_1 = require("@contentstack/cli-utilities");
4
+ const utils_1 = require("../../utils");
5
+ /**
6
+ * When an invalid command is corrected (e.g. loginasda → login), init ran with the invalid
7
+ * command so context.messageFilePath was never set. Re-build context and re-init utilities
8
+ * for the actual command so i18n prompts show human-readable text.
9
+ */
10
+ async function default_1(opts) {
11
+ var _a, _b, _c;
12
+ const config = (_a = opts === null || opts === void 0 ? void 0 : opts.config) !== null && _a !== void 0 ? _a : this.config;
13
+ const commandId = (_b = opts === null || opts === void 0 ? void 0 : opts.Command) === null || _b === void 0 ? void 0 : _b.id;
14
+ if (!((_c = config === null || config === void 0 ? void 0 : config.context) === null || _c === void 0 ? void 0 : _c.messageFilePath) && commandId) {
15
+ config.context = new utils_1.CsdxContext({ id: commandId }, config);
16
+ cli_utilities_1.messageHandler.init(config.context);
17
+ cli_utilities_1.cliux.init(config.context);
18
+ cli_utilities_1.managementSDKInitiator.init(config.context);
19
+ cli_utilities_1.marketplaceSDKInitiator.init(config.context);
20
+ }
21
+ }
22
+ exports.default = default_1;
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.60.0-beta.6"
3
+ "version": "1.60.0-beta.7"
4
4
  }
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 v1-beta",
4
- "version": "1.60.0-beta.6",
4
+ "version": "1.60.0-beta.7",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -22,24 +22,24 @@
22
22
  "prepack": "pnpm compile && oclif manifest && oclif readme"
23
23
  },
24
24
  "dependencies": {
25
- "@contentstack/cli-audit": "~1.19.0-beta.0",
26
- "@contentstack/cli-cm-export": "~1.24.0-beta.0",
27
- "@contentstack/cli-cm-import": "~1.32.0-beta.0",
28
- "@contentstack/cli-auth": "~1.8.0-beta.0",
29
- "@contentstack/cli-cm-bootstrap": "~1.19.0-beta.0",
30
- "@contentstack/cli-cm-branches": "~1.7.0-beta.0",
31
- "@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.0",
32
- "@contentstack/cli-cm-clone": "~1.21.0-beta.0",
33
- "@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.0",
34
- "@contentstack/cli-cm-import-setup": "~1.8.0-beta.0",
25
+ "@contentstack/cli-audit": "~1.19.0-beta.1",
26
+ "@contentstack/cli-cm-export": "~1.24.0-beta.1",
27
+ "@contentstack/cli-cm-import": "~1.32.0-beta.1",
28
+ "@contentstack/cli-auth": "~1.8.0-beta.1",
29
+ "@contentstack/cli-cm-bootstrap": "~1.19.0-beta.1",
30
+ "@contentstack/cli-cm-branches": "~1.7.0-beta.1",
31
+ "@contentstack/cli-cm-bulk-publish": "~1.11.0-beta.1",
32
+ "@contentstack/cli-cm-clone": "~1.21.0-beta.1",
33
+ "@contentstack/cli-cm-export-to-csv": "~1.12.0-beta.1",
34
+ "@contentstack/cli-cm-import-setup": "~1.8.0-beta.1",
35
35
  "@contentstack/cli-cm-migrate-rte": "~1.6.4",
36
- "@contentstack/cli-cm-seed": "~1.15.0-beta.0",
37
- "@contentstack/cli-command": "~1.8.0-beta.0",
38
- "@contentstack/cli-config": "~1.20.0-beta.0",
36
+ "@contentstack/cli-cm-seed": "~1.15.0-beta.1",
37
+ "@contentstack/cli-command": "~1.8.0-beta.1",
38
+ "@contentstack/cli-config": "~1.20.0-beta.1",
39
39
  "@contentstack/cli-launch": "^1.9.6",
40
- "@contentstack/cli-migration": "~1.12.0-beta.0",
41
- "@contentstack/cli-utilities": "~1.18.0-beta.0",
42
- "@contentstack/cli-variants": "~1.4.0-beta.0",
40
+ "@contentstack/cli-migration": "~1.12.0-beta.1",
41
+ "@contentstack/cli-utilities": "~1.19.0-beta.0",
42
+ "@contentstack/cli-variants": "~1.4.0-beta.1",
43
43
  "@contentstack/management": "~1.27.5",
44
44
  "@oclif/core": "^4.3.0",
45
45
  "@oclif/plugin-help": "^6.2.28",
@@ -156,6 +156,7 @@
156
156
  ],
157
157
  "hooks": {
158
158
  "prerun": [
159
+ "./lib/hooks/prerun/init-context-for-command",
159
160
  "./lib/hooks/prerun/command-deprecation-check",
160
161
  "./lib/hooks/prerun/default-rate-limit-check",
161
162
  "./lib/hooks/prerun/latest-version-warning"
@@ -167,4 +168,4 @@
167
168
  }
168
169
  },
169
170
  "repository": "https://github.com/contentstack/cli"
170
- }
171
+ }