Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 39 additions & 2 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,42 @@
fileignoreconfig:

- filename: packages/contentstack-audit/test/unit/mock/am-contents-no-stack/environments/environments.json
checksum: fe82c708f5f4d0b05694a601855fb7950661048eef8d7f9f794713e3a665064e
- filename: packages/contentstack-audit/test/unit/mock/am-contents/environments/environments.json
checksum: ffaaee9269a6e833cd3dbe337ddc5c060cce948519873c7a2777754519a31b52
- filename: pnpm-lock.yaml
checksum: 0b457537758c783fd47916e9b51175f62b1c58dd691e7bda29d687be65bcdbe6
checksum: 649aae748e3ae8c157439dc6c7c9ea402cc19b4dab7ca64b7e4d839d1375df53
- filename: packages/contentstack-audit/src/types/content-types.ts
checksum: d16a65415c3184f15a807d58e5858310aeb5633794fc9075e36f89c94da636c3
- filename: packages/contentstack-audit/src/audit-base-command.ts
checksum: b706ea114a3cb5e4c0e7e163f32ceffa3356a6b0766bf5b8fe387c3c72f44c36
- filename: packages/contentstack-audit/test/unit/mock/am-contents-no-stack/spaces/space_one/assets/chunk0-assets.json
checksum: a276dc984efd49c097b4c38a02a17cfd1d28d704bd403d65af2b7673b8e9dbe9
- filename: packages/contentstack-audit/src/modules/entries.ts
checksum: 13072df0872f8c098d23f49b02f9e8f3e492ab2f483d67a5ea5e423ab406ad94
- filename: packages/contentstack-audit/src/modules/assets.ts
checksum: 9cdc568453a3926d866de4d3d56e6fbc4629eafcaca1c51536c11d937a0bf126
- filename: packages/contentstack-audit/test/unit/modules/assets.test.ts
checksum: 203bb83afa84a696b84066dc6959712289e9fc4135c8cba641f9ff634f32b3db
- filename: packages/contentstack-audit/test/unit/modules/entries.test.ts
checksum: 31d9767d87e4e9db54f641e8cb9d3360f591acdaa8b089a83eaa4aacdf0c3a35
- filename: packages/contentstack-audit/test/unit/mock/am-contents/spaces/space_clean/assets/chunk0-assets.json
checksum: f02886c04ea1097ebc5965fa9a63a878adb9437d56a5b1797be1967fae35f9e4
- filename: packages/contentstack-import/src/import/modules/assets.ts
checksum: d213265909a1b163ce733b9e2534e3a74304a2589c2d85e059f10fa0acfdee11
- filename: packages/contentstack-import/src/utils/import-config-handler.ts
checksum: 5b2050b283ea3d990e8ad3207b054c6932b76d2bd82a9f659b287ef11dec9f83
- filename: packages/contentstack-audit/test/unit/mock/am-contents/spaces/space_cross_only/assets/chunk0-assets.json
checksum: 27d5398f5d81bd3af53da9a5d10475a36c08e8fd8ad29df24e8f267494419a20
- filename: packages/contentstack-audit/test/unit/mock/am-contents/spaces/space_one/assets/chunk0-assets.json
checksum: 9fc8b266ef58ecce8d3c4182632d1f7d088dfbce81b3fcea46b087cde3129b91
- filename: packages/contentstack-audit/test/unit/mock/am-contents/stack/stack.json
checksum: c4ac3ff80eb38b1c58eb0db21a232bd84f856d4647093542296199036945083c
- filename: packages/contentstack-bulk-operations/src/commands/cm/stacks/bulk-assets.ts
checksum: 60f33657cc6e2664c17397a2f6b4b54a3f7bf71618931d63cd2811822bd4837e
- filename: packages/contentstack-bulk-operations/src/utils/data-dir-asset-fetcher.ts
checksum: ddcf4601ac47be300eba0eb901e4d45d748c2c4eab676c56677cb9a802fe3db0
- filename: packages/contentstack-migration/src/commands/cm/stacks/migration.ts
checksum: a64a4d396eddd936a63b799eff58c5c6660b5dcaa3a310fd8b09a027932f1789
- filename: packages/contentstack-migration/README.md
checksum: e96006c1a948f766c88ae972b29582fa58eaf8184606bf011eebddc5a06cd7b6
version: ""
26 changes: 13 additions & 13 deletions packages/contentstack-apps-cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ npm install -g @contentstack/apps-cli
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/apps-cli/2.0.0-beta.2 darwin-arm64 node-v18.20.2
@contentstack/apps-cli/2.0.0 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down Expand Up @@ -82,17 +82,17 @@ Create a new app in Developer Hub and optionally clone a boilerplate locally.

