@solidactions/cli 1.18.0 → 1.19.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.
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
* solidactions project create <name> [-e <environment>]
|
|
4
4
|
*
|
|
5
5
|
* Creates a project + environment via POST /api/v1/projects WITHOUT uploading
|
|
6
|
-
* any source or triggering a build. This is the empty-project path
|
|
7
|
-
*
|
|
6
|
+
* any source or triggering a build. This is the empty-project path the web UI
|
|
7
|
+
* already offers; `project deploy` creates-on-demand but always builds.
|
|
8
8
|
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
9
|
+
* `-e` defaults to `production`. Non-production environments are created
|
|
10
|
+
* standalone — the server links to an existing production root if one exists
|
|
11
|
+
* but no longer auto-creates one (#312).
|
|
12
12
|
*/
|
|
13
13
|
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
14
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|