Skip to content

Commit d2aed9b

Browse files
committed
1.0.3
1 parent d1c70cd commit d2aed9b

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
@@ -53,7 +53,7 @@ EXAMPLES
5353
$ csdx content-type:audit -a "management token" -c "home_page"
5454
```
5555

56-
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.2/src/commands/content-type/audit.ts)_
56+
_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)_
5757

5858
## `csdx content-type:compare`
5959

@@ -76,7 +76,7 @@ EXAMPLES
7676
$ csdx content-type:compare -a "management token" -c "home_page" -l # -r #
7777
```
7878

79-
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.2/src/commands/content-type/compare.ts)_
79+
_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)_
8080

8181
## `csdx content-type:compare-remote`
8282

@@ -95,7 +95,7 @@ EXAMPLE
9595
$ csdx content-type:compare-remote -o "xxxxxxxxxxxxxxxxxxx" -r "xxxxxxxxxxxxxxxxxxx" -c "home_page"
9696
```
9797

98-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.2/src/commands/content-type/compare-remote.ts)_
98+
_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)_
9999

100100
## `csdx content-type:details`
101101

@@ -117,7 +117,7 @@ EXAMPLES
117117
$ csdx content-type:details -a "management token" -c "home_page" --no-path
118118
```
119119

120-
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.2/src/commands/content-type/details.ts)_
120+
_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)_
121121

122122
## `csdx content-type:list`
123123

@@ -138,5 +138,5 @@ EXAMPLES
138138
$ csdx content-type:list -a "management token" -o modified
139139
```
140140

141-
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.2/src/commands/content-type/list.ts)_
141+
_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)_
142142
<!-- 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.2",
4+
"version": "1.0.3",
55
"author": "Michael Davis",
66
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)