Skip to content

Commit afb938b

Browse files
committed
version bump
1 parent 273f92a commit afb938b

File tree

9 files changed

+1193
-1282
lines changed

9 files changed

+1193
-1282
lines changed

package-lock.json

Lines changed: 170 additions & 217 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ EXAMPLES
267267
$ csdx plugins
268268
```
269269

270-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/index.ts)_
270+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/index.ts)_
271271

272272
## `csdx plugins:add PLUGIN`
273273

@@ -341,7 +341,7 @@ EXAMPLES
341341
$ csdx plugins:inspect myplugin
342342
```
343343

344-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/inspect.ts)_
344+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/inspect.ts)_
345345

346346
## `csdx plugins:install PLUGIN`
347347

@@ -390,7 +390,7 @@ EXAMPLES
390390
$ csdx plugins:install someuser/someplugin
391391
```
392392

393-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/install.ts)_
393+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/install.ts)_
394394

395395
## `csdx plugins:link PATH`
396396

@@ -420,7 +420,7 @@ EXAMPLES
420420
$ csdx plugins:link myplugin
421421
```
422422

423-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/link.ts)_
423+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/link.ts)_
424424

425425
## `csdx plugins:remove [PLUGIN]`
426426

@@ -461,7 +461,7 @@ FLAGS
461461
--reinstall Reinstall all plugins after uninstalling.
462462
```
463463

464-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/reset.ts)_
464+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/reset.ts)_
465465

466466
## `csdx plugins:uninstall [PLUGIN]`
467467

@@ -489,7 +489,7 @@ EXAMPLES
489489
$ csdx plugins:uninstall myplugin
490490
```
491491

492-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/uninstall.ts)_
492+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/uninstall.ts)_
493493

494494
## `csdx plugins:unlink [PLUGIN]`
495495

@@ -533,5 +533,5 @@ DESCRIPTION
533533
Update installed plugins.
534534
```
535535

536-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/update.ts)_
536+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/update.ts)_
537537
<!-- commandsstop -->

packages/contentstack-clone/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@colors/colors": "^1.5.0",
99
"@contentstack/cli-cm-export": "~1.11.6",
10-
"@contentstack/cli-cm-import": "~1.16.3",
10+
"@contentstack/cli-cm-import": "~1.16.4",
1111
"@contentstack/cli-command": "~1.2.19",
1212
"@contentstack/cli-utilities": "~1.7.0",
1313
"async": "^3.2.4",

packages/contentstack-import/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ $ npm install -g @contentstack/cli-cm-import
4747
$ csdx COMMAND
4848
running command...
4949
$ csdx (--version)
50-
@contentstack/cli-cm-import/1.16.3 darwin-arm64 node-v22.2.0
50+
@contentstack/cli-cm-import/1.16.4 darwin-arm64 node-v22.2.0
5151
$ csdx --help [COMMAND]
5252
USAGE
5353
$ csdx COMMAND

packages/contentstack-import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-import",
33
"description": "Contentstack CLI plugin to import content into stack",
4-
"version": "1.16.3",
4+
"version": "1.16.4",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack-seed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
8-
"@contentstack/cli-cm-import": "~1.16.3",
8+
"@contentstack/cli-cm-import": "~1.16.4",
99
"@contentstack/cli-command": "~1.2.19",
1010
"@contentstack/cli-utilities": "~1.7.0",
1111
"inquirer": "8.2.4",

packages/contentstack/README.md

Lines changed: 33 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version|-v)
21-
@contentstack/cli/1.21.1 darwin-arm64 node-v22.2.0
21+
@contentstack/cli/1.21.2 darwin-arm64 node-v22.2.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -3222,20 +3222,27 @@ Launch related operations
32223222
USAGE
32233223
$ csdx launch [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create React App)|CSR
32243224
(Client-Side Rendered)|Angular|VueJs|Other] [--org <value>] [-n <value>] [-e <value>] [--branch <value>]
3225-
[--build-command <value>] [--out-dir <value>]
3226-
3227-
FLAGS
3228-
-e, --environment=<value> [Optional] Environment name for the Launch project
3229-
-n, --name=<value> [Optional] Name of the project
3230-
--branch=<value> [Optional] GitHub branch name
3231-
--build-command=<value> [Optional] Build Command
3232-
--framework=<option> [Optional] Type of framework
3233-
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3234-
Rendered)|Angular|VueJs|Other>
3235-
--org=<value> [Optional] Provide the organization UID to create a new project or deployment
3236-
--out-dir=<value> [Optional] Output Directory
3237-
--type=<option> [Optional] Choose the type of adapters
3238-
<options: GitHub|FileUpload>
3225+
[--build-command <value>] [--out-dir <value>] [--variable-type Import variables from a stack|Manually add custom
3226+
variables to the list|Import variables from the local env file] [-a <value>] [--env-variables <value>]
3227+
3228+
FLAGS
3229+
-a, --alias=<value> [Optional] Alias(name) for the delivery token
3230+
-e, --environment=<value> [Optional] Environment name for the Launch project
3231+
-n, --name=<value> [Optional] Name of the project
3232+
--branch=<value> [Optional] GitHub branch name
3233+
--build-command=<value> [Optional] Build Command
3234+
--env-variables=<value> [Optional] Provide the environment variables in the key:value format, separated by comma
3235+
Ex:APP_ENV:prod, TEST_ENV:testVal
3236+
--framework=<option> [Optional] Type of framework
3237+
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3238+
Rendered)|Angular|VueJs|Other>
3239+
--org=<value> [Optional] Provide the organization UID to create a new project or deployment
3240+
--out-dir=<value> [Optional] Output Directory
3241+
--type=<option> [Optional] Choose the type of adapters
3242+
<options: GitHub|FileUpload>
3243+
--variable-type=<option> [Optional] Provide a variable type.
3244+
<options: Import variables from a stack|Manually add custom variables to the list|Import
3245+
variables from the local env file>
32393246
32403247
DESCRIPTION
32413248
Launch related operations
@@ -3254,6 +3261,10 @@ EXAMPLES
32543261
$ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload>
32553262
32563263
$ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value>
3264+
3265+
$ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Import variables from a stack" --alias=<value>
3266+
3267+
$ csdx launch --config <path/to/launch/config/file> --type <options: GitHub|FileUpload> --name=<value> --environment=<value> --branch=<value> --build-command=<value> --framework=<option> --org=<value> --out-dir=<value> --variable-type="Manually add custom variables to the list" --env-variables="APP_ENV:prod, TEST_ENV:testVal"
32573268
```
32583269

