File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -14,22 +14,9 @@ $ csdx plugins:install contentstack-cli-content-type
1414## How to use this plugin
1515
1616<!-- toc -->
17- * [ Usage] ( #usage )
1817* [ Commands] ( #commands )
1918<!-- tocstop -->
20- # Usage
21- <!-- usage -->
22- ``` sh-session
23- $ npm install -g contentstack-cli-content-type
24- $ csdx COMMAND
25- running command...
26- $ csdx (-v| --version| version)
27- contentstack-cli-content-type/1.0.0 darwin-x64 node-v12.16.1
28- $ csdx --help [COMMAND]
29- USAGE
30- $ csdx COMMAND
31- ...
32- ```
19+
3320<!-- usagestop -->
3421# Commands
3522<!-- commands -->
3825* [ ` csdx content-type:details ` ] ( #csdx-content-typedetails )
3926* [ ` csdx content-type:list ` ] ( #csdx-content-typelist )
4027
28+ ## ` csdx content-type `
29+
30+ retrieve information about Content Types in a Stack.
31+
32+ ```
33+ USAGE
34+ $ csdx content-type
35+
36+ COMMANDS
37+ content-type:audit display Audit Logs for recent changes to a Content Type
38+ content-type:compare compare two Content Type versions
39+ content-type:details display Content Type details
40+ content-type:list list all Content Types in a Stack
41+ ```
42+
4143## ` csdx content-type:audit `
4244
4345display Audit Logs for recent changes to a Content Type
You can’t perform that action at this time.
0 commit comments