Skip to content

Commit 99c86a8

Browse files
Merge pull request #1 from Contentstack-Solutions/issue-18599
Issue 18599
2 parents 7e8e5cb + d799af3 commit 99c86a8

File tree

7 files changed

+104
-310
lines changed

7 files changed

+104
-310
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ node_modules/
5050
jspm_packages/
5151

5252
# TypeScript v1 declaration files
53-
typings/
53+
# typings/
5454

5555
# TypeScript cache
5656
*.tsbuildinfo
@@ -111,4 +111,4 @@ dist
111111
# TernJS port file
112112
.tern-port
113113

114-
.DS_Store
114+
.DS_Store

.talismanrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
fileignoreconfig:
2+
- filename: package-lock.json
3+
checksum: e78fc9c4b8032c8a0fd0c0fef9b0b85808aa51e0c3a9c291f8c6227e116705a6
4+
- filename: src/typings/@contentstack/cli-command.d.ts
5+
checksum: 8a91f44817d08d0289f754ff02bd53b106bf89b3a8082bdfe1500a3297f25805
6+
version: "1.0"

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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/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.6/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.7/src/commands/content-type/list.ts)_
193193
<!-- commandsstop -->

0 commit comments

Comments
 (0)