32593270
_See code: [@contentstack/cli-launch](https://github.com/contentstack/cli/blob/main/packages/contentstack-launch/src/commands/launch/index.ts)_
@@ -3498,7 +3509,7 @@ EXAMPLES
34983509
$ csdx plugins
34993510
```
35003511

3501-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/index.ts)_
3512+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/index.ts)_
35023513

35033514
## `csdx plugins:add PLUGIN`
35043515

@@ -3572,7 +3583,7 @@ EXAMPLES
35723583
$ csdx plugins:inspect myplugin
35733584
```
35743585

3575-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/inspect.ts)_
3586+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/inspect.ts)_
35763587

35773588
## `csdx plugins:install PLUGIN`
35783589

@@ -3621,7 +3632,7 @@ EXAMPLES
36213632
$ csdx plugins:install someuser/someplugin
36223633
```
36233634

3624-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/install.ts)_
3635+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/install.ts)_
36253636

36263637
## `csdx plugins:link PATH`
36273638

@@ -3651,7 +3662,7 @@ EXAMPLES
36513662
$ csdx plugins:link myplugin
36523663
```
36533664

3654-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/link.ts)_
3665+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/link.ts)_
36553666

36563667
## `csdx plugins:remove [PLUGIN]`
36573668

@@ -3692,7 +3703,7 @@ FLAGS
36923703
--reinstall Reinstall all plugins after uninstalling.
36933704
```
36943705

3695-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/reset.ts)_
3706+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/reset.ts)_
36963707

36973708
## `csdx plugins:uninstall [PLUGIN]`
36983709

@@ -3720,7 +3731,7 @@ EXAMPLES
37203731
$ csdx plugins:uninstall myplugin
37213732
```
37223733

3723-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/uninstall.ts)_
3734+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/uninstall.ts)_
37243735

37253736
## `csdx plugins:unlink [PLUGIN]`
37263737

@@ -3764,7 +3775,7 @@ DESCRIPTION
37643775
Update installed plugins.
37653776
```
37663777

3767-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.3.9/src/commands/plugins/update.ts)_
3778+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/v5.4.2/src/commands/plugins/update.ts)_
37683779

37693780
## `csdx tokens`
37703781

packages/contentstack/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.21.1",
4+
"version": "1.21.2",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"
@@ -30,7 +30,7 @@
3030
"@contentstack/cli-cm-export": "~1.11.6",
3131
"@contentstack/cli-cm-clone": "~1.10.7",
3232
"@contentstack/cli-cm-export-to-csv": "~1.7.2",
33-
"@contentstack/cli-cm-import": "~1.16.3",
33+
"@contentstack/cli-cm-import": "~1.16.4",
3434
"@contentstack/cli-cm-migrate-rte": "~1.4.18",
3535
"@contentstack/cli-cm-seed": "~1.7.7",
3636
"@contentstack/cli-command": "~1.2.19",

0 commit comments

Comments
 (0)