wattetheria 0.3.5 → 0.3.7

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 (2) hide show
  1. package/lib/cli.js +14 -14
  2. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -73,6 +73,20 @@ Commands:
73
73
  doctor Check local prerequisites
74
74
  help Show this help
75
75
 
76
+ Options:
77
+ --version, -v Alias for \`version\`
78
+ --cli With \`version\`, show deployment CLI version instead
79
+ --images With \`version\`, print configured image refs
80
+ --dir <path> Deployment directory (default: ${DEFAULT_DEPLOY_DIR})
81
+ --project-name <name> Docker compose project name (default: ${DEFAULT_PROJECT_NAME})
82
+ --tag <tag> Override all release image tags
83
+ --force Refresh deployment defaults and compose assets
84
+ --no-health-checks Skip HTTP health checks
85
+ --volumes With uninstall, remove named docker volumes
86
+ --purge With uninstall, remove the deployment directory
87
+ --data-dir <path> With mcp-proxy, override Wattetheria host state directory
88
+ --control-plane <url> With mcp-proxy, override local control-plane endpoint
89
+
76
90
  Agent subcommands:
77
91
  identity
78
92
  init Initialize a lightweight local identity for ServiceNet publishing or wallet binding
@@ -92,20 +106,6 @@ Agent subcommands:
92
106
  register --card <path-to-agent-card.json>
93
107
  Register the agent card and local identity with ServiceNet; returns agent_id and provider_id
94
108
  publish <agent-id> Publish a registered ServiceNet agent using the agent_id returned by register
95
-
96
- Options:
97
- --version, -v Alias for \`version\`
98
- --cli With \`version\`, show deployment CLI version instead
99
- --images With \`version\`, print configured image refs
100
- --dir <path> Deployment directory (default: ${DEFAULT_DEPLOY_DIR})
101
- --project-name <name> Docker compose project name (default: ${DEFAULT_PROJECT_NAME})
102
- --tag <tag> Override all release image tags
103
- --force Refresh deployment defaults and compose assets
104
- --no-health-checks Skip HTTP health checks
105
- --volumes With uninstall, remove named docker volumes
106
- --purge With uninstall, remove the deployment directory
107
- --data-dir <path> With mcp-proxy, override Wattetheria host state directory
108
- --control-plane <url> With mcp-proxy, override local control-plane endpoint
109
109
  `);
110
110
  }
111
111
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wattetheria",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "Wattetheria deployment CLI",
5
5
  "license": "Apache-2.0",
6
6
  "type": "commonjs",