Skip to content

Commit 87e3ea0

Browse files
authored
Merge pull request #899 from contentstack/staging
Merge staging to main
2 parents 95da368 + 1dd8a07 commit 87e3ea0

312 files changed

Lines changed: 10251 additions & 33979 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
version: 7
1515
- uses: actions/setup-node@v1
1616
with:
17-
node-version: '16.x'
17+
node-version: '18.x'
1818
cache: 'pnpm'
1919
- name: Reading Configuration
2020
id: release_config

.github/workflows/sca-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js 16.x
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '16.x'
16+
node-version: '18.x'
1717
cache: 'pnpm'
1818
- name: Install dependencies
1919
run: pnpm install --no-frozen-lockfile

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ oclif.manifest.json
1515
contentstack-cli-logs
1616
packages/**/package-lock.json
1717
.dccache
18+
yarn.lock

README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,37 @@
33

44
Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content.
55

6-
Currently, the CLI is in Beta and supports content management scripts through which you can perform the following tasks:
6+
CLI supports content management scripts through which you can perform the following tasks:
77

88
- Bulk publish content
9-
- Export content
9+
- Export content
1010
- Import content
1111
- Clone Stack
12-
- Seed Stack from Github
12+
- Seed Stack from GitHub
13+
- Perform Launch operations
14+
- Migrate content
15+
- Migrate HTML RTE to JSON RTE content
16+
- Change Master Locale
17+
- Use Bootstrap plugin
18+
- Use Tsgen plugin
19+
1320

1421
## Installing CLI
1522
### Prerequisites
1623
Contentstack account
17-
Node.js version 8 or above
24+
Node.js version 16 or above
1825

1926
### Installation
2027
To install CLI on your system, run the below command in your terminal:
2128

2229
```
23-
npm install -g @contentstack/cli
30+
npm install -g @contentstack/cli
2431
```
2532

2633
To verify the installation, run `csdx` in the command window.
2734

2835
## Usage
29-
After the successful installation of CLI, use the `--help` parameter to display the help section of the CLI. You can even combine this parameter with a specific command to get the help section of that command.
36+
After the successful installation of CLI, use the `--help` parameter to display the help section of the CLI. You can even combine this parameter with a specific command to get the help section of that command.
3037

3138
```shell
3239
$ csdx --help

0 commit comments

Comments
 (0)