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
14 changes: 2 additions & 12 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: ad974018ebd0f3c362e59fc802735c0197bc1472605d8ef3121a9ce160da5b54
- filename: skills/testing/SKILL.md
checksum: 78719d06b5fb82b53e8b61e5569496e50cb87f6be358d24e30c68d5c0695da18
- filename: skills/framework/SKILL.md
checksum: 3c29a941b64d0cd8b7a893d4bd8121d7eedbeec41579803e61ef9698cd3b222f
- filename: skills/contentstack-cli/SKILL.md
checksum: 3ff07b7bb8a80cd9eeb3c3ef8410bd705e430fcb99998df11d8c9f30e2dd8f4d
- filename: skills/code-review/SKILL.md
checksum: a8b6da36c93bb0019e9a1cb8ece84279f2e4dc9a4daa5bb774e4b6ee0bad269a
- filename: skills/dev-workflow/SKILL.md
checksum: 0181865f509fb5bf4ae0bea827581674617b552f7c03dd18ab9a077cf7d9d8a2
version: "1.0"
checksum: 8874a1f72aa1a707ee8303d51842e4c70746f94f6ccc4eeb51208a5ce6b6038d
version: '1.0'
8 changes: 4 additions & 4 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.9",
"version": "2.0.0-beta.10",
"description": "Contentstack audit plugin",
"author": "Contentstack CLI",
"homepage": "https://github.com/contentstack/cli",
Expand All @@ -18,8 +18,8 @@
"/oclif.manifest.json"
],
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^5.6.2",
Expand Down Expand Up @@ -83,4 +83,4 @@
"keywords": [
"oclif"
]
}
}
12 changes: 6 additions & 6 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.14",
"version": "2.0.0-beta.15",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"scripts": {
Expand All @@ -16,10 +16,10 @@
"test:report": "nyc --reporter=lcov mocha \"test/**/*.test.js\""
},
"dependencies": {
"@contentstack/cli-cm-seed": "~2.0.0-beta.13",
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-config": "~2.0.0-beta.6",
"@contentstack/cli-cm-seed": "~2.0.0-beta.14",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@contentstack/cli-config": "~2.0.0-beta.8",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.37",
"inquirer": "12.11.1",
Expand Down Expand Up @@ -73,4 +73,4 @@
}
},
"repository": "contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-branches/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@contentstack/cli-cm-branches",
"description": "Contentstack CLI plugin to do branches operations",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"chalk": "^5.6.2",
"just-diff": "^6.0.2",
"lodash": "^4.18.1"
Expand Down Expand Up @@ -79,4 +79,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
12 changes: 6 additions & 6 deletions packages/contentstack-clone/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@contentstack/cli-cm-clone",
"description": "Contentstack stack clone plugin",
"version": "2.0.0-beta.15",
"version": "2.0.0-beta.16",
"author": "Contentstack",
"bugs": "https://github.com/rohitmishra209/cli-cm-clone/issues",
"dependencies": {
"@colors/colors": "^1.6.0",
"@contentstack/cli-cm-export": "~2.0.0-beta.14",
"@contentstack/cli-cm-import": "~2.0.0-beta.14",
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-cm-export": "~2.0.0-beta.15",
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"chalk": "^5.6.2",
Expand Down Expand Up @@ -78,4 +78,4 @@
"cm:stacks:clone": "CLN"
}
}
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-export-to-csv/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-export-to-csv",
"description": "Export entries, taxonomies, terms, or organization users to CSV",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.8.0",
"@oclif/plugin-help": "^6.2.32",
"fast-csv": "^4.3.6"
Expand Down Expand Up @@ -73,4 +73,4 @@
"test:unit:report": "nyc --extension .ts mocha --forbid-only \"test/unit/**/*.test.ts\"",
"version": "oclif readme && git add README.md"
}
}
}
10 changes: 5 additions & 5 deletions packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-export",
"description": "Contentstack CLI plugin to export content from stack",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-variants": "~2.0.0-beta.11",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@contentstack/cli-variants": "~2.0.0-beta.12",
"@oclif/core": "^4.8.0",
"async": "^3.2.6",
"big-json": "^3.2.0",
Expand Down Expand Up @@ -94,4 +94,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-import-setup/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "@contentstack/cli-cm-import-setup",
"description": "Contentstack CLI plugin to setup the mappers and configurations for the import command",
"version": "2.0.0-beta.9",
"version": "2.0.0-beta.10",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.3.0",
"big-json": "^3.2.0",
"chalk": "^5.6.2",
Expand Down Expand Up @@ -85,4 +85,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
12 changes: 6 additions & 6 deletions packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@contentstack/cli-cm-import",
"description": "Contentstack CLI plugin to import content into stack",
"version": "2.0.0-beta.14",
"version": "2.0.0-beta.15",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-audit": "~2.0.0-beta.9",
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-variants": "~2.0.0-beta.11",
"@contentstack/cli-audit": "~2.0.0-beta.10",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@contentstack/cli-variants": "~2.0.0-beta.12",
"@oclif/core": "^4.3.0",
"big-json": "^3.2.0",
"bluebird": "^3.7.2",
Expand Down Expand Up @@ -90,4 +90,4 @@
}
},
"repository": "https://github.com/contentstack/cli"
}
}
8 changes: 4 additions & 4 deletions packages/contentstack-migration/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@contentstack/cli-migration",
"version": "2.0.0-beta.10",
"version": "2.0.0-beta.11",
"author": "@contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"async": "^3.2.6",
Expand Down Expand Up @@ -71,4 +71,4 @@
"cm:stacks:migration": "MGRTN"
}
}
}
}
12 changes: 6 additions & 6 deletions packages/contentstack-seed/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@contentstack/cli-cm-seed",
"description": "create a Stack from existing content types, entries, assets, etc.",
"version": "2.0.0-beta.13",
"version": "2.0.0-beta.14",
"author": "Contentstack",
"bugs": "https://github.com/contentstack/cli/issues",
"dependencies": {
"@contentstack/cli-cm-import": "~2.0.0-beta.14",
"@contentstack/cli-command": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-cm-import": "~2.0.0-beta.15",
"@contentstack/cli-command": "~2.0.0-beta.6",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"inquirer": "12.11.1",
"mkdirp": "^1.0.4",
"tar": "^7.5.11",
Expand All @@ -20,7 +20,7 @@
"@types/node": "^18.11.9",
"@types/tar": "^6.1.13",
"@types/tmp": "^0.2.6",
"axios": "^1.13.5",
"axios": "^1.15.1",
"eslint": "^8.57.1",
"eslint-config-oclif": "^6.0.137",
"eslint-config-oclif-typescript": "^3.1.14",
Expand Down Expand Up @@ -71,4 +71,4 @@
"compile": "tsc -b tsconfig.json",
"build": "pnpm compile && oclif manifest && oclif readme"
}
}
}
6 changes: 3 additions & 3 deletions packages/contentstack-variants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@contentstack/cli-variants",
"version": "2.0.0-beta.11",
"version": "2.0.0-beta.12",
"description": "Variants plugin",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -28,11 +28,11 @@
"typescript": "^5.8.3"
},
"dependencies": {
"@contentstack/cli-utilities": "~2.0.0-beta.5",
"@contentstack/cli-utilities": "~2.0.0-beta.7",
"@oclif/core": "^4.3.0",
"@oclif/plugin-help": "^6.2.28",
"lodash": "^4.18.1",
"mkdirp": "^1.0.4",
"winston": "^3.17.0"
}
}
}
Loading
Loading