You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34-4Lines changed: 34 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,15 @@ This is useful when you are working in a development team, and want to compare c
20
20
The Content Type's Display Name, UID, Last Modified Date, and Version number is shown. The list can be ordered by `title` or `modified` date. When developing against Contentstack, Content Type UIDs are needed when requesting data.
21
21
22
22
1. The `csdx content-type:details` command provides useful information, such as:
23
-
* Field UID and Data Types
24
-
* Referenced Content Types
25
-
* Options such as required, multiple, and unique
26
-
* The full path to a field, useful when using the [include reference endpoint](https://www.contentstack.com/docs/developers/apis/content-delivery-api/#include-reference) or filtering operations, such as the [equality endpoint](https://www.contentstack.com/docs/developers/apis/content-delivery-api/#equals-operator).
23
+
* Field UID and Data Types
24
+
* Referenced Content Types
25
+
* Options such as required, multiple, and unique
26
+
* The full path to a field, useful when using the [include reference endpoint](https://www.contentstack.com/docs/developers/apis/content-delivery-api/#include-reference) or filtering operations, such as the [equality endpoint](https://www.contentstack.com/docs/developers/apis/content-delivery-api/#equals-operator).
27
+
28
+
1. The `csdx content-type:diagram` command creates a visual representation of a Stack's content model.
29
+
* The ouput format can be either `svg` or `dot`.
30
+
* The diagram's orientation can be changed, using the `-d landscape|portrait` flag.
31
+
* The layout engine is [GraphViz](https://graphviz.org/). You can export the generated DOT Language, using the `-t dot` flag.
0 commit comments