Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeled committed Feb 21, 2021
1 parent 534c47d commit 98ca3bf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ EXAMPLES
$ csdx content-type:audit -a "management token" -c "home_page"
```

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

## `csdx content-type:compare`

Expand All @@ -102,7 +102,7 @@ EXAMPLES
$ csdx content-type:compare -a "management token" -c "home_page" -l # -r #
```

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

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

Expand All @@ -121,7 +121,7 @@ EXAMPLE
$ csdx content-type:compare-remote -o "xxxxxxxxxxxxxxxxxxx" -r "xxxxxxxxxxxxxxxxxxx" -c "home_page"
```

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

## `csdx content-type:details`

Expand All @@ -143,7 +143,7 @@ EXAMPLES
$ csdx content-type:details -a "management token" -c "home_page" --no-path
```

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

## `csdx content-type:diagram`

Expand All @@ -167,7 +167,7 @@ EXAMPLES
$ csdx content-type:diagram -a "management token" -o "./content-model.dot" -t "dot"
```

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

## `csdx content-type:list`

Expand All @@ -188,5 +188,5 @@ EXAMPLES
$ csdx content-type:list -a "management token" -o modified
```

_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.4/src/commands/content-type/list.ts)_
_See code: [src/commands/content-type/list.ts](https://github.com/Contentstack-Solutions/contentstack-cli-content-type/blob/v1.0.5/src/commands/content-type/list.ts)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "contentstack-cli-content-type",
"description": "Retrieve information about Content Types in a Stack.",
"version": "1.0.4",
"version": "1.0.5",
"author": "Michael Davis",
"bugs": "https://github.com/Contentstack-Solutions/contentstack-cli-content-type/issues",
"dependencies": {
Expand Down

0 comments on commit 98ca3bf

Please sign in to comment.