Skip to content

Commit

Permalink
Merge pull request #1107 from contentstack/feat/import-overwrite-base
Browse files Browse the repository at this point in the history
Feat/import overwrite base
  • Loading branch information
shafeeqd959 authored Oct 18, 2023
2 parents 43ed8c7 + 7e3c753 commit 4e43bd2
Show file tree
Hide file tree
Showing 37 changed files with 628 additions and 189 deletions.
54 changes: 27 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 21 additions & 19 deletions packages/contentstack-audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<!-- Insert Audit version here -->

# @contentstack/cli-audit

Audit plugin

## How to install this plugin
Expand All @@ -18,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/cli-audit/1.2.0 darwin-arm64 node-v20.8.0
@contentstack/cli-audit/1.2.0 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand All @@ -27,6 +28,7 @@ USAGE
<!-- usagestop -->

# Commands

<!-- commands -->
* [`csdx audit`](#csdx-audit)
* [`csdx audit:fix`](#csdx-auditfix)
Expand Down Expand Up @@ -54,15 +56,15 @@ USAGE
--no-truncate]
FLAGS
-c, --config=<value> Path of the external config.
-d, --data-dir=<value> Path where the data is stored.
-c, --config=<value> Path of the external config
-d, --data-dir=<value> Path where the data is stored
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--modules=<option>... Provide the list of modules to be audited.
--modules=<option>... Provide the list of modules to be audited
<options: content-types|global-fields|entries>
--no-truncate do not truncate output to fit screen
--report-path=<value> Path to store the audit reports.
--report-path=<value> Path to store the audit reports
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Expand Down Expand Up @@ -95,17 +97,17 @@ USAGE
[--filter <value>] [--csv | --no-truncate]
FLAGS
-c, --config=<value> Path of the external config.
-d, --data-dir=<value> Path where the data is stored.
-c, --config=<value> Path of the external config
-d, --data-dir=<value> Path where the data is stored
--columns=<value> only show provided columns (comma-separated)
--copy-dir Create backup from the original data.
--copy-path=<value> Provide the path to store the copied data.
--copy-path=<value> Provide the path to backup the copied data
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--modules=<option>... Provide the list of modules to be audited.
--modules=<option>... Provide the list of modules to be audited
<options: content-types|global-fields|entries>
--no-truncate do not truncate output to fit screen
--report-path=<value> Path to store the audit reports.
--report-path=<value> Path to store the audit reports
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Expand Down Expand Up @@ -138,15 +140,15 @@ USAGE
--no-truncate]
FLAGS
-c, --config=<value> Path of the external config.
-d, --data-dir=<value> Path where the data is stored.
-c, --config=<value> Path of the external config
-d, --data-dir=<value> Path where the data is stored
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--modules=<option>... Provide the list of modules to be audited.
--modules=<option>... Provide the list of modules to be audited
<options: content-types|global-fields|entries>
--no-truncate do not truncate output to fit screen
--report-path=<value> Path to store the audit reports.
--report-path=<value> Path to store the audit reports
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Expand Down Expand Up @@ -181,17 +183,17 @@ USAGE
[--filter <value>] [--csv | --no-truncate]
FLAGS
-c, --config=<value> Path of the external config.
-d, --data-dir=<value> Path where the data is stored.
-c, --config=<value> Path of the external config
-d, --data-dir=<value> Path where the data is stored
--columns=<value> only show provided columns (comma-separated)
--copy-dir Create backup from the original data.
--copy-path=<value> Provide the path to store the copied data.
--copy-path=<value> Provide the path to backup the copied data
--csv output is csv format [alias: --output=csv]
--filter=<value> filter property by partial string matching, ex: name=foo
--modules=<option>... Provide the list of modules to be audited.
--modules=<option>... Provide the list of modules to be audited
<options: content-types|global-fields|entries>
--no-truncate do not truncate output to fit screen
--report-path=<value> Path to store the audit reports.
--report-path=<value> Path to store the audit reports
--sort=<value> property to sort by (prepend '-' for descending)
DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-auth/1.3.14 darwin-arm64 node-v20.8.0
@contentstack/cli-auth/1.3.14 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $ npm install -g @contentstack/cli-cm-bootstrap
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bootstrap/1.5.1 darwin-arm64 node-v20.8.0
@contentstack/cli-cm-bootstrap/1.6.0 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@contentstack/cli-cm-bootstrap",
"description": "Bootstrap contentstack apps",
"version": "1.5.1",
"version": "1.6.0",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -17,7 +17,7 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~1.5.0",
"@contentstack/cli-cm-seed": "~1.6.0",
"@contentstack/cli-command": "~1.2.13",
"@contentstack/cli-utilities": "~1.5.3",
"inquirer": "8.2.4",
Expand Down Expand Up @@ -73,4 +73,4 @@
}
},
"repository": "contentstack/cli"
}
}
2 changes: 1 addition & 1 deletion packages/contentstack-branches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ npm install -g @contentstack/cli-cm-branches
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-branches/1.0.14 darwin-arm64 node-v20.8.0
@contentstack/cli-cm-branches/1.0.14 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-bulk-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-bulk-publish/1.3.12 darwin-arm64 node-v20.8.0
@contentstack/cli-cm-bulk-publish/1.3.12 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-clone/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-clone
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-clone/1.5.1 darwin-arm64 node-v20.8.0
@contentstack/cli-cm-clone/1.6.0 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "1.5.1",
"version": "1.6.0",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@contentstack/cli-cm-export": "~1.9.0",
"@contentstack/cli-cm-import": "~1.9.0",
"@contentstack/cli-cm-import": "~1.10.0",
"@contentstack/cli-command": "~1.2.13",
"@contentstack/cli-utilities": "~1.5.3",
"@colors/colors": "^1.5.0",
Expand Down Expand Up @@ -70,4 +70,4 @@
"cm:stack-clone": "O-CLN"
}
}
}
}
2 changes: 1 addition & 1 deletion packages/contentstack-config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-config/1.4.12 darwin-arm64 node-v20.8.0
@contentstack/cli-config/1.4.12 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-export/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $ npm install -g @contentstack/cli-cm-export
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-export/1.9.2 darwin-arm64 node-v20.8.0
@contentstack/cli-cm-export/1.9.2 darwin-arm64 node-v18.11.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
Loading

0 comments on commit 4e43bd2

Please sign in to comment.