Skip to content

Commit f3e2bb8

Browse files
author
ninadhatkar
committed
updates pacakge.json with some desc changes
1 parent 31143db commit f3e2bb8

2 files changed

Lines changed: 22 additions & 22 deletions

File tree

packages/contentstack/README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ ALIASES
6969
$ csdx login
7070
```
7171

72-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/login.js)_
72+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/login.js)_
7373

7474
## `csdx auth:logout`
7575

@@ -86,7 +86,7 @@ ALIASES
8686
$ csdx logout
8787
```
8888

89-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/logout.js)_
89+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/logout.js)_
9090

9191
## `csdx auth:tokens`
9292

@@ -110,7 +110,7 @@ ALIASES
110110
$ csdx tokens
111111
```
112112

113-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/tokens/index.js)_
113+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/index.js)_
114114

115115
## `csdx auth:tokens:add`
116116

@@ -138,7 +138,7 @@ ALIASES
138138
$ csdx tokens:add
139139
```
140140

141-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/tokens/add.js)_
141+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/add.js)_
142142

143143
## `csdx auth:tokens:remove`
144144

@@ -158,7 +158,7 @@ ALIASES
158158
$ csdx tokens:remove
159159
```
160160

161-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/tokens/remove.js)_
161+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/remove.js)_
162162

163163
## `csdx auth:whoami`
164164

@@ -172,7 +172,7 @@ ALIASES
172172
$ csdx whoami
173173
```
174174

175-
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/auth/whoami.js)_
175+
_See code: [@contentstack/cli-auth](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/whoami.js)_
176176

177177
## `csdx cm:bulk-publish`
178178

@@ -183,7 +183,7 @@ USAGE
183183
$ csdx cm:bulk-publish
184184
```
185185

186-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/index.js)_
186+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/index.js)_
187187

188188
## `csdx cm:bulk-publish:add-fields -t [CONTENT TYPE 1] [CONTENT TYPE 2] -e [ENVIRONMENT 1] [ENVIRONMENT 2] -l [LOCALE 1] [LOCALE 2] -a [MANAGEMENT TOKEN ALIAS]`
189189

@@ -231,7 +231,7 @@ EXAMPLES
231231
csdx cm:bulk-publish:add-fields -r [LOG FILE NAME]
232232
```
233233

234-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/add-fields.js)_
234+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/add-fields.js)_
235235

236236
## `csdx cm:bulk-publish:assets -e [ENVIRONMENT 1] [ENVIRONMENT 2] -u [FOLDER_UID] --[no-]bulkPublish -a [MANAGEMENT TOKEN ALIAS]`
237237

@@ -278,7 +278,7 @@ EXAMPLES
278278
csdx cm:bulk-publish:assets -r [LOG FILE NAME]
279279
```
280280

281-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/assets.js)_
281+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/assets.js)_
282282

283283
## `csdx cm:bulk-publish:clear`
284284

@@ -293,7 +293,7 @@ OPTIONS
293293
-y, --yes Delete all files without asking for confirmation
294294
```
295295

296-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/clear.js)_
296+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/clear.js)_
297297

298298
## `csdx cm:bulk-publish:configure`
299299

@@ -318,7 +318,7 @@ DESCRIPTION
318318
EXAMPLE : cm:bulk-publish:configure -a [MANAGEMENT TOKEN Alias]
319319
```
320320

321-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/configure.js)_
321+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/configure.js)_
322322

323323
## `csdx cm:bulk-publish:cross-publish -t [CONTENT TYPE] -e [ENVIRONMENT] -d [DESTINATION ENVIRONMENT] -l [LOCALE] -a [MANAGEMENT TOKEN ALIAS] -x [DELIVERY TOKEN]`
324324

@@ -369,7 +369,7 @@ EXAMPLES
369369
csdx cm:bulk-publish:cross-publish -r [LOG FILE NAME]
370370
```
371371

372-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/cross-publish.js)_
372+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/cross-publish.js)_
373373

