@shopify/create-app 0.16.0 → 0.17.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @shopify/create-app
2
2
 
3
+ ## 0.17.0
4
+
5
+ ### Minor Changes
6
+
7
+ - Add logs to create-app
8
+
3
9
  ## 0.16.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -48892,6 +48892,7 @@ new Conf({
48892
48892
  projectVersion: cliKitPackageJson.version
48893
48893
  });
48894
48894
 
48895
+ console.log(JSON.stringify(process.argv));
48895
48896
  function runCreateApp() {
48896
48897
  const initIndex = process.argv.findIndex((arg) => arg.includes("init"));
48897
48898
  if (initIndex === -1) {