Skip to content

Commit 97edd86

Browse files
committed
updated author and links
1 parent f70c88c commit 97edd86

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Node.js CI](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/workflows/Node.js%20CI/badge.svg)
1+
![Node.js CI](https://github.com/contentstack/contentstack-cli-content-type/workflows/Node.js%20CI/badge.svg)
22
![npm](https://img.shields.io/npm/v/contentstack-cli-content-type)
33

44
## Description
@@ -29,7 +29,7 @@ The Content Type's Display Name, UID, Last Modified Date, and Version number is
2929
* The ouput format can be either `svg` or `dot`.
3030
* The diagram's orientation can be changed, using the `-d landscape|portrait` flag.
3131
* [GraphViz](https://graphviz.org/) is the layout engine. You can export the generated DOT Language source, using the `-t dot` flag.
32-
* ![Diagram Output](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/main/screenshots/starter-app.svg)
32+
* ![Diagram Output](https://github.com/contentstack/contentstack-cli-content-type/blob/main/screenshots/starter-app.svg)
3333

3434
## How to install this plugin
3535

@@ -86,7 +86,7 @@ EXAMPLES
8686
$ csdx content-type:audit --alias "management token" --content-type "home_page"
8787
```
8888

89-
_See code: [src/commands/content-type/audit.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/audit.ts)_
89+
_See code: [src/commands/content-type/audit.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/audit.ts)_
9090

9191
## `csdx content-type:compare`
9292

@@ -116,7 +116,7 @@ EXAMPLES
116116
$ csdx content-type:compare --alias "management token" --content-type "home_page" --left # --right #
117117
```
118118

119-
_See code: [src/commands/content-type/compare.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare.ts)_
119+
_See code: [src/commands/content-type/compare.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare.ts)_
120120

121121
## `csdx content-type:compare-remote`
122122

@@ -138,7 +138,7 @@ EXAMPLES
138138
$ csdx content-type:compare-remote --origin-stack "xxxxxxxxxxxxxxxxxxx" --remote-stack "xxxxxxxxxxxxxxxxxxx" -content-type "home_page"
139139
```
140140

141-
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare-remote.ts)_
141+
_See code: [src/commands/content-type/compare-remote.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/compare-remote.ts)_
142142

143143
## `csdx content-type:details`
144144

@@ -167,7 +167,7 @@ EXAMPLES
167167
$ csdx content-type:details --alias "management token" --content-type "home_page" --no-path
168168
```
169169

170-
_See code: [src/commands/content-type/details.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/details.ts)_
170+
_See code: [src/commands/content-type/details.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/details.ts)_
171171

172172
## `csdx content-type:diagram`
173173

@@ -202,7 +202,7 @@ EXAMPLES
202202
$ csdx content-type:diagram --alias "management token" --output "content-model.dot" --type "dot"
203203
```
204204

205-
_See code: [src/commands/content-type/diagram.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/diagram.ts)_
205+
_See code: [src/commands/content-type/diagram.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/diagram.ts)_
206206

207207
## `csdx content-type:list`
208208

@@ -231,5 +231,5 @@ EXAMPLES
231231
$ csdx content-type:list --alias "management token" --order modified
232232
```
233233

234-
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/list.ts)_
234+
_See code: [src/commands/content-type/list.ts](https://github.com/contentstack/contentstack-cli-content-type/blob/v1.2.1/src/commands/content-type/list.ts)_
235235
<!-- commandsstop -->

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "contentstack-cli-content-type",
33
"description": "Retrieve information about Content Types in a Stack.",
44
"version": "1.2.3",
5-
"author": "Michael Davis",
6-
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
5+
"author": "Contentstack Developer",
6+
"bugs": "https://github.com/contentstack/contentstack-cli-content-type/issues",
77
"dependencies": {
88
"@contentstack/cli-command": "^1.3.2",
99
"@contentstack/cli-utilities": "^1.8.0",
@@ -45,7 +45,7 @@
4545
"/npm-shrinkwrap.json",
4646
"/oclif.manifest.json"
4747
],
48-
"homepage": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type",
48+
"homepage": "https://github.com/contentstack/contentstack-cli-content-type",
4949
"keywords": [
5050
"contentstack",
5151
"cli",
@@ -60,7 +60,7 @@
6060
"@oclif/plugin-help"
6161
]
6262
},
63-
"repository": "Contentstack-Solutions/contentstack-cli-content-type",
63+
"repository": "contentstack/contentstack-cli-content-type",
6464
"scripts": {
6565
"test": "jest",
6666
"postpack": "rm -f oclif.manifest.json",

0 commit comments

Comments
 (0)