@contentstack/cli 1.60.0 → 1.61.0

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 linux-x64 node-v22.22.1
21
+ @contentstack/cli/1.61.0 linux-x64 node-v22.22.2
22
22
  $ csdx --help [COMMAND]
23
23
  USAGE
24
24
  $ csdx COMMAND
@@ -45,6 +45,7 @@ USAGE
45
45
  * [`csdx cm:branches:delete [-uid <value>] [-k <value>]`](#csdx-cmbranchesdelete--uid-value--k-value)
46
46
  * [`csdx cm:branches:diff [--base-branch <value>] [--compare-branch <value>] [-k <value>][--module <value>] [--format <value>] [--csv-path <value>]`](#csdx-cmbranchesdiff---base-branch-value---compare-branch-value--k-value--module-value---format-value---csv-path-value)
47
47
  * [`csdx cm:branches:merge [-k <value>][--compare-branch <value>] [--no-revert] [--export-summary-path <value>] [--use-merge-summary <value>] [--comment <value>] [--base-branch <value>]`](#csdx-cmbranchesmerge--k-value--compare-branch-value---no-revert---export-summary-path-value---use-merge-summary-value---comment-value---base-branch-value)
48
+ * [`csdx cm:branches:merge-status -k <value> --merge-uid <value>`](#csdx-cmbranchesmerge-status--k-value---merge-uid-value)
48
49
  * [`csdx cm:bulk-publish`](#csdx-cmbulk-publish)
49
50
  * [`csdx cm:entries:update-and-publish [-a <value>] [--retry-failed <value>] [--bulk-publish <value>] [--content-types <value>] [-t <value>] [-e <value>] [-c <value>] [-y] [--locales <value>] [--branch <value>]`](#csdx-cmentriesupdate-and-publish--a-value---retry-failed-value---bulk-publish-value---content-types-value--t-value--e-value--c-value--y---locales-value---branch-value)
50
51
  * [`csdx cm:assets:publish [-a <value>] [--retry-failed <value>] [-e <value>] [--folder-uid <value>] [--bulk-publish <value>] [-c <value>] [-y] [--locales <value>] [--branch <value>] [--delivery-token <value>] [--source-env <value>]`](#csdx-cmassetspublish--a-value---retry-failed-value--e-value---folder-uid-value---bulk-publish-value--c-value--y---locales-value---branch-value---delivery-token-value---source-env-value)
@@ -793,6 +794,29 @@ EXAMPLES
793
794
 
794
795
  _See code: [@contentstack/cli-cm-branches](https://github.com/contentstack/cli/blob/main/packages/contentstack-export/src/commands/cm/branches/merge.ts)_
795
796
 
797
+ ## `csdx cm:branches:merge-status -k <value> --merge-uid <value>`
798
+
799
+ Check the status of a branch merge job
800
+
801
+ ```
802
+ USAGE
803
+ $ csdx cm:branches:merge-status -k <value> --merge-uid <value>
804
+
805
+ FLAGS
806
+ -k, --stack-api-key=<value> (required) Provide your stack API key.
807
+ --merge-uid=<value> (required) Merge job UID to check status for.
808
+
809
+ DESCRIPTION
810
+ Check the status of a branch merge job
811
+
812
+ EXAMPLES
813
+ $ csdx cm:branches:merge-status -k bltxxxxxxxx --merge-uid merge_abc123
814
+
815
+ $ csdx cm:branches:merge-status --stack-api-key bltxxxxxxxx --merge-uid merge_abc123
816
+ ```
817
+
818
+ _See code: [@contentstack/cli-cm-branches](https://github.com/contentstack/cli/blob/main/packages/contentstack-export/src/commands/cm/branches/merge-status.ts)_
819
+
796
820
  ## `csdx cm:bulk-publish`
797
821
 
798
822
  Bulk Publish script for managing entries and assets
@@ -3829,7 +3853,7 @@ DESCRIPTION
3829
3853
  Display help for csdx.
3830
3854
  ```
3831
3855
 
3832
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.37/src/commands/help.ts)_
3856
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.44/src/commands/help.ts)_
3833
3857
 
3834
3858
  ## `csdx launch`
3835
3859
 
@@ -3838,10 +3862,11 @@ Launch related operations
3838
3862
  ```
3839
3863
  USAGE
3840
3864
  $ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
3841
- React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e <value>]
3842
- [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
3843
- variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
3844
- adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3865
+ React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
3866
+ <value>] [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
3867
+ [--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the
3868
+ .env.local file|Skip adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
3869
+ [--redeploy-last-upload]
3845
3870
 
3846
3871
  FLAGS
3847
3872
  -a, --alias=<value> [optional] Alias (name) for the delivery token.
@@ -3855,7 +3880,7 @@ FLAGS
3855
3880
  comma. For example: APP_ENV:prod, TEST_ENV:testVal.
3856
3881
  --framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
3857
3882
  <options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3858
- Rendered)|Angular|Nuxt|VueJs|Remix|Other>
3883
+ Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other>
3859
3884
  --org=<value> [optional] Provide the organization UID to create a new project or deployment.
3860
3885
  --out-dir=<value> [optional] Output Directory.
3861
3886
  --redeploy-last-upload [optional] Redeploy with last file upload
@@ -4148,7 +4173,7 @@ EXAMPLES
4148
4173
  $ csdx plugins
4149
4174
  ```
4150
4175
 
4151
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/index.ts)_
4176
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_
4152
4177
 
4153
4178
  ## `csdx plugins:add PLUGIN`
4154
4179
 
@@ -4222,7 +4247,7 @@ EXAMPLES
4222
4247
  $ csdx plugins:inspect myplugin
4223
4248
  ```
4224
4249
 
4225
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/inspect.ts)_
4250
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_
4226
4251
 
4227
4252
  ## `csdx plugins:install PLUGIN`
4228
4253
 
@@ -4271,7 +4296,7 @@ EXAMPLES
4271
4296
  $ csdx plugins:install someuser/someplugin
4272
4297
  ```
4273
4298
 
4274
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/install.ts)_
4299
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_
4275
4300
 
4276
4301
  ## `csdx plugins:link PATH`
4277
4302
 
@@ -4302,7 +4327,7 @@ EXAMPLES
4302
4327
  $ csdx plugins:link myplugin
4303
4328
  ```
4304
4329
 
4305
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/link.ts)_
4330
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_
4306
4331
 
4307
4332
  ## `csdx plugins:remove [PLUGIN]`
4308
4333
 
@@ -4343,7 +4368,7 @@ FLAGS
4343
4368
  --reinstall Reinstall all plugins after uninstalling.
4344
4369
  ```
4345
4370
 
4346
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/reset.ts)_
4371
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_
4347
4372
 
4348
4373
  ## `csdx plugins:uninstall [PLUGIN]`
4349
4374
 
@@ -4371,7 +4396,7 @@ EXAMPLES
4371
4396
  $ csdx plugins:uninstall myplugin
4372
4397
  ```
4373
4398
 
4374
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/uninstall.ts)_
4399
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_
4375
4400
 
4376
4401
  ## `csdx plugins:unlink [PLUGIN]`
4377
4402
 
@@ -4415,7 +4440,7 @@ DESCRIPTION
4415
4440
  Update installed plugins.
4416
4441
  ```
4417
4442
 
4418
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.56/src/commands/plugins/update.ts)_
4443
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
4419
4444
 
4420
4445
  ## `csdx tokens`
4421
4446
 
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "commands": {},
3
- "version": "1.60.0"
3
+ "version": "1.61.0"
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",
4
- "version": "1.60.0",
4
+ "version": "1.61.0",
5
5
  "author": "Contentstack",
6
6
  "bin": {
7
7
  "csdx": "./bin/run.js"
@@ -19,26 +19,26 @@
19
19
  "prepack": "pnpm compile && oclif manifest && oclif readme"
20
20
  },
21
21
  "dependencies": {
22
- "@contentstack/cli-audit": "~1.19.0",
23
- "@contentstack/cli-cm-export": "~1.24.0",
24
- "@contentstack/cli-cm-import": "~1.32.0",
25
- "@contentstack/cli-auth": "~1.8.0",
26
- "@contentstack/cli-cm-bootstrap": "~1.19.0",
27
- "@contentstack/cli-cm-branches": "~1.7.0",
28
- "@contentstack/cli-cm-bulk-publish": "~1.11.0",
29
- "@contentstack/cli-cm-clone": "~1.21.0",
30
- "@contentstack/cli-cm-export-to-csv": "~1.12.0",
31
- "@contentstack/cli-cm-import-setup": "~1.8.0",
22
+ "@contentstack/cli-audit": "~1.19.2",
23
+ "@contentstack/cli-cm-export": "~1.24.2",
24
+ "@contentstack/cli-cm-import": "~1.32.2",
25
+ "@contentstack/cli-auth": "~1.8.1",
26
+ "@contentstack/cli-cm-bootstrap": "~1.19.1",
27
+ "@contentstack/cli-cm-branches": "~1.8.0",
28
+ "@contentstack/cli-cm-bulk-publish": "~1.11.2",
29
+ "@contentstack/cli-cm-clone": "~1.21.2",
30
+ "@contentstack/cli-cm-export-to-csv": "~1.12.1",
31
+ "@contentstack/cli-cm-import-setup": "~1.8.2",
32
32
  "@contentstack/cli-cm-migrate-rte": "~1.6.4",
33
- "@contentstack/cli-cm-seed": "~1.15.0",
34
- "@contentstack/cli-command": "~1.8.0",
35
- "@contentstack/cli-config": "~1.20.0",
36
- "@contentstack/cli-launch": "^1.9.6",
37
- "@contentstack/cli-migration": "~1.12.0",
38
- "@contentstack/cli-utilities": "~1.18.0",
39
- "@contentstack/cli-variants": "~1.4.0",
40
- "@contentstack/management": "~1.27.5",
41
- "@oclif/core": "^4.8.3",
33
+ "@contentstack/cli-cm-seed": "~1.15.1",
34
+ "@contentstack/cli-command": "~1.8.1",
35
+ "@contentstack/cli-config": "~1.20.2",
36
+ "@contentstack/cli-launch": "^1.9.7",
37
+ "@contentstack/cli-migration": "~1.12.1",
38
+ "@contentstack/cli-utilities": "~1.18.2",
39
+ "@contentstack/cli-variants": "~1.4.2",
40
+ "@contentstack/management": "~1.30.1",
41
+ "@oclif/core": "^4.10.5",
42
42
  "@oclif/plugin-help": "^6.2.28",
43
43
  "@oclif/plugin-not-found": "^3.2.53",
44
44
  "@oclif/plugin-plugins": "^5.4.54",
@@ -170,4 +170,4 @@
170
170
  }
171
171
  },
172
172
  "repository": "https://github.com/contentstack/cli"
173
- }
173
+ }