@@ -67,14 +67,12 @@ Display recent changes to a Content Type
6767
6868```
6969USAGE
70- $ csdx content-type:audit -c <value> [-s <value> | -a <value> | -a <value>] [-k <value> | | ]
70+ $ csdx content-type:audit --content-type <value> [-k <value> | -a <value>]
7171
7272FLAGS
7373 -a, --alias=<value> Alias of the management token
74- -a, --token-alias=<value> Management token alias
75- -c, --content-type=<value> (required) Content Type UID
7674 -k, --stack-api-key=<value> Stack API Key
77- -s, --stack =<value> Stack UID
75+ --content-type =<value> (required) Content Type UID
7876
7977DESCRIPTION
8078 Display recent changes to a Content Type
@@ -85,24 +83,22 @@ EXAMPLES
8583 $ csdx content-type:audit --alias "management token" --content-type "home_page"
8684```
8785
88- _ See code: [ src/commands/content-type/audit.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/audit.ts ) _
86+ _ See code: [ src/commands/content-type/audit.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/audit.ts ) _
8987
9088## ` csdx content-type:compare `
9189
9290Compare two Content Type versions
9391
9492```
9593USAGE
96- $ csdx content-type:compare -c <value> [-s <value> | -a <value>] [-k <value> | ] [ -a <value>] [-l <value> -r <value>]
94+ $ csdx content-type:compare --content-type <value> [-k <value> | -a <value>] [--left <value> --right <value>]
9795
9896FLAGS
9997 -a, --alias=<value> Alias of the management token
100- -a, --token-alias=<value> Management token alias
101- -c, --content-type=<value> (required) Content Type UID
10298 -k, --stack-api-key=<value> Stack API Key
103- -l, --left =<value> Content Type version, i.e. prev version
104- -r, --right =<value> Content Type version, i.e. later version
105- -s, --stack =<value> Stack UID
99+ --content-type =<value> (required) Content Type UID
100+ --left =<value> Content Type version, i.e. prev version
101+ --right =<value> Content Type version, i.e. later version
106102
107103DESCRIPTION
108104 Compare two Content Type versions
@@ -115,45 +111,43 @@ EXAMPLES
115111 $ csdx content-type:compare --alias "management token" --content-type "home_page" --left # --right #
116112```
117113
118- _ See code: [ src/commands/content-type/compare.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/compare.ts ) _
114+ _ See code: [ src/commands/content-type/compare.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/compare.ts ) _
119115
120116## ` csdx content-type:compare-remote `
121117
122118compare two Content Types on different Stacks
123119
124120```
125121USAGE
126- $ csdx content-type:compare-remote (-o <value> -r <value>) -c <value>
122+ $ csdx content-type:compare-remote (--origin-stack <value> --remote-stack <value>) --content-type <value>
127123
128124FLAGS
129- -c, - -content-type=<value> (required) Content Type UID
130- -o, - -origin-stack=<value> (required) Origin Stack API Key
131- -r, - -remote-stack=<value> (required) Remote Stack API Key
125+ --content-type=<value> (required) Content Type UID
126+ --origin-stack=<value> (required) Origin Stack API Key
127+ --remote-stack=<value> (required) Remote Stack API Key
132128
133129DESCRIPTION
134130 compare two Content Types on different Stacks
135131
136132EXAMPLES
137- $ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -content-type "home_page"
133+ $ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -- content-type "home_page"
138134```
139135
140- _ See code: [ src/commands/content-type/compare-remote.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/compare-remote.ts ) _
136+ _ See code: [ src/commands/content-type/compare-remote.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/compare-remote.ts ) _
141137
142138## ` csdx content-type:details `
143139
144140Display Content Type details
145141
146142```
147143USAGE
148- $ csdx content-type:details -c <value> [-s <value> | -a <value>] [-k <value> | ] [ -a <value>] [-p ]
144+ $ csdx content-type:details --content-type <value> [-k <value> | -a <value>] [--path ]
149145
150146FLAGS
151147 -a, --alias=<value> Alias of the management token
152- -a, --token-alias=<value> Management token alias
153- -c, --content-type=<value> (required) Content Type UID
154148 -k, --stack-api-key=<value> Stack API Key
155- -p, --[no-]path show path column
156- -s, --stack=<value> Stack UID
149+ --content-type=<value> (required) Content Type UID
150+ --[no-]path show path column
157151
158152DESCRIPTION
159153 Display Content Type details
@@ -166,26 +160,23 @@ EXAMPLES
166160 $ csdx content-type:details --alias "management token" --content-type "home_page" --no-path
167161```
168162
169- _ See code: [ src/commands/content-type/details.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/details.ts ) _
163+ _ See code: [ src/commands/content-type/details.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/details.ts ) _
170164
171165## ` csdx content-type:diagram `
172166
173167Create a visual diagram of a Stack's Content Types
174168
175169```
176170USAGE
177- $ csdx content-type:diagram -o <value> -d portrait|landscape -t svg|dot [-s <value> | -a <value> | -a <value>] [-k
178- <value> | | ]
171+ $ csdx content-type:diagram --output <value> --direction portrait|landscape --type svg|dot [-k <value> | -a <value>]
179172
180173FLAGS
181174 -a, --alias=<value> Alias of the management token
182- -a, --token-alias=<value> Management token alias
183- -d, --direction=<option> (required) [default: portrait] graph orientation
184- <options: portrait|landscape>
185175 -k, --stack-api-key=<value> Stack API Key
186- -o, --output=<value> (required) full path to output
187- -s, --stack=<value> Stack UID
188- -t, --type=<option> (required) [default: svg] graph output file type
176+ --direction=<option> (required) [default: portrait] graph orientation
177+ <options: portrait|landscape>
178+ --output=<value> (required) full path to output
179+ --type=<option> (required) [default: svg] graph output file type
189180 <options: svg|dot>
190181
191182DESCRIPTION
@@ -201,23 +192,21 @@ EXAMPLES
201192 $ csdx content-type:diagram --alias "management token" --output "content-model.dot" --type "dot"
202193```
203194
204- _ See code: [ src/commands/content-type/diagram.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/diagram.ts ) _
195+ _ See code: [ src/commands/content-type/diagram.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/diagram.ts ) _
205196
206197## ` csdx content-type:list `
207198
208199List all Content Types in a Stack
209200
210201```
211202USAGE
212- $ csdx content-type:list [-s <value> | -a <value> | -a <value> ] [-k <value> | | ] [-o title|modified]
203+ $ csdx content-type:list [-k <value> | -a <value>] [--order title|modified]
213204
214205FLAGS
215206 -a, --alias=<value> Alias of the management token
216- -a, --token-alias=<value> Management token alias
217207 -k, --stack-api-key=<value> Stack API Key
218- -o, --order=<option> [default: title] order by column
208+ --order=<option> [default: title] order by column
219209 <options: title|modified>
220- -s, --stack=<value> Stack UID
221210
222211DESCRIPTION
223212 List all Content Types in a Stack
@@ -230,5 +219,5 @@ EXAMPLES
230219 $ csdx content-type:list --alias "management token" --order modified
231220```
232221
233- _ See code: [ src/commands/content-type/list.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.3 .0/src/commands/content-type/list.ts ) _
222+ _ See code: [ src/commands/content-type/list.ts] ( https://github.com/contentstack/contentstack-cli-content-type/blob/v1.5.0-beta .0/src/commands/content-type/list.ts ) _
234223<!-- commandsstop -->
0 commit comments