Skip to content

Commit 005c1b7

Browse files
Merge pull request #2526 from contentstack/snyk-fixes
Snyk fixes
2 parents 1c7fe60 + dad79f8 commit 005c1b7

5 files changed

Lines changed: 264 additions & 256 deletions

File tree

.talismanrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fileignoreconfig:
22
- filename: pnpm-lock.yaml
3-
checksum: 9adb49c9ba560758c6d4550fd318c53554534c3f883ba6b824c1a4338d2f50a7
3+
checksum: 1d26b6624acaf6ba0ec7a8892cb3fc0a2c57c8a35e89867038b4bd7977386d1c
44
version: '1.0'

packages/contentstack-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-auth
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-auth/1.8.0 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-auth/1.8.0 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack-config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install -g @contentstack/cli-config
1818
$ csdx COMMAND
1919
running command...
2020
$ csdx (--version)
21-
@contentstack/cli-config/1.20.1 darwin-arm64 node-v22.13.1
21+
@contentstack/cli-config/1.20.1 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND

packages/contentstack/README.md

Lines changed: 7 additions & 6 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.60.1 darwin-arm64 node-v22.13.1
21+
@contentstack/cli/1.60.1 darwin-arm64 node-v24.14.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -3838,10 +3838,11 @@ Launch related operations
38383838
```
38393839
USAGE
38403840
$ csdx launch [-d <value>] [-c <value>] [--type GitHub|FileUpload] [--framework Gatsby|NextJs|CRA (Create
3841-
React App)|CSR (Client-Side Rendered)|Angular|Nuxt|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e <value>]
3842-
[--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>] [--variable-type Import
3843-
variables from a stack|Manually add custom variables to the list|Import variables from the .env.local file|Skip
3844-
adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest] [--redeploy-last-upload]
3841+
React App)|CSR (Client-Side Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other] [--org <value>] [-n <value>] [-e
3842+
<value>] [--branch <value>] [--build-command <value>] [--out-dir <value>] [--server-command <value>]
3843+
[--variable-type Import variables from a stack|Manually add custom variables to the list|Import variables from the
3844+
.env.local file|Skip adding environment variables...] [-a <value>] [--env-variables <value>] [--redeploy-latest]
3845+
[--redeploy-last-upload]
38453846
38463847
FLAGS
38473848
-a, --alias=<value> [optional] Alias (name) for the delivery token.
@@ -3855,7 +3856,7 @@ FLAGS
38553856
comma. For example: APP_ENV:prod, TEST_ENV:testVal.
38563857
--framework=<option> [optional] Type of framework. <options: Gatsby|NextJS|Other>
38573858
<options: Gatsby|NextJs|CRA (Create React App)|CSR (Client-Side
3858-
Rendered)|Angular|Nuxt|VueJs|Remix|Other>
3859+
Rendered)|Analog|Angular|Nuxt|Astro|VueJs|Remix|Other>
38593860
--org=<value> [optional] Provide the organization UID to create a new project or deployment.
38603861
--out-dir=<value> [optional] Output Directory.
38613862
--redeploy-last-upload [optional] Redeploy with last file upload

0 commit comments

Comments
 (0)