Skip to content

Commit 7615779

Browse files
authored
Merge pull request #90 from contentstack/staging
oclif v4 migration | DX | CLI External Plugins Oclif V4 upgrade release
2 parents ef23b78 + 4457ba9 commit 7615779

File tree

3 files changed

+11393
-12487
lines changed

3 files changed

+11393
-12487
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ EXAMPLES
8585
$ csdx content-type:audit --alias "management token" --content-type "home_page"
8686
```
8787

88-
_See code: [src/commands/content-type/audit.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/audit.ts)_
88+
_See code: [src/commands/content-type/audit.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/audit.ts)_
8989

9090
## `csdx content-type:compare`
9191

@@ -115,7 +115,7 @@ EXAMPLES
115115
$ csdx content-type:compare --alias "management token" --content-type "home_page" --left # --right #
116116
```
117117

118-
_See code: [src/commands/content-type/compare.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/compare.ts)_
118+
_See code: [src/commands/content-type/compare.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/compare.ts)_
119119

120120
## `csdx content-type:compare-remote`
121121

@@ -137,7 +137,7 @@ EXAMPLES
137137
$ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -content-type "home_page"
138138
```
139139

140-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/compare-remote.ts)_
140+
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/compare-remote.ts)_
141141

142142
## `csdx content-type:details`
143143

@@ -166,7 +166,7 @@ EXAMPLES
166166
$ csdx content-type:details --alias "management token" --content-type "home_page" --no-path
167167
```
168168

169-
_See code: [src/commands/content-type/details.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/details.ts)_
169+
_See code: [src/commands/content-type/details.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/details.ts)_
170170

171171
## `csdx content-type:diagram`
172172

@@ -201,7 +201,7 @@ EXAMPLES
201201
$ csdx content-type:diagram --alias "management token" --output "content-model.dot" --type "dot"
202202
```
203203

204-
_See code: [src/commands/content-type/diagram.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/diagram.ts)_
204+
_See code: [src/commands/content-type/diagram.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/diagram.ts)_
205205

206206
## `csdx content-type:list`
207207

@@ -230,5 +230,5 @@ EXAMPLES
230230
$ csdx content-type:list --alias "management token" --order modified
231231
```
232232

233-
_See code: [src/commands/content-type/list.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.3/src/commands/content-type/list.ts)_
233+
_See code: [src/commands/content-type/list.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3.0/src/commands/content-type/list.ts)_
234234
<!-- commandsstop -->

0 commit comments

Comments
 (0)