Skip to content
Open
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
16 changes: 1 addition & 15 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -1,18 +1,4 @@
fileignoreconfig:
- filename: pnpm-lock.yaml
checksum: 445d77cc28199508bb51188b622523184baf109cffd6a027403463b00d7c7698
- filename: packages/contentstack-utilities/src/proxy-helper.ts
checksum: 2169f25563bca3a0fe54edd00c73646ed56d36aa7e8effe904de26b0c1633759
- filename: .cursor/skills/code-review/SKILL.md
checksum: 29d812ac5c2ed4c55490f8d31e15eb592851601a6a141354cb458b1b9f1daa7a
- filename: .cursor/skills/contentstack-cli/SKILL.md
checksum: 2130a0c665821cd2831644aa238afef09992388f67f682c867820c0d98ab2406
- filename: .cursor/skills/contentstack-cli/references/contentstack-patterns.md
checksum: 159d7e31f9e32ceb708c702699c36459ed2210a61ff29ebb78efb66cec466128
- filename: .cursor/skills/code-review/references/code-review-checklist.md
checksum: bdf7453f08d7209deaee411f47a1132ee872b28f0eb082563dfe20aa56eab057
- filename: .cursor/skills/testing/references/testing-patterns.md
checksum: 0a6cb66f27eda46b40508517063a2f43fea1b4b8df878e7ddff404ab7fc126f8
- filename: .github/workflows/release-production-pipeline.yml
checksum: 4aef94feea3ea0538162a9454cfd30457ec85e3123672f0933713e3d113d4504
checksum: 51488f2e890c8981a565edee7bdaadc3645faef772f9465e764d25d8341aee6b
version: '1.0'
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.8.0 darwin-arm64 node-v22.13.1
@contentstack/cli-auth/1.8.0 darwin-arm64 node-v24.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
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.20.1 darwin-arm64 node-v22.13.1
@contentstack/cli-config/1.20.1 darwin-arm64 node-v24.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down
13 changes: 7 additions & 6 deletions packages/contentstack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli
$ csdx COMMAND
running command...
$ csdx (--version|-v)
@contentstack/cli/1.60.1 darwin-arm64 node-v22.13.1
@contentstack/cli/1.60.1 darwin-arm64 node-v24.14.0
$ csdx --help [COMMAND]
USAGE
$ csdx COMMAND
Expand Down Expand Up @@ -3838,10 +3838,11 @@ Launch related operations
```
USAGE
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e <value>]
[--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
<value>] [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
[--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the
.env.local file|Skip adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
[--redeploy-last-upload]

FLAGS
-a, --alias=<value> [optional] Alias (name) for the delivery token.
Expand All @@ -3855,7 +3856,7 @@ FLAGS
comma. For example: APP_ENV:prod, TEST_ENV:testVal.
--framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
Rendered)|Angular|Nuxt|VueJs|Remix|Other>
Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other>
--org=<value> [optional] Provide the organization UID to create a new project or deployment.
--out-dir=<value> [optional] Output Directory.
--redeploy-last-upload [optional] Redeploy with last file upload
Expand Down
Loading
Loading