Skip to content

Commit

Permalink
Updated readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
netrajpatel committed Jul 3, 2023
1 parent b9fe16c commit 0ac177a
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,30 +3,37 @@

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.

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

- Bulk publish content
- Export content
- Export content
- Import content
- Clone Stack
- Seed Stack from Github
- Seed Stack from GitHub
- Perform Launch operations
- Migrate content
- Migrate HTML RTE to JSON RTE content
- Change Master Locale
- Use Bootstrap plugin
- Use Tsgen plugin


## Installing CLI
### Prerequisites
Contentstack account
Node.js version 8 or above
Node.js version 16 or above

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

```
npm install -g @contentstack/cli
npm install -g @contentstack/cli
```

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

## Usage
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.
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.

```shell
$ csdx --help
Expand Down

0 comments on commit 0ac177a

Please sign in to comment.