Skip to content

Commit 68f80db

Browse files
Merge develop branch
2 parents 014cc9e + 7f25192 commit 68f80db

44 files changed

Lines changed: 48822 additions & 70 deletions

Some content is hidden

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

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Currently, the CLI is in Beta and supports content management scripts through wh
88
- Bulk publish content
99
- Export content
1010
- Import content
11+
- Clone Stack
12+
- Seed Stack from Github
1113

1214
## Installing CLI
1315
### Prerequisites
@@ -33,7 +35,7 @@ $ csdx --help
3335
## Namespaces
3436
**auth**: To perform [authentication-related](/packages/auth) activities
3537

36-
**cm**: To perform content management activities such as [bulk publish](/packages/contentstack-bulk-publish), [import](/packages/contentstack-import), and [export](/packages/contentstack-export) content
38+
**cm**: To perform content management activities such as [bulk publish](/packages/contentstack-bulk-publish), [import](/packages/contentstack-import), and [export](/packages/contentstack-export), [export-to-csv] (/packages/contentstack-export-to-csv), [seed] (/packages/contentstack-seed)
3739

3840
**help**: To list the helpful commands in CLI
3941

packages/auth/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-auth
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (-v|--version|version)
19-
@contentstack/cli-auth/0.1.1-beta.1 darwin-x64 node-v10.19.0
19+
@contentstack/cli-auth/0.1.1-beta.1 darwin-x64 node-v13.14.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND
@@ -37,6 +37,8 @@ USAGE
3737
Login to Contentstack and save the session for further use
3838

3939
```
40+
Login to Contentstack and save the session for further use
41+
4042
USAGE
4143
$ csdx auth:login
4244
@@ -54,6 +56,8 @@ _See code: [src/commands/auth/login.js](https://github.com/contentstack/cli/blob
5456
Log out from Contentstack and clear the session
5557

5658
```
59+
Log out from Contentstack and clear the session
60+
5761
USAGE
5862
$ csdx auth:logout
5963
@@ -71,6 +75,9 @@ _See code: [src/commands/auth/logout.js](https://github.com/contentstack/cli/blo
7175
Lists all existing tokens added to the session
7276

7377
```
78+
Lists all existing tokens added to the session
79+
80+
7481
USAGE
7582
$ csdx auth:tokens
7683
@@ -95,6 +102,9 @@ _See code: [src/commands/auth/tokens/index.js](https://github.com/contentstack/c
95102
Adds management/delivery tokens to your session to use it with further CLI command
96103

97104
```
105+
Adds management/delivery tokens to your session to use it with further CLI command
106+
by default it adds management token if either of management or delivery flags are not set
107+
98108
USAGE
99109
$ csdx auth:tokens:add
100110
@@ -123,6 +133,8 @@ _See code: [src/commands/auth/tokens/add.js](https://github.com/contentstack/cli
123133
Removes stored tokens
124134

125135
```
136+
Removes stored tokens
137+
126138
USAGE
127139
$ csdx auth:tokens:remove
128140
@@ -143,6 +155,9 @@ _See code: [src/commands/auth/tokens/remove.js](https://github.com/contentstack/
143155
Display current users email address
144156

145157
```
158+
Display current users email address
159+
160+
146161
USAGE
147162
$ csdx auth:whoami
148163
6.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)