Skip to content

Commit 12054da

Browse files
committed
1.0.1
1 parent ca628e9 commit 12054da

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
@@ -49,7 +49,7 @@ EXAMPLES
4949
$ csdx content-type:audit -a "management token" -c "home_page"
5050
```
5151

52-
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.0/src/commands/content-type/audit.ts)_
52+
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.1/src/commands/content-type/audit.ts)_
5353

5454
## `csdx content-type:compare`
5555

@@ -72,7 +72,7 @@ EXAMPLES
7272
$ csdx content-type:compare -a "management token" -c "home_page" -l # -r #
7373
```
7474

75-
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.0/src/commands/content-type/compare.ts)_
75+
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.1/src/commands/content-type/compare.ts)_
7676

7777
## `csdx content-type:compare-remote`
7878

@@ -91,7 +91,7 @@ EXAMPLE
9191
$ csdx content-type:compare-remote -o "xxxxxxxxxxxxxxxxxxx" -r "xxxxxxxxxxxxxxxxxxx" -c "home_page"
9292
```
9393

94-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.0/src/commands/content-type/compare-remote.ts)_
94+
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.1/src/commands/content-type/compare-remote.ts)_
9595

9696
## `csdx content-type:details`
9797

@@ -113,7 +113,7 @@ EXAMPLES
113113
$ csdx content-type:details -a "management token" -c "home_page" --no-path
114114
```
115115

116-
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.0/src/commands/content-type/details.ts)_
116+
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.1/src/commands/content-type/details.ts)_
117117

118118
## `csdx content-type:list`
119119

@@ -134,5 +134,5 @@ EXAMPLES
134134
$ csdx content-type:list -a "management token" -o modified
135135
```
136136

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

0 commit comments

Comments
 (0)