create-zuplo-api 6.69.4 → 6.69.6
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 +23 -0
- package/dist/index.js +9 -9
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -84,6 +84,29 @@ Options:
|
|
|
84
84
|
|
|
85
85
|
Explicitly tell the CLI to skip checking for the latest version of the CLI
|
|
86
86
|
|
|
87
|
+
--server-project
|
|
88
|
+
|
|
89
|
+
Create a project on portal.zuplo.com and link this working copy
|
|
90
|
+
to it. Skips the interactive prompt and goes straight to account
|
|
91
|
+
selection, project creation, and linking.
|
|
92
|
+
|
|
93
|
+
--no-server-project
|
|
94
|
+
|
|
95
|
+
Don't create a project on portal.zuplo.com. Local files are
|
|
96
|
+
scaffolded as usual; the prompt is skipped.
|
|
97
|
+
|
|
98
|
+
--account <account-name>
|
|
99
|
+
|
|
100
|
+
The Zuplo account that will host the project. Passing this flag
|
|
101
|
+
implies --server-project (the prompt is skipped). If you opt in
|
|
102
|
+
without passing --account, create-zuplo-api will prompt you to
|
|
103
|
+
pick from your accounts, or auto-select if you have exactly one.
|
|
104
|
+
|
|
105
|
+
By default, when run interactively, create-zuplo-api asks whether
|
|
106
|
+
to create a project on portal.zuplo.com before contacting the
|
|
107
|
+
portal. In --yes or non-interactive (CI) mode the default answer
|
|
108
|
+
is "no" — pass --server-project or --account <name> to opt in.
|
|
109
|
+
|
|
87
110
|
-e, --example [name]|[github-url]
|
|
88
111
|
|
|
89
112
|
An example to bootstrap the app with. You can use an example name
|