Skip to content

Commit 809cdf7

Browse files
talend-deploydeluan
authored andcommitted
Add space-id and environment-id env vars to readme
1 parent aa35220 commit 809cdf7

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ used to keep track of the current state of each managed content type.
8282
Options:
8383
8484
-t, --access-token [access-token] CMA token, defaults to your environment variable CONTENTFUL_MANAGEMENT_ACCESS_TOKEN if empty
85-
-s, --space-id [space-id] space id to use
86-
-e, --environment-id [env-id] id of the environment within the space (default 'master')
85+
-s, --space-id [space-id] space id to use (defaults to environment variable CONTENTFUL_SPACE_ID)
86+
-e, --environment-id [env-id] id of the environment within the space (defaults to environment variable CONTENTFUL_ENV_ID if set, otherwise defaults to 'master')
8787
```
8888

8989
If the target space already has been init'd before, it will throw an error:
@@ -101,8 +101,8 @@ Note: It will delete any existing migration scripts and create a consolidated on
101101
Options:
102102
103103
-t, --access-token [access-token] CMA token, defaults to your environment variable CONTENTFUL_MANAGEMENT_ACCESS_TOKEN if empty
104-
-s, --space-id [space-id] space id to use
105-
-e, --environment-id [env-id] id of the environment within the space (default 'master')
104+
-s, --space-id [space-id] space id to use (defaults to environment variable CONTENTFUL_SPACE_ID)
105+
-e, --environment-id [env-id] id of the environment within the space (defaults to environment variable CONTENTFUL_ENV_ID if set, otherwise defaults to 'master')
106106
-c, --content-type [content-type] one or more content type to bootstrap with choice to overwrite migration state
107107
-a, --all apply bootstrap to all with choice to overwrite migration state
108108
```
@@ -135,8 +135,8 @@ applied and when.
135135
Options:
136136
137137
-t, --access-token [access-token] CMA token, defaults to your environment variable CONTENTFUL_MANAGEMENT_ACCESS_TOKEN if empty
138-
-s, --space-id [space-id] space id to use
139-
-e, --environment-id [env-id] id of the environment within the space (default 'master')
138+
-s, --space-id [space-id] space id to use (defaults to environment variable CONTENTFUL_SPACE_ID)
139+
-e, --environment-id [env-id] id of the environment within the space (defaults to environment variable CONTENTFUL_ENV_ID if set, otherwise defaults to 'master')
140140
-c, --content-type [content-type] one or more content type names to list
141141
-a, --all lists migrations for all content types
142142
```
@@ -167,8 +167,8 @@ the specified content-type into the specified space.
167167
Options:
168168
169169
-t, --access-token [access-token] CMA token, defaults to your environment variable CONTENTFUL_MANAGEMENT_ACCESS_TOKEN if empty
170-
-s, --space-id [space-id] space id to use
171-
-e, --environment-id [env-id] id of the environment within the space (default 'master')
170+
-s, --space-id [space-id] space id to use (defaults to environment variable CONTENTFUL_SPACE_ID)
171+
-e, --environment-id [env-id] id of the environment within the space (defaults to environment variable CONTENTFUL_ENV_ID if set, otherwise defaults to 'master')
172172
-c, --content-type [content-type] one or more content type names to process
173173
-a, --all processes migrations for all content types
174174
-d, --dry-run only shows the plan, don't write anything to contentful. defaults to false
@@ -191,8 +191,8 @@ for the specified content-type from the specified space.
191191
Options:
192192
193193
-t, --access-token [access-token] CMA token, defaults to your environment variable CONTENTFUL_MANAGEMENT_ACCESS_TOKEN if empty
194-
-s, --space-id [space-id] space id to use
195-
-e, --environment-id [env-id] id of the environment within the space (default 'master')
194+
-s, --space-id [space-id] space id to use (defaults to environment variable CONTENTFUL_SPACE_ID)
195+
-e, --environment-id [env-id] id of the environment within the space (defaults to environment variable CONTENTFUL_ENV_ID if set, otherwise defaults to 'master')
196196
-c, --content-type [content-type] content type name
197197
-d, --dry-run only shows the plan, don't write anything to contentful. defaults to false
198198
```

0 commit comments

Comments
 (0)