@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.
Files changed (3) hide show
  1. package/README.md +11 -11
  2. package/dist/index.js +0 -0
  3. 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 | Description |
380
- | ---------------------- | ------------------------------------------------ |
379
+ | Option | Description |
380
+ | ----------------------- | ------------------------------------------------------- |
381
381
  | `-t, --target <target>` | Deploy target: `docker`, `fly`, `railway`, `k8s`, `ssh` |
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 |
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cogitator-ai/cli",
3
- "version": "0.3.3",
3
+ "version": "0.3.6",
4
4
  "description": "CLI for Cogitator AI Agent Runtime",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",