@multiplatform.one/cli 1.0.40 → 1.0.42

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.
@@ -41,7 +41,7 @@ program.command("init").option("-r, --remote <remote>", "the remote to use", "ht
41
41
  "--config-file",
42
42
  cookieCutterConfigFile,
43
43
  "--checkout",
44
- options.branch,
44
+ options.checkout,
45
45
  options.remote
46
46
  ], {
47
47
  stdio: "inherit"
@@ -93,7 +93,7 @@ program.command("update").option("-r, --remote <remote>", "the remote to use", "
93
93
  "--config-file",
94
94
  cookieCutterConfigFile,
95
95
  "--checkout",
96
- options.branch,
96
+ options.checkout,
97
97
  options.remote
98
98
  ], {
99
99
  cwd: projectRoot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@multiplatform.one/cli",
3
- "version": "1.0.40",
3
+ "version": "1.0.42",
4
4
  "author": "BitSpur <support@bitspur.com> (https://bitspur.com)",
5
5
  "contributors": [
6
6
  {
@@ -71,7 +71,7 @@ program
71
71
  '--config-file',
72
72
  cookieCutterConfigFile,
73
73
  '--checkout',
74
- options.branch,
74
+ options.checkout,
75
75
  options.remote,
76
76
  ],
77
77
  {
@@ -126,7 +126,7 @@ program
126
126
  '--config-file',
127
127
  cookieCutterConfigFile,
128
128
  '--checkout',
129
- options.branch,
129
+ options.checkout,
130
130
  options.remote,
131
131
  ],
132
132
  {