Skip to content

Commit 5cdcb82

Browse files
committed
1.0.4
1 parent 55bb6fb commit 5cdcb82

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ EXAMPLES
7373
$ csdx content-type:audit -a "management token" -c "home_page"
7474
```
7575

76-
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.3/src/commands/content-type/audit.ts)_
76+
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/audit.ts)_
7777

7878
## `csdx content-type:compare`
7979

@@ -96,7 +96,7 @@ EXAMPLES
9696
$ csdx content-type:compare -a "management token" -c "home_page" -l # -r #
9797
```
9898

99-
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.3/src/commands/content-type/compare.ts)_
99+
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/compare.ts)_
100100

101101
## `csdx content-type:compare-remote`
102102

@@ -115,7 +115,7 @@ EXAMPLE
115115
$ csdx content-type:compare-remote -o "xxxxxxxxxxxxxxxxxxx" -r "xxxxxxxxxxxxxxxxxxx" -c "home_page"
116116
```
117117

118-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.3/src/commands/content-type/compare-remote.ts)_
118+
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/compare-remote.ts)_
119119

120120
## `csdx content-type:details`
121121

@@ -137,7 +137,7 @@ EXAMPLES
137137
$ csdx content-type:details -a "management token" -c "home_page" --no-path
138138
```
139139

140-
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.3/src/commands/content-type/details.ts)_
140+
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/details.ts)_
141141

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

@@ -158,5 +158,5 @@ EXAMPLES
158158
$ csdx content-type:list -a "management token" -o modified
159159
```
160160

161-
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.3/src/commands/content-type/list.ts)_
161+
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/list.ts)_
162162
<!-- commandsstop -->

package-lock.json

Lines changed: 1 addition & 1 deletion
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.3",
4+
"version": "1.0.4",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)