Skip to content

Commit 16a6d84

Browse files
author
naman-contentstack
committed
[DX-2277], added minor version bump
1 parent d46b9be commit 16a6d84

6 files changed

Lines changed: 18 additions & 15 deletions

File tree

.talismanrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,8 @@ fileignoreconfig:
109109
checksum: e345a745f027c76081df71e4fe9872c1f4adac076689b036e195b84041807b59
110110
- filename: packages/contentstack-launch/src/util/create-git-meta.ts
111111
checksum: 8cbd32dbbd2989c7c082f8a0b7615916125d211bce25531e9a882b8ebd5674af
112+
- filename: package-lock.json
113+
checksum: 69c8b74543f9734af3c6253917c69db95aa5cb86a394a811cf0035b1f381cc41
114+
- filename: pnpm-lock.yaml
115+
checksum: 172a6756c4e5e39b64a29085ab95ab03645641495da0464df52cc4769d9d4c44
112116
version: ""

packages/contentstack-clone/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (--version)
19-
@contentstack/cli-cm-clone/1.14.0 darwin-arm64 node-v22.14.0
19+
@contentstack/cli-cm-clone/1.15.0 darwin-arm64 node-v22.14.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND

packages/contentstack-clone/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-clone",
33
"description": "Contentstack stack clone plugin",
4-
"version": "1.14.0",
4+
"version": "1.15.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
77
"dependencies": {

packages/contentstack-seed/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-seed",
33
"description": "create a Stack from existing content types, entries, assets, etc.",
4-
"version": "1.11.0",
4+
"version": "1.12.0",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {

packages/contentstack/README.md

Lines changed: 10 additions & 11 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.39.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli/1.40.0 darwin-arm64 node-v22.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -127,7 +127,7 @@ Perform audits and find possible errors in the exported Contentstack data
127127

128128
```
129129
USAGE
130-
$ csdx audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
130+
$ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
131131
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
132132
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
133133
@@ -140,7 +140,7 @@ FLAGS
140140
COMMON FLAGS
141141
-c, --config=<value> Path of the external config
142142
-d, --data-dir=<value> Path where the data is stored
143-
-s, --show-console-output Display the audit and audit fix result for individual modules
143+
--show-console-output Display the audit and audit fix result for individual modules
144144
145145
TABLE FLAGS
146146
--columns=<value> Specify columns to display, comma-separated.
@@ -177,7 +177,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
177177

178178
```
179179
USAGE
180-
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
180+
$ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
181181
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
182182
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
183183
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -195,7 +195,7 @@ FLAGS
195195
COMMON FLAGS
196196
-c, --config=<value> Path of the external config
197197
-d, --data-dir=<value> Path where the data is stored
198-
-s, --show-console-output Display the audit and audit fix result for individual modules
198+
--show-console-output Display the audit and audit fix result for individual modules
199199
200200
TABLE FLAGS
201201
--columns=<value> Specify columns to display, comma-separated.
@@ -2625,7 +2625,7 @@ Perform audits and find possible errors in the exported Contentstack data
26252625

26262626
```
26272627
USAGE
2628-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
2628+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
26292629
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
26302630
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
26312631
@@ -2638,7 +2638,7 @@ FLAGS
26382638
COMMON FLAGS
26392639
-c, --config=<value> Path of the external config
26402640
-d, --data-dir=<value> Path where the data is stored
2641-
-s, --show-console-output Display the audit and audit fix result for individual modules
2641+
--show-console-output Display the audit and audit fix result for individual modules
26422642
26432643
TABLE FLAGS
26442644
--columns=<value> Specify columns to display, comma-separated.
@@ -2677,7 +2677,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
26772677

26782678
```
26792679
USAGE
2680-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
2680+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
26812681
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
26822682
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
26832683
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -2695,7 +2695,7 @@ FLAGS
26952695
COMMON FLAGS
26962696
-c, --config=<value> Path of the external config
26972697
-d, --data-dir=<value> Path where the data is stored
2698-
-s, --show-console-output Display the audit and audit fix result for individual modules
2698+
--show-console-output Display the audit and audit fix result for individual modules
26992699
27002700
TABLE FLAGS
27012701
--columns=<value> Specify columns to display, comma-separated.
@@ -3775,8 +3775,7 @@ USAGE
37753775
$ csdx launch:functions [-p <value>] [-d <value>]
37763776
37773777
FLAGS
3778-
-d, --data-dir=<value> [default: /Users/aman.kumar/Documents/cli-repo/cli/packages/contentstack] Current working
3779-
directory
3778+
-d, --data-dir=<value> [default: /Users/naman.dembla/Documents/cli/packages/contentstack] Current working directory
37803779
-p, --port=<value> [default: 3000] Port number
37813780
37823781
DESCRIPTION

packages/contentstack/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",
33
"description": "Command-line tool (CLI) to interact with Contentstack",
4-
"version": "1.39.0",
4+
"version": "1.40.0",
55
"author": "Contentstack",
66
"bin": {
77
"csdx": "./bin/run.js"

0 commit comments

Comments
 (0)