We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809cdf7 commit f97410aCopy full SHA for f97410a
README.md
@@ -71,6 +71,10 @@ Most of the available commands need a
71
for accessing the CMA (Contentful Management API). You can pass the token using the `--access-token`
72
option or setting an environment variable called `CONTENTFUL_MANAGEMENT_ACCESS_TOKEN`
73
74
+Similarly, a default contentful space and environment id can be specified by setting the `CONTENTFUL_SPACE_ID`
75
+and `CONTENTFUL_ENV_ID` environment variables, which will be used as defaults for any command that accepts
76
+the `--space-id` and `--environment-id` options.
77
+
78
### init
79
80
Creates the content type 'Migration' into the designated contentful space. This will be
0 commit comments