@@ -68,12 +68,14 @@ Display recent changes to a Content Type
6868
6969```
7070USAGE
71- $ csdx content-type:audit -c <value> [-k <value> | -a <value>]
71+ $ csdx content-type:audit -c <value> [-s <value> | -a <value> | -a <value>] [-k <value> | | ]
7272
7373FLAGS
74- -a, --token-alias=<value> Management token alias
75- -c, --content-type=<value> (required) Content Type UID
76- -k, --stack=<value> Stack API Key
74+ -a, --alias=<value> Alias of the management token
75+ -a, --token-alias=<value> Management token alias
76+ -c, --content-type=<value> (required) Content Type UID
77+ -k, --stack-api-key=<value> Stack API Key
78+ -s, --stack=<value> Stack UID
7779
7880DESCRIPTION
7981 Display recent changes to a Content Type
@@ -92,14 +94,16 @@ Compare two Content Type versions
9294
9395```
9496USAGE
95- $ csdx content-type:compare -c <value> [-k <value> | -a <value>] [-l <value> -r <value>]
97+ $ csdx content-type:compare -c <value> [-s <value> | -a <value>] [- k <value> | ] [ -a <value>] [-l <value> -r <value>]
9698
9799FLAGS
98- -a, --token-alias=<value> Management token alias
99- -c, --content-type=<value> (required) Content Type UID
100- -k, --stack=<value> Stack API Key
101- -l, --left=<value> Content Type version, i.e. prev version
102- -r, --right=<value> Content Type version, i.e. later version
100+ -a, --alias=<value> Alias of the management token
101+ -a, --token-alias=<value> Management token alias
102+ -c, --content-type=<value> (required) Content Type UID
103+ -k, --stack-api-key=<value> Stack API Key
104+ -l, --left=<value> Content Type version, i.e. prev version
105+ -r, --right=<value> Content Type version, i.e. later version
106+ -s, --stack=<value> Stack UID
103107
104108DESCRIPTION
105109 Compare two Content Type versions
@@ -142,13 +146,15 @@ Display Content Type details
142146
143147```
144148USAGE
145- $ csdx content-type:details -c <value> [-k <value> | -a <value>] [-p]
149+ $ csdx content-type:details -c <value> [-s <value> | -a <value>] [- k <value> | ] [ -a <value>] [-p]
146150
147151FLAGS
148- -a, --token-alias=<value> Management token alias
149- -c, --content-type=<value> (required) Content Type UID
150- -k, --stack=<value> Stack API Key
151- -p, --[no-]path show path column
152+ -a, --alias=<value> Alias of the management token
153+ -a, --token-alias=<value> Management token alias
154+ -c, --content-type=<value> (required) Content Type UID
155+ -k, --stack-api-key=<value> Stack API Key
156+ -p, --[no-]path show path column
157+ -s, --stack=<value> Stack UID
152158
153159DESCRIPTION
154160 Display Content Type details
@@ -169,16 +175,19 @@ Create a visual diagram of a Stack's Content Types
169175
170176```
171177USAGE
172- $ csdx content-type:diagram -o <value> -d portrait|landscape -t svg|dot [-k <value> | -a <value>]
178+ $ csdx content-type:diagram -o <value> -d portrait|landscape -t svg|dot [-s <value> | -a <value> | -a <value>] [-k
179+ <value> | | ]
173180
174181FLAGS
175- -a, --token-alias=<value> Management token alias
176- -d, --direction=<option> (required) [default: portrait] graph orientation
177- <options: portrait|landscape>
178- -k, --stack=<value> Stack API Key
179- -o, --output=<value> (required) full path to output
180- -t, --type=<option> (required) [default: svg] graph output file type
181- <options: svg|dot>
182+ -a, --alias=<value> Alias of the management token
183+ -a, --token-alias=<value> Management token alias
184+ -d, --direction=<option> (required) [default: portrait] graph orientation
185+ <options: portrait|landscape>
186+ -k, --stack-api-key=<value> Stack API Key
187+ -o, --output=<value> (required) full path to output
188+ -s, --stack=<value> Stack UID
189+ -t, --type=<option> (required) [default: svg] graph output file type
190+ <options: svg|dot>
182191
183192DESCRIPTION
184193 Create a visual diagram of a Stack's Content Types
@@ -201,13 +210,15 @@ List all Content Types in a Stack
201210
202211```
203212USAGE
204- $ csdx content-type:list [-k <value> | -a <value>] [-o title|modified]
213+ $ csdx content-type:list [-s <value> | -a <value> | -a <value>] [-k <value> | | ] [-o title|modified]
205214
206215FLAGS
207- -a, --token-alias=<value> Management token alias
208- -k, --stack=<value> Stack API Key
209- -o, --order=<option> [default: title] order by column
210- <options: title|modified>
216+ -a, --alias=<value> Alias of the management token
217+ -a, --token-alias=<value> Management token alias
218+ -k, --stack-api-key=<value> Stack API Key
219+ -o, --order=<option> [default: title] order by column
220+ <options: title|modified>
221+ -s, --stack=<value> Stack UID
211222
212223DESCRIPTION
213224 List all Content Types in a Stack
0 commit comments