Skip to content

Commit 47cc69b

Browse files
author
naman-contentstack
committed
Merge branch 'development' into feature/DX-2277
2 parents 3c6914d + d424d6c commit 47cc69b

File tree

11 files changed

+80
-65
lines changed

11 files changed

+80
-65
lines changed

.github/workflows/issues-jira.yml

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
name: Create Jira Ticket for Github Issue
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
issue-jira:
9+
runs-on: ubuntu-latest
10+
steps:
11+
12+
- name: Login to Jira
13+
uses: atlassian/gajira-login@master
14+
env:
15+
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
16+
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
17+
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
18+
19+
- name: Create Jira Issue
20+
id: create_jira
21+
uses: atlassian/gajira-create@master
22+
with:
23+
project: ${{ secrets.JIRA_PROJECT }}
24+
issuetype: ${{ secrets.JIRA_ISSUE_TYPE }}
25+
summary: Github | Issue | ${{ github.event.repository.name }} | ${{ github.event.issue.title }}
26+
description: |
27+
*GitHub Issue:* ${{ github.event.issue.html_url }}
28+
29+
*Description:*
30+
${{ github.event.issue.body }}
31+
fields: "${{ secrets.ISSUES_JIRA_FIELDS }}"

.github/workflows/jira.yml

-33
This file was deleted.

.github/workflows/policy-scan.yml

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name: Checks the security policy and configurations
2+
on:
3+
pull_request:
4+
types: [opened, synchronize, reopened]
5+
jobs:
6+
security-policy:
7+
if: github.event.repository.visibility == 'public'
8+
runs-on: ubuntu-latest
9+
defaults:
10+
run:
11+
shell: bash
12+
steps:
13+
- uses: actions/checkout@master
14+
- name: Checks for SECURITY.md policy file
15+
run: |
16+
if ! [[ -f "SECURITY.md" || -f ".github/SECURITY.md" ]]; then exit 1; fi
17+
security-license:
18+
if: github.event.repository.visibility == 'public'
19+
runs-on: ubuntu-latest
20+
defaults:
21+
run:
22+
shell: bash
23+
steps:
24+
- uses: actions/checkout@master
25+
- name: Checks for License file
26+
run: |
27+
if ! [[ -f "LICENSE" || -f "License.txt" || -f "LICENSE.md" ]]; then exit 1; fi

.github/workflows/sast-scan.yml

-11
This file was deleted.

package-lock.json

+3-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/contentstack-audit/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-audit
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (--version|-v)
22-
@contentstack/cli-audit/1.11.0 darwin-arm64 node-v22.14.0
22+
@contentstack/cli-audit/1.12.0 darwin-arm64 node-v23.6.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -52,7 +52,7 @@ Perform audits and find possible errors in the exported Contentstack data
5252

5353
```
5454
USAGE
55-
$ csdx audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
55+
$ csdx audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
5656
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
5757
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
5858
@@ -65,7 +65,7 @@ FLAGS
6565
COMMON FLAGS
6666
-c, --config=<value> Path of the external config
6767
-d, --data-dir=<value> Path where the data is stored
68-
-s, --show-console-output Display the audit and audit fix result for individual modules
68+
--show-console-output Display the audit and audit fix result for individual modules
6969
7070
TABLE FLAGS
7171
--columns=<value> Specify columns to display, comma-separated.
@@ -102,7 +102,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
102102

103103
```
104104
USAGE
105-
$ csdx audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
105+
$ csdx audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
106106
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
107107
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
108108
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -120,7 +120,7 @@ FLAGS
120120
COMMON FLAGS
121121
-c, --config=<value> Path of the external config
122122
-d, --data-dir=<value> Path where the data is stored
123-
-s, --show-console-output Display the audit and audit fix result for individual modules
123+
--show-console-output Display the audit and audit fix result for individual modules
124124
125125
TABLE FLAGS
126126
--columns=<value> Specify columns to display, comma-separated.
@@ -159,7 +159,7 @@ Perform audits and find possible errors in the exported Contentstack data
159159

160160
```
161161
USAGE
162-
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
162+
$ csdx cm:stacks:audit [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
163163
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--columns <value>]
164164
[--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
165165
@@ -172,7 +172,7 @@ FLAGS
172172
COMMON FLAGS
173173
-c, --config=<value> Path of the external config
174174
-d, --data-dir=<value> Path where the data is stored
175-
-s, --show-console-output Display the audit and audit fix result for individual modules
175+
--show-console-output Display the audit and audit fix result for individual modules
176176
177177
TABLE FLAGS
178178
--columns=<value> Specify columns to display, comma-separated.
@@ -211,7 +211,7 @@ Perform audits and fix possible errors in the exported Contentstack data.
211211

212212
```
213213
USAGE
214-
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [-s] [--report-path <value>] [--modules
214+
$ csdx cm:stacks:audit:fix [-c <value>] [-d <value>] [--show-console-output] [--report-path <value>] [--modules
215215
content-types|global-fields|entries|extensions|workflows|custom-roles|assets|field-rules...] [--copy-path <value>
216216
--copy-dir] [--fix-only reference|global_field|json:rte|json:extension|blocks|group|content_types...] [--columns
217217
<value>] [--sort <value>] [--filter <value>] [--csv] [--no-truncate] [--no-header] [--output csv|json|yaml]
@@ -229,7 +229,7 @@ FLAGS
229229
COMMON FLAGS
230230
-c, --config=<value> Path of the external config
231231
-d, --data-dir=<value> Path where the data is stored
232-
-s, --show-console-output Display the audit and audit fix result for individual modules
232+
--show-console-output Display the audit and audit fix result for individual modules
233233
234234
TABLE FLAGS
235235
--columns=<value> Specify columns to display, comma-separated.

packages/contentstack-config/README.md

+5-1
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.11.0 darwin-arm64 node-v22.14.0
21+
@contentstack/cli-config/1.11.1 darwin-arm64 node-v23.6.0
2222
$ csdx --help [COMMAND]
2323
USAGE
2424
$ csdx COMMAND
@@ -362,6 +362,10 @@ EXAMPLES
362362
363363
$ csdx config:set:region EU
364364
365+
$ csdx config:set:region AWS-NA
366+
367+
$ csdx config:set:region AWS-EU
368+
365369
$ csdx config:set:region AZURE-NA
366370
367371
$ csdx config:set:region AZURE-EU

packages/contentstack-config/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-config",
33
"description": "Contentstack CLI plugin for configuration",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"author": "Contentstack",
66
"scripts": {
77
"build": "npm run clean && npm run compile",

packages/contentstack-export/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@contentstack/cli-auth": "~1.4.0",
25-
"@contentstack/cli-config": "~1.11.0",
25+
"@contentstack/cli-config": "~1.11.1",
2626
"@contentstack/cli-dev-dependencies": "~1.3.0",
2727
"@oclif/plugin-help": "^6.2.25",
2828
"@oclif/test": "^4.1.6",

packages/contentstack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@contentstack/cli-cm-migrate-rte": "~1.5.0",
3636
"@contentstack/cli-cm-seed": "~1.11.0",
3737
"@contentstack/cli-command": "~1.5.0",
38-
"@contentstack/cli-config": "~1.11.0",
38+
"@contentstack/cli-config": "~1.11.1",
3939
"@contentstack/cli-launch": "^1.8.0",
4040
"@contentstack/cli-migration": "~1.7.0",
4141
"@contentstack/cli-utilities": "~1.11.0",

pnpm-lock.yaml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)