@forestadmin/forest-cloud 1.1.0 → 1.1.1
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.
|
@@ -13,7 +13,7 @@ exports.default = (program, context) => {
|
|
|
13
13
|
program
|
|
14
14
|
.command('bootstrap')
|
|
15
15
|
.description('Bootstrap your project')
|
|
16
|
-
.argument('
|
|
16
|
+
.argument('<name>', 'The name of your project folder')
|
|
17
17
|
.option('-e, --env-secret <string>', 'Environment secret, you can find it in your environment settings')
|
|
18
18
|
.action((0, action_runner_1.default)(logger.spinner, async (folderName, options) => {
|
|
19
19
|
logger.spinner.start('Bootstrapping project');
|