@commercetools-frontend/application-cli 1.8.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -23,11 +23,11 @@ pnpm application-cli compile-deployments \
23
23
  --build-revision=<git_sha>
24
24
  ```
25
25
 
26
- The environments to compile the deployments for must be specified in a `google-storage-buckets` [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) file for example `google-storage-buckets.config.cjs` with the bucket region mapping to multiple environments. For example:
26
+ The environments to compile the deployments for must be specified in a `storage-buckets` [cosmiconfig](https://github.com/davidtheclark/cosmiconfig) file for example `storage-buckets.config.cjs` with the bucket region mapping to multiple environments. For example:
27
27
 
28
28
  ```js
29
29
  /**
30
- * @type {import('@commercetools-frontend/application-cli').TGoogleStorageBucketsConfig}
30
+ * @type {import('@commercetools-frontend/application-cli').TStorageBucketsConfig}
31
31
  */
32
32
  module.exports = {
33
33
  'merchant-center-north-america': ['gcp-production-us'],
@@ -64,7 +64,7 @@ The configuration also supports an expanded version in which each cloud environm
64
64
 
65
65
  ```js
66
66
  /**
67
- * @type {import('@commercetools-frontend/application-cli').TGoogleStorageBucketsConfig}
67
+ * @type {import('@commercetools-frontend/application-cli').TStorageBucketsConfig}
68
68
  */
69
69
  module.exports = {
70
70
  'merchant-center-europe': [
@@ -1,2 +1,2 @@
1
1
  export * from "../../dist/declarations/src/cli";
2
- //# sourceMappingURL=commercetools-frontend-application-cli-cli.cjs.d.ts.map
2
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tbWVyY2V0b29scy1mcm9udGVuZC1hcHBsaWNhdGlvbi1jbGktY2xpLmNqcy5kLnRzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vZGlzdC9kZWNsYXJhdGlvbnMvc3JjL2NsaS5kLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBIn0=