Skip to content

Commit

Permalink
docs: Add new options to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
makinwab committed Mar 13, 2019
1 parent 419afe3 commit 988c616
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/content-type/list/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@ Prints the Content Types in a space
Usage: contentful content-type list [options]
Options:
--space-id Space id [string]
--space-id, -s Space id [string]
--management-token, -mt Management token [string]
--environment-id, -e Environment id [string]
```

### Example

```shell
contentful content-type list --space-id xxx
contentful content-type list --space-id xxx -e master

Environment: "master"
┌───────────────────┬────────────────────────┐
│ Content Type Name │ Content Type ID │
├───────────────────┼────────────────────────┤
│ Test │ test
└───────────────────┴────────────────────────┘
```


0 comments on commit 988c616

Please sign in to comment.