Skip to content

Commit 1ae1b42

Browse files
author
ninadhatkar
committed
updated root readme file
1 parent e89d92f commit 1ae1b42

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Contentstack is a headless CMS with an API-first approach that puts content at t
55

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

8-
## Bulk publish content
9-
Export content
10-
Import content
8+
- Bulk publish content
9+
- Export content
10+
- Import content
1111

1212
## Installing CLI
1313
### Prerequisites

packages/auth/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ $ npm install -g @contentstack/cli-auth
1919
$ csdx COMMAND
2020
running command...
2121
$ csdx (-v|--version|version)
22-
@contentstack/cli-auth/0.0.1 darwin-x64 node-v10.19.0
22+
@contentstack/cli-auth/0.0.2 darwin-x64 node-v10.19.0
2323
$ csdx --help [COMMAND]
2424
USAGE
2525
$ csdx COMMAND
@@ -50,7 +50,7 @@ ALIASES
5050
$ csdx login
5151
```
5252

53-
_See code: [src/commands/auth/login.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/login.js)_
53+
_See code: [src/commands/auth/login.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/login.js)_
5454

5555
## `csdx auth:logout`
5656

@@ -67,11 +67,11 @@ ALIASES
6767
$ csdx logout
6868
```
6969

70-
_See code: [src/commands/auth/logout.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/logout.js)_
70+
_See code: [src/commands/auth/logout.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/logout.js)_
7171

7272
## `csdx auth:tokens`
7373

74-
Use to list all existing management tokens
74+
Lists all existing tokens added to the session
7575

7676
```
7777
USAGE
@@ -91,11 +91,11 @@ ALIASES
9191
$ csdx tokens
9292
```
9393

94-
_See code: [src/commands/auth/tokens/index.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/tokens/index.js)_
94+
_See code: [src/commands/auth/tokens/index.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/tokens/index.js)_
9595

9696
## `csdx auth:tokens:add`
9797

98-
Adds management/delivery tokens to your session to use it with further Contentstack/CLI command
98+
Adds management/delivery tokens to your session to use it with further CLI command
9999

100100
```
101101
USAGE
@@ -119,7 +119,7 @@ ALIASES
119119
$ csdx tokens:add
120120
```
121121

122-
_See code: [src/commands/auth/tokens/add.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/tokens/add.js)_
122+
_See code: [src/commands/auth/tokens/add.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/tokens/add.js)_
123123

124124
## `csdx auth:tokens:remove`
125125

@@ -139,7 +139,7 @@ ALIASES
139139
$ csdx tokens:remove
140140
```
141141

142-
_See code: [src/commands/auth/tokens/remove.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/tokens/remove.js)_
142+
_See code: [src/commands/auth/tokens/remove.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/tokens/remove.js)_
143143

144144
## `csdx auth:whoami`
145145

@@ -153,5 +153,5 @@ ALIASES
153153
$ csdx whoami
154154
```
155155

156-
_See code: [src/commands/auth/whoami.js](https://github.com/contentstack/cli/blob/v0.0.1/src/commands/auth/whoami.js)_
156+
_See code: [src/commands/auth/whoami.js](https://github.com/contentstack/cli/blob/v0.0.2/src/commands/auth/whoami.js)_
157157
<!-- commandsstop -->

0 commit comments

Comments
 (0)