@cogitator-ai/cli 0.3.3 → 0.3.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 +11 -11
- package/dist/index.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -368,22 +368,22 @@ cogitator deploy [action] [options]
|
|
|
368
368
|
|
|
369
369
|
**Actions:**
|
|
370
370
|
|
|
371
|
-
| Action | Description
|
|
372
|
-
| --------- |
|
|
371
|
+
| Action | Description |
|
|
372
|
+
| --------- | ----------------------------------- |
|
|
373
373
|
| _(none)_ | Deploy to target (shows plan first) |
|
|
374
|
-
| `status` | Check deployment status
|
|
375
|
-
| `destroy` | Tear down deployment
|
|
374
|
+
| `status` | Check deployment status |
|
|
375
|
+
| `destroy` | Tear down deployment |
|
|
376
376
|
|
|
377
377
|
**Options:**
|
|
378
378
|
|
|
379
|
-
| Option
|
|
380
|
-
|
|
|
379
|
+
| Option | Description |
|
|
380
|
+
| ----------------------- | ------------------------------------------------------- |
|
|
381
381
|
| `-t, --target <target>` | Deploy target: `docker`, `fly`, `railway`, `k8s`, `ssh` |
|
|
382
|
-
| `-c, --config <path>`
|
|
383
|
-
| `--registry <url>`
|
|
384
|
-
| `--no-push`
|
|
385
|
-
| `--dry-run`
|
|
386
|
-
| `--region <region>`
|
|
382
|
+
| `-c, --config <path>` | Config file path |
|
|
383
|
+
| `--registry <url>` | Container registry URL |
|
|
384
|
+
| `--no-push` | Skip pushing image to registry |
|
|
385
|
+
| `--dry-run` | Show deploy plan without executing |
|
|
386
|
+
| `--region <region>` | Deploy region |
|
|
387
387
|
|
|
388
388
|
**Examples:**
|
|
389
389
|
|
package/dist/index.js
CHANGED
|
File without changes
|