Skip to content

Commit 16b5e14

Browse files
committed
1.0.6
1 parent cdfb9d9 commit 16b5e14

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ EXAMPLES
8080
$ csdx content-type:audit -a "management token" -c "home_page"
8181
```
8282

83-
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/audit.ts)_
83+
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/audit.ts)_
8484

8585
## `csdx content-type:compare`
8686

@@ -103,7 +103,7 @@ EXAMPLES
103103
$ csdx content-type:compare -a "management token" -c "home_page" -l # -r #
104104
```
105105

106-
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/compare.ts)_
106+
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/compare.ts)_
107107

108108
## `csdx content-type:compare-remote`
109109

@@ -122,7 +122,7 @@ EXAMPLE
122122
$ csdx content-type:compare-remote -o "xxxxxxxxxxxxxxxxxxx" -r "xxxxxxxxxxxxxxxxxxx" -c "home_page"
123123
```
124124

125-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/compare-remote.ts)_
125+
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/compare-remote.ts)_
126126

127127
## `csdx content-type:details`
128128

@@ -144,7 +144,7 @@ EXAMPLES
144144
$ csdx content-type:details -a "management token" -c "home_page" --no-path
145145
```
146146

147-
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/details.ts)_
147+
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/details.ts)_
148148

149149
## `csdx content-type:diagram`
150150

@@ -168,7 +168,7 @@ EXAMPLES
168168
$ csdx content-type:diagram -a "management token" -o "./content-model.dot" -t "dot"
169169
```
170170

171-
_See code: [src/commands/content-type/diagram.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/diagram.ts)_
171+
_See code: [src/commands/content-type/diagram.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/diagram.ts)_
172172

173173
## `csdx content-type:list`
174174

@@ -189,5 +189,5 @@ EXAMPLES
189189
$ csdx content-type:list -a "management token" -o modified
190190
```
191191

192-
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/list.ts)_
192+
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.6/src/commands/content-type/list.ts)_
193193
<!-- commandsstop -->

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "contentstack-cli-content-type",
33
"description": "Retrieve information about Content Types in a Stack.",
4-
"version": "1.0.5",
4+
"version": "1.0.6",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)