374374
## `csdx cm:bulk-publish:entries -t [CONTENT TYPE 1] [CONTENT TYPE 2] -e [ENVIRONMENT 1] [ENVIRONMENT 2] -l [LOCALE 1] [LOCALE 2] -a [MANAGEMENT TOKEN ALIAS]`
375375

@@ -421,7 +421,7 @@ EXAMPLES
421421
csdx cm:bulk-publish:entries -r [LOG FILE NAME]
422422
```
423423

424-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/entries.js)_
424+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/entries.js)_
425425

426426
## `csdx cm:bulk-publish:entry-edits -t [CONTENT TYPE 1] [CONTENT TYPE 2] -s [SOURCE_ENV] -e [ENVIRONMENT 1] [ENVIRONMENT 2] -l [LOCALE 1] [LOCALE 2] -a [MANAGEMENT TOKEN ALIAS]`
427427

@@ -472,7 +472,7 @@ EXAMPLES
472472
csdx cm:bulk-publish:entry-edits -r [LOG FILE NAME]
473473
```
474474

475-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/entry-edits.js)_
475+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/entry-edits.js)_
476476

477477
## `csdx cm:bulk-publish:nonlocalized-field-changes -t [CONTENT TYPE 1] [CONTENT TYPE 2] -e [ENVIRONMENT 1] [ENVIRONMENT 2] -l [LOCALE 1] [LOCALE 2] -a [MANAGEMENT TOKEN ALIAS]`
478478

@@ -520,7 +520,7 @@ EXAMPLES
520520
csdx cm:bulk-publish:nonlocalized-field-changes -r [LOG FILE NAME]
521521
```
522522

523-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/nonlocalized-field-changes.js)_
523+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/nonlocalized-field-changes.js)_
524524

525525
## `csdx cm:bulk-publish:revert`
526526

@@ -548,7 +548,7 @@ EXAMPLES
548548
cm:bulk-publish:revert -r [LOG FILE NAME]
549549
```
550550

551-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/revert.js)_
551+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/revert.js)_
552552

553553
## `csdx cm:bulk-publish:unpublish -b -t [CONTENT TYPE] -e [ENVIRONMENT] -l [LOCALE] -a [MANAGEMENT TOKEN ALIAS] -x [DELIVERY TOKEN]`
554554

@@ -621,7 +621,7 @@ EXAMPLES
621621
(Will unpublish only entries, (from CONTENT TYPE) from the source environment)
622622
```
623623

624-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/unpublish.js)_
624+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/unpublish.js)_
625625

626626
## `csdx cm:bulk-publish:unpublished-entries -b -t [CONTENT TYPES] -e [ENVIRONMENTS] -l [LOCALES] -a [MANAGEMENT TOKEN ALIAS]`
627627

@@ -671,7 +671,7 @@ EXAMPLES
671671
csdx cm:bulk-publish:unpublished-entries -r [LOG FILE NAME]
672672
```
673673

674-
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/unpublished-entries.js)_
674+
_See code: [@contentstack/cli-cm-bulk-publish](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/unpublished-entries.js)_
675675

676676
## `csdx cm:export`
677677

packages/contentstack/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
},
99
"bugs": "https://github.com/contentstack/cli/issues",
1010
"dependencies": {
11-
"@contentstack/cli-auth": "0.1.0-beta",
11+
"@contentstack/cli-auth": "0.1.1-beta",
1212
"@contentstack/cli-command": "0.1.0-beta",
13-
"@contentstack/cli-cm-bulk-publish": "0.1.0-beta",
13+
"@contentstack/cli-cm-bulk-publish": "0.1.1-beta",
1414
"@contentstack/cli-cm-export": "0.1.0-beta",
1515
"@contentstack/cli-cm-import": "0.1.0-beta",
1616
"@contentstack/management": "1.0.0",
@@ -54,8 +54,8 @@
5454
],
5555
"homepage": "https://github.com/contentstack/cli",
5656
"keywords": [
57-
"oclif"
58-
],
57+
"contentstack","cli","plugin", "contentstack-cli-core"
58+
],
5959
"license": "MIT",
6060
"main": "src/index.js",
6161
"oclif": {

0 commit comments

Comments
 (0)