```
USAGE
$ csdx app:create [--org <value>] [-n <value>] [--app-type stack|organization] [-c <value>] [-d <value>]
$ csdx app:create [--org <value>] [--name <value>] [--app-type stack|organization] [-c <value>] [-d <value>]
[--boilerplate <value>]

FLAGS
-c, --config=<value> Path of the external config
-d, --data-dir=<value> Current working directory.
-n, --name=<value> Name of the app to be created
--app-type=<option> [default: stack] Type of app
<options: stack|organization>
--boilerplate=<value> Provide a boilerplate. <options: App Boilerplate|DAM App Boilerplate|Ecommerce App
Boilerplate>
--name=<value> Name of the app to be created
--org=<value> Provide the organization UID to fetch the app details for the operation.

DESCRIPTION
Expand Down Expand Up @@ -136,7 +136,7 @@ EXAMPLES

$ csdx app:delete --app-uid <value>

$ csdx app:delete --app-uid <value> --org <value> -d ./boilerplate
$ csdx app:delete --app-uid <value> --org <value>
```

_See code: [src/commands/app/delete.ts](https://github.com/contentstack/cli-plugins/blob/main/packages/contentstack-apps-cli/src/commands/app/delete.ts)_
Expand All @@ -151,7 +151,7 @@ USAGE
[--app-url <value>] [--launch-project existing|new] [-c <value>]

FLAGS
-c, --config=<value> Path to the optional config file.
-c, --config=<value> [optional] Please enter the path of the config file.
--app-uid=<value> Provide the app UID of an existing app.
--app-url=<value> Please enter the URL of the app you want to deploy.
--hosting-type=<option> Choose a valid Hosting Type.
Expand Down Expand Up @@ -215,12 +215,12 @@ Install an app from the marketplace

```
USAGE
$ csdx app:install [--org <value>] [--app-uid <value>] [--stack-api-key <value>]
$ csdx app:install [--org <value>] [--app-uid <value>] [-k <value>]

FLAGS
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the operation.
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
-k, --stack-api-key=<value> API key of the stack where the app operation is to be performed.
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the operation.

DESCRIPTION
Install an app from the marketplace
Expand All @@ -241,12 +241,12 @@ Reinstall an app from the marketplace

```
USAGE
$ csdx app:reinstall [--org <value>] [--app-uid <value>] [--stack-api-key <value>]
$ csdx app:reinstall [--org <value>] [--app-uid <value>] [-k <value>]

FLAGS
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the operation.
--stack-api-key=<value> API key of the stack where the app operation is to be performed.
-k, --stack-api-key=<value> API key of the stack where the app operation is to be performed.
--app-uid=<value> Provide the app UID of an existing app.
--org=<value> Provide the organization UID to fetch the app details for the operation.

DESCRIPTION
Reinstall an app from the marketplace
Expand Down
14 changes: 7 additions & 7 deletions packages/contentstack-apps-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/apps-cli",
"version": "2.0.0-beta.5",
"version": "2.0.0",
"description": "App ClI",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli-plugins/tree/main/packages/contentstack-apps-cli",
Expand All @@ -22,9 +22,9 @@
],
"dependencies": {
"@apollo/client": "^3.14.1",
"@contentstack/cli-command": "~2.0.0-beta.11",
"@contentstack/cli-command": "~2.0.0",
"@contentstack/cli-launch": "^1.11.1",
"@contentstack/cli-utilities": "~2.0.0-beta.12",
"@contentstack/cli-utilities": "~2.0.0",
"chalk": "^5.6.2",
"adm-zip": "^0.6.0",
"lodash": "^4.18.1",
Expand All @@ -33,7 +33,7 @@
"winston": "^3.19.0"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
"@oclif/test": "^4.1.20",
"@types/adm-zip": "^0.5.8",
"@types/chai": "^4.3.20",
"@types/lodash": "^4.17.24",
Expand All @@ -46,12 +46,12 @@
"axios": "^1.18.1",
"chai": "^4.5.0",
"dotenv": "^16.6.1",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.157",
"eslint": "^10.6.0",
"eslint-config-oclif": "^6.0.175",
"eslint-config-oclif-typescript": "^3.1.14",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.8",
"oclif": "^4.23.27",
"shx": "^0.4.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class Delete extends AppCLIBaseCommand {
static examples = [
"$ <%= config.bin %> <%= command.id %>",
"$ <%= config.bin %> <%= command.id %> --app-uid <value>",
"$ <%= config.bin %> <%= command.id %> --app-uid <value> --org <value> -d ./boilerplate",
"$ <%= config.bin %> <%= command.id %> --app-uid <value> --org <value>",
];

static flags: FlagInput = {
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-asset-management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ await exportSpaceStructure({
|--------|-------------|
| `exportSpaceStructure` | Async function to export space structure for given linked workspaces. |
| `CSAssetsAdapter` | Class to call the Asset Management API (getSpace, getWorkspaceFields, getWorkspaceAssets, etc.). |
| Types from `./types` | `AssetManagementExportOptions`, `ExportContext`, `ChunkedJsonWriteOptions`, `LinkedWorkspace`, `SpaceResponse`, `FieldsResponse`, `AssetTypesResponse`, and related API types. |
| Types from `./types` | `AssetManagementExportOptions`, `ExportContext`, `ChunkedJsonWriteOptions`, `LinkedWorkspace`, `SpaceResponse`, `FieldsResponse`, `AssetTypesResponse`, and related API types. |
12 changes: 6 additions & 6 deletions packages/contentstack-asset-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-asset-management",
"version": "1.0.0-beta.8",
"version": "1.0.0",
"description": "Contentstack Assets API adapter for export and import",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -27,7 +27,7 @@
],
"license": "MIT",
"dependencies": {
"@contentstack/cli-utilities": "~2.0.0-beta.12",
"@contentstack/cli-utilities": "~2.0.0",
"lodash": "^4.18.1"
},
"oclif": {
Expand All @@ -39,17 +39,17 @@
"repositoryPrefix": "<%- repo %>/blob/main/packages/contentstack-asset-management/<%- commandPath %>"
},
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/chai": "^4.3.20",
"@types/lodash": "^4.17.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.17.50",
"@types/sinon": "^17.0.4",
"chai": "^4.4.1",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.68",
"eslint": "^10.6.0",
"eslint-config-oclif": "^6.0.175",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.8",
"oclif": "^4.23.27",
"sinon": "^17.0.2",
"source-map-support": "^0.5.21",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-audit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/cli-audit/1.21.0 darwin-arm64 node-v24.18.0
@contentstack/cli-audit/2.0.0 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
18 changes: 9 additions & 9 deletions packages/contentstack-audit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-audit",
"version": "2.0.0-beta.16",
"version": "2.0.0",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand All @@ -22,29 +22,29 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.11",
"@contentstack/cli-utilities": "~2.0.0-beta.12",
"@oclif/core": "^4.11.4",
"@contentstack/cli-command": "~2.0.0",
"@contentstack/cli-utilities": "~2.0.0",
"@oclif/core": "^4.11.14",
"chalk": "^5.6.2",
"fast-csv": "^4.3.6",
"fs-extra": "^11.3.0",
"fs-extra": "^11.3.6",
"lodash": "^4.18.1",
"winston": "^3.19.0"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
"@oclif/test": "^4.1.20",
"@types/chai": "^4.3.20",
"@types/fs-extra": "^11.0.4",
"@types/mocha": "^10.0.10",
"@types/node": "^20.17.50",
"chai": "^4.5.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.62",
"eslint": "^10.6.0",
"eslint-config-oclif": "^6.0.175",
"eslint-config-oclif-typescript": "^3.1.14",
"fancy-test": "^2.0.0",
"mocha": "^10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.8",
"oclif": "^4.23.27",
"shx": "^0.4.0",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
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.19.9 darwin-arm64 node-v24.18.0
@contentstack/cli-cm-bootstrap/2.0.0 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
20 changes: 10 additions & 10 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": "2.0.0-beta.25",
"version": "2.0.0",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"scripts": {
Expand All @@ -17,26 +17,26 @@
"format": "eslint \"src/**/*.ts\" --fix"
},
"dependencies": {
"@contentstack/cli-cm-seed": "~2.0.0-beta.25",
"@contentstack/cli-command": "~2.0.0-beta.11",
"@contentstack/cli-utilities": "~2.0.0-beta.12",
"@contentstack/cli-config": "~2.0.0-beta.15",
"@oclif/core": "^4.11.4",
"@contentstack/cli-cm-seed": "~2.0.0",
"@contentstack/cli-command": "~2.0.0",
"@contentstack/cli-utilities": "~2.0.0",
"@contentstack/cli-config": "~2.0.0",
"@oclif/core": "^4.11.14",
"inquirer": "12.11.1",
"mkdirp": "^2.1.6",
"tar": "^7.5.22"
},
"devDependencies": {
"@oclif/test": "^4.1.18",
"@types/inquirer": "^9.0.8",
"@oclif/test": "^4.1.20",
"@types/inquirer": "^9.0.10",
"@types/mkdirp": "^1.0.2",
"@types/node": "^18.11.9",
"@types/tar": "^6.1.13",
"chai": "^4.5.0",
"eslint": "^10.5.0",
"eslint": "^10.6.0",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.8",
"oclif": "^4.23.27",
"tmp": "^0.2.7",
"ts-node": "^8.10.2",
"typescript": "^5.9.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/contentstack-branches/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-cm-branches
$ csdx COMMAND
running command...
$ csdx (--version)
@contentstack/cli-cm-branches/1.8.5 darwin-arm64 node-v24.18.0
@contentstack/cli-cm-branches/2.0.0 darwin-arm64 node-v22.21.1
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down Expand Up @@ -83,7 +83,7 @@ DESCRIPTION
EXAMPLES
$ csdx cm:branches:create

$ csdx cm:branches:create --source main -uid new_branch -k bltxxxxxxxx
$ csdx cm:branches:create --source main --uid new_branch -k bltxxxxxxxx

$ csdx cm:branches:create --source main --uid new_branch --stack-api-key bltxxxxxxxx
```
Expand Down
14 changes: 7 additions & 7 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-branches",
"description": "Contentstack CLI plugin to do branches operations",
"version": "2.0.0-beta.11",
"version": "2.0.0",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli-plugins/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.11",
"@contentstack/cli-utilities": "~2.0.0-beta.12",
"@oclif/core": "^4.11.4",
"@contentstack/cli-command": "~2.0.0",
"@contentstack/cli-utilities": "~2.0.0",
"@oclif/core": "^4.11.14",
"chalk": "^5.6.2",
"just-diff": "^6.0.2",
"lodash": "^4.18.1"
Expand All @@ -16,11 +16,11 @@
"chai": "^4.5.0",
"dotenv": "^16.6.1",
"dotenv-expand": "^9.0.0",
"eslint": "^10.5.0",
"eslint-config-oclif": "^6.0.62",
"eslint": "^10.6.0",
"eslint-config-oclif": "^6.0.175",
"mocha": "10.8.2",
"nyc": "^15.1.0",
"oclif": "^4.23.8",
"oclif": "^4.23.27",
"sinon": "^21.1.2",
"ts-node": "^10.9.2",
"typescript": "^4.9.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default class BranchCreateCommand extends Command {

static examples: string[] = [
'csdx cm:branches:create',
'csdx cm:branches:create --source main -uid new_branch -k bltxxxxxxxx',
'csdx cm:branches:create --source main --uid new_branch -k bltxxxxxxxx',
'csdx cm:branches:create --source main --uid new_branch --stack-api-key bltxxxxxxxx',
]; // Note: Add and modify the examples

Expand Down
Loading
Loading