@canopycanopycanopy/b-ber-cli 1.2.13-react-reader.60 → 1.2.13-react-reader.62
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/dist/commands/new.js +4 -0
- package/package.json +3 -3
package/dist/commands/new.js
CHANGED
|
@@ -92,6 +92,10 @@ const builder = yargs => yargs.positional('name', {
|
|
|
92
92
|
describe: 'URL that hosts the assets for the reader reader build',
|
|
93
93
|
type: 'string' // default: 'http://localhost:4000/project-reader',
|
|
94
94
|
|
|
95
|
+
}).option('base_url', {
|
|
96
|
+
describe: 'URL to map assets for the web build',
|
|
97
|
+
type: 'string' // default: '',
|
|
98
|
+
|
|
95
99
|
}).option('bucket_url', {
|
|
96
100
|
describe: 'The S3 bucket URL where the remote project will be deployed to if hosting on S3',
|
|
97
101
|
type: 'string' // default: '',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@canopycanopycanopy/b-ber-cli",
|
|
3
|
-
"version": "1.2.13-react-reader.
|
|
3
|
+
"version": "1.2.13-react-reader.62+358d75ce",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"@canopycanopycanopy/b-ber-lib": "1.2.15",
|
|
26
26
|
"@canopycanopycanopy/b-ber-logger": "1.2.12",
|
|
27
27
|
"@canopycanopycanopy/b-ber-shapes-sequences": "1.2.12",
|
|
28
|
-
"@canopycanopycanopy/b-ber-tasks": "1.2.13-react-reader.
|
|
28
|
+
"@canopycanopycanopy/b-ber-tasks": "1.2.13-react-reader.62+358d75ce",
|
|
29
29
|
"@canopycanopycanopy/b-ber-templates": "1.2.15",
|
|
30
30
|
"fs-extra": "^8.1.0",
|
|
31
31
|
"lodash": "^4.17.21",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"url": "https://maxwellsimmer.com"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "358d75ce1769c96a7e8a9334ac80abb33aa9c989"
|
|
63
63
|
}
|