You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,8 +82,8 @@ used to keep track of the current state of each managed content type.
82
82
Options:
83
83
84
84
-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')
87
87
```
88
88
89
89
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
101
101
Options:
102
102
103
103
-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')
106
106
-c, --content-type [content-type] one or more content type to bootstrap with choice to overwrite migration state
107
107
-a, --all apply bootstrap to all with choice to overwrite migration state
108
108
```
@@ -135,8 +135,8 @@ applied and when.
135
135
Options:
136
136
137
137
-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')
140
140
-c, --content-type [content-type] one or more content type names to list
141
141
-a, --all lists migrations for all content types
142
142
```
@@ -167,8 +167,8 @@ the specified content-type into the specified space.
167
167
Options:
168
168
169
169
-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')
172
172
-c, --content-type [content-type] one or more content type names to process
173
173
-a, --all processes migrations for all content types
174
174
-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.
191
191
Options:
192
192
193
193
-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')
196
196
-c, --content-type [content-type] content type name
197
197
-d, --dry-run only shows the plan, don't write anything to contentful. defaults to false
0 commit comments