@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 that the web
7
- * UI already offers; `project deploy` creates-on-demand but always builds.
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
- * When -e is omitted we default to `production`: a project needs a production
10
- * root before dev/staging children can attach to it, so creating the root is
11
- * the sensible default (mirrors the guidance in `project deploy`).
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solidactions/cli",
3
- "version": "1.18.0",
3
+ "version": "1.19.0",
4
4
  "description": "SolidActions CLI - Deploy and manage workflow automation",
5
5
  "main": "dist/index.js",
6
6
  "bin": {