Skip to content

Commit 16952a6

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

8 files changed

Lines changed: 847 additions & 859 deletions

File tree

packages/auth/README.md

Lines changed: 7 additions & 7 deletions
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.0.3 darwin-x64 node-v10.19.0
19+
@contentstack/cli-auth/0.1.1-beta darwin-x64 node-v10.19.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND
@@ -47,7 +47,7 @@ ALIASES
4747
$ csdx login
4848
```
4949

50-
_See code: [src/commands/auth/login.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/login.js)_
50+
_See code: [src/commands/auth/login.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/login.js)_
5151

5252
## `csdx auth:logout`
5353

@@ -64,7 +64,7 @@ ALIASES
6464
$ csdx logout
6565
```
6666

67-
_See code: [src/commands/auth/logout.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/logout.js)_
67+
_See code: [src/commands/auth/logout.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/logout.js)_
6868

6969
## `csdx auth:tokens`
7070

@@ -88,7 +88,7 @@ ALIASES
8888
$ csdx tokens
8989
```
9090

91-
_See code: [src/commands/auth/tokens/index.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/tokens/index.js)_
91+
_See code: [src/commands/auth/tokens/index.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/index.js)_
9292

9393
## `csdx auth:tokens:add`
9494

@@ -116,7 +116,7 @@ ALIASES
116116
$ csdx tokens:add
117117
```
118118

119-
_See code: [src/commands/auth/tokens/add.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/tokens/add.js)_
119+
_See code: [src/commands/auth/tokens/add.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/add.js)_
120120

121121
## `csdx auth:tokens:remove`
122122

@@ -136,7 +136,7 @@ ALIASES
136136
$ csdx tokens:remove
137137
```
138138

139-
_See code: [src/commands/auth/tokens/remove.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/tokens/remove.js)_
139+
_See code: [src/commands/auth/tokens/remove.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/tokens/remove.js)_
140140

141141
## `csdx auth:whoami`
142142

@@ -150,5 +150,5 @@ ALIASES
150150
$ csdx whoami
151151
```
152152

153-
_See code: [src/commands/auth/whoami.js](https://github.com/contentstack/cli/blob/v0.0.3/src/commands/auth/whoami.js)_
153+
_See code: [src/commands/auth/whoami.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/auth/whoami.js)_
154154
<!-- commandsstop -->

packages/auth/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
{
22
"name": "@contentstack/cli-auth",
33
"description": "Contentstack CLI plugin for authentication activities",
4-
"version": "0.1.0-beta",
4+
"version": "0.1.1-beta",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
7-
"publishConfig": {
8-
"registry": "https://npm.pkg.github.com/"
9-
},
107
"dependencies": {
118
"@contentstack/cli-command": "0.1.0-beta",
129
"@oclif/command": "^1.6.1",
@@ -40,7 +37,7 @@
4037
],
4138
"homepage": "https://github.com/contentstack/cli",
4239
"keywords": [
43-
"oclif-plugin"
40+
"contentstack","cli", "plugin"
4441
],
4542
"license": "MIT",
4643
"oclif": {

packages/contentstack-bulk-publish/README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@contentstack/cli-cm-bulk-publish
22
============
33

4-
Bulk publish command for managing entries and assets.
4+
Contentstack CLI plugin for bulk publish actions.
55

66
[![License](https://img.shields.io/npm/l/bulk-publish.svg)](https://github.com/abhinav-from-contentstack/bulk-publish/blob/master/package.json)
77

@@ -16,7 +16,7 @@ $ npm install -g @contentstack/cli-cm-bulk-publish
1616
$ csdx COMMAND
1717
running command...
1818
$ csdx (-v|--version|version)
19-
@contentstack/cli-cm-bulk-publish/0.1.0-beta darwin-x64 node-v10.19.0
19+
@contentstack/cli-cm-bulk-publish/0.1.1-beta darwin-x64 node-v10.19.0
2020
$ csdx --help [COMMAND]
2121
USAGE
2222
$ csdx COMMAND
@@ -47,7 +47,7 @@ USAGE
4747
$ csdx cm:bulk-publish
4848
```
4949

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

5252
## `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]`
5353

@@ -95,7 +95,7 @@ EXAMPLES
9595
csdx cm:bulk-publish:add-fields -r [LOG FILE NAME]
9696
```
9797

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

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

@@ -142,7 +142,7 @@ EXAMPLES
142142
csdx cm:bulk-publish:assets -r [LOG FILE NAME]
143143
```
144144

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

147147
## `csdx cm:bulk-publish:clear`
148148

@@ -157,7 +157,7 @@ OPTIONS
157157
-y, --yes Delete all files without asking for confirmation
158158
```
159159

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

162162
## `csdx cm:bulk-publish:configure`
163163

@@ -182,7 +182,7 @@ DESCRIPTION
182182
EXAMPLE : cm:bulk-publish:configure -a [MANAGEMENT TOKEN Alias]
183183
```
184184

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

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

@@ -233,7 +233,7 @@ EXAMPLES
233233
csdx cm:bulk-publish:cross-publish -r [LOG FILE NAME]
234234
```
235235

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

238238
## `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]`
239239

@@ -285,7 +285,7 @@ EXAMPLES
285285
csdx cm:bulk-publish:entries -r [LOG FILE NAME]
286286
```
287287

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

290290
## `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]`
291291

@@ -336,7 +336,7 @@ EXAMPLES
336336
csdx cm:bulk-publish:entry-edits -r [LOG FILE NAME]
337337
```
338338

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

341341
## `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]`
342342

@@ -384,7 +384,7 @@ EXAMPLES
384384
csdx cm:bulk-publish:nonlocalized-field-changes -r [LOG FILE NAME]
385385
```
386386

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

389389
## `csdx cm:bulk-publish:revert`
390390

@@ -412,7 +412,7 @@ EXAMPLES
412412
cm:bulk-publish:revert -r [LOG FILE NAME]
413413
```
414414

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

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

@@ -485,7 +485,7 @@ EXAMPLES
485485
(Will unpublish only entries, (from CONTENT TYPE) from the source environment)
486486
```
487487

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

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

@@ -535,5 +535,5 @@ EXAMPLES
535535
csdx cm:bulk-publish:unpublished-entries -r [LOG FILE NAME]
536536
```
537537

538-
_See code: [src/commands/cm/bulk-publish/unpublished-entries.js](https://github.com/contentstack/cli/blob/v0.1.0-beta/src/commands/cm/bulk-publish/unpublished-entries.js)_
538+
_See code: [src/commands/cm/bulk-publish/unpublished-entries.js](https://github.com/contentstack/cli/blob/v0.1.1-beta/src/commands/cm/bulk-publish/unpublished-entries.js)_
539539
<!-- commandsstop -->

packages/contentstack-bulk-publish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@contentstack/cli-cm-bulk-publish",
33
"description": "Contentstack CLI plugin for bulk publish actions",
4-
"version": "0.1.0-beta",
4+
"version": "0.1.1-beta",
55
"author": "Contentstack",
66
"bugs": "https://github.com/contentstack/cli/issues",
77
"dependencies": {
@@ -38,7 +38,7 @@
3838
],
3939
"homepage": "https://github.com/contentstack/cli",
4040
"keywords": [
41-
"oclif-plugin"
41+
"contentstack","cli","plugin"
4242
],
4343
"license": "MIT",
4444
"oclif": {

0 commit comments

Comments
 